cancel
Showing results for 
Search instead for 
Did you mean: 

CR4E Question on PDF exports

Former Member
0 Kudos

Hello,

I am using Crystal Reports for Eclipse and I can't seem to find the answer to this quesiton in the documentation. I am wondering if there is a way, using the CR4E JRC library, to run a report (my reports use POJOs in case that matters) and export it to a PDF file on the server where the code is executing? I know how programmatically open a POJO report in the user's web-browswer and provide the user the option to export the report to a PDF using the build-in CR4E JavaScript libraries, but I have some users complaining of issues with their security settings. I would rather generate the PDF on the server from the JRC report engine and then open that PDF in a URL for the end-user.

Any info you can provide me would be greatly appreciated.

Thanks,

Matt

Accepted Solutions (0)

Answers (2)

Answers (2)

ted_ueda
Employee
Employee
0 Kudos

The export functionality is found in the PrintOutputController

[http://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/e00492ef-5c84-2b10-fe82-ce9db9d09baf] [original link is broken];

Sincerely,

Ted Ueda

0 Kudos

Moved to Java forum