views:

35

answers:

1

Hi,

Can anyone guide me on how to export crystal reports into PDF in java?

I am using Crystal Report Server XI.

Thanks in advance.

A: 

You should have Java edition of Crystal Reports SDK. The Book Crystal Reports XI Official Guide provides necessary details.

You can use any one of the PDF Library in Java to do that. As far as I know, there are two most popular libraries like iText and Apache's PDFBox

venJava
My Company use CRystal Reports XI only.Does anyone has sample code snippets for converting Crystal report to PDF in java
ikvenu2000
I don't have such a one. I'm also a newbie...
venJava
Can anyone let me know how to configure CRConfig.xml file for exporting crystal reports to PDF in java
ikvenu2000