Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Binary data to PDF

Former Member
0 Likes
608

Hi,

How do we convert binary data to PDF.

I need to store this PDF on App server.

Rgds

vara

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
577

Anyway you have string in binary format , then why don't you use OPEN DATASET with MODE BINARY and write to app server.

Why you need convert that to PDF and write?

a®

Read only

0 Likes
577

Hi,

Thank you for the suggestion.

Here is why I need PDF.

I am working on a ABAP WD Application which have a Interactive form.

After user inputs and clicks submit it is sending an email (I have used javscript ).Now I also want store the same pdf in application server .

For this I have PDFobject of XSTRING which holds the pdf.Now I need to convert this pdf object to PDF and store it in App server.

I never did this.. could you help me out here.

rgds

vara

Read only

ThomasZloch
Active Contributor
0 Likes
577

Somebody has a similar problem here