cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate PDF file

Former Member
0 Kudos

Hi experts:

I am use webdynpro for abap and develop offline pdf document.The business scenario like these:

1. There is a download view with FileDownload control in it,when you click it ,the pdf will be download .

2. At the same time , In wdInit() method will get some data and insert these data into pdf file.

3. when you download pdf file , the pdf file will contain some data .

How to generate pdf file like it?

Thank a lot !

yours

zunxian

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The recommended solution would be to use the Adobe Document Services and Interactive Forms. You can generate a Function Module based form and retreive the Binary String from the Function Module return.

[http://help.sap.com/saphelp_nw70/helpdata/EN/a1/40aac795a243cebdcff368491c659e/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/a1/40aac795a243cebdcff368491c659e/frameset.htm]

Answers (0)