cancel
Showing results for 
Search instead for 
Did you mean: 

Create a pdf from Webdynpro Java DC & save the file locally

Former Member
0 Kudos

Hi

I have a webdynpro application in which I want a functionality to create a PDF and save the PDF locally on the desktop.

I want to create a button in the view which should trigger an action to generate a pdf automatically and should give an option to the user to open/save the pdf file locally on the desktop.

Kindly share the sample code or a blog which talks about the same.

Regards,

Anurag Gwari

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

You can refer the following document:

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f09fc2-0401-0010-1482-dbf9891e7...

Also google for sap adobe interactive forms tutorials and you will get many tutorials with screen shots.

Hope this will be helpful.

Regards,

Jithin

anand_govardhan
Active Participant
0 Kudos

Hi,

Check these forum threads and Links.

Forum Threads:

[create Adobe PDF|;

[ Create PDF and Save in User's desktop |;

Documents:

[Adobe Online Interactive Forms Integration into Web Dynpro for Java Applications|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2b6db1c4-0801-0010-faa5-ff4b4df55b45]

[Dynamically Generated Forms in Web Dynpro|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f09fc2-0401-0010-1482-dbf9891e7613]

Regards,

Anand G

Former Member
0 Kudos

Try using iText or Apche libraries.

Regards,

Himanshu

Former Member
0 Kudos

Hi,

I guess you need to do a study on Adobe forms while incorporating this functionality. You have to develop an adobe form using AdobeLivecycle Designer(ALD). You will find plenty of documentation here regarding the same.

Thanks