cancel
Showing results for 
Search instead for 
Did you mean: 

Stroing as PDF

Former Member
0 Kudos

Hi All,

I have a requirement where a particlaur webdynpro screen should be strored in PDF file on click of a submit button. Is there any way toa chieve this other than Interactive forms.

There is no intercation just it should be stored as PDF. This PDF should be sent as a email to the user.

Being this a major one i need all ur inputs as depending on that I can go ahead.

Thanks

Supriya.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

Please let me other options as well if this cannot be achieved.

Thanks

Former Member
0 Kudos

HI,

You can use iText, a java library for PDF generation.:-

You can achieve this by using Java API's for PDF. You can get UI elements values from the context binding and set to the PDF format.Please refer below links for API's:-

http://viralpatel.net/blogs/2009/04/generate-pdf-file-in-java-using-itext-jar.html

http://www.ibm.com/developerworks/opensource/library/os-javapdf/

http://onjava.com/pub/a/onjava/2003/06/18/dynamic_files.html

http://java-source.net/open-source/pdf-libraries

http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/wwhelp/wwhimpl/common/html/wwhelp....

Hope this may help you...

Deepak!!!

Edited by: Deepak Arora on May 6, 2010 4:35 AM