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
576

Dear All,

I need some assistance in here. There is another system that changes the PDF file into Binary format (RAW) into a table in a field called LRAW. How do I convert the Binary Data which is stored in LRAW format back into PDF?

Any clues or hints would be helpful and if you do have some sample codes I could refer to would even be better.

Thank you in advance.

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
432

you dont need to convert it. just download the content to desktop (gui_download) with file type BIN with extention pdf, you can then open it with pdf reader

Raja

Read only

0 Likes
432

Hi Durairaj,

I have a FM "CVALE_CHECKOUT_TO_TABLE" which returns a table with data type LRAW.

I need to convert this data into PDF.

How will I able to convert this into binary ??

I need a PDF output.

regards,

Vaibhav