‎2009 May 13 5:29 PM
Hi,
How do we convert binary data to PDF.
I need to store this PDF on App server.
Rgds
vara
‎2009 May 13 5:36 PM
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®
‎2009 May 13 5:47 PM
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
‎2009 May 13 5:37 PM