cancel
Showing results for 
Search instead for 
Did you mean: 

Export PDF file as a file, not Interactive Form

former_member300754
Participant
0 Kudos

hi all,

The scenario is about exporting OTF from Bapi and I want to export PDF file through SAVE AS pop up instead of showing as Interactive Form.

The main treat is the enormous time consuming if the Bapi exports many number of lines of table. In this case, there's 1000+ lines of table then WD Java consumes 15+ to create a PDF showing on Interactive Form. Finally, WD Java app gives a short-dump screen as failing to update PDF. Then I prefer another solution which is EXPORTING PDF FILE AS A FILE THOUGH SAVE-AS POPUP INSTEAD OF SHOWING ON INTERACTIVE FORM.

Could you help me on this? Any matters, please feel free to let me know. Thanks in advance.

Peerasit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You can try third party API to write into pdf file after getting data from Bapi. Search for Apache POI.

Best Regards,

Pankaj Sharma