Hi!
I'm looking for a simple example of how to export a report to pdf with the Java SDK.
I'm have googled a lot, but i can't find something useful.
Greetz
I found the solution, i needed to decode the response.
I used this class to do the job: http://www.1t3xt.info/api/com/lowagie/text/pdf/codec/Base64.html.