cancel
Showing results for 
Search instead for 
Did you mean: 

Printing PDF file from Application server

Former Member
0 Kudos

There is small requirement for one of the project

- Read a PDF file from Application Server.

- Print this file to Printer.

We can read the file in Binary form Using “Read Dataset” ABAP command.

We need to print this data. This cannot be printed as a normal ASCII data, as it contains a lot of control characters and graphic images. This data is in PDF format, which can be understood by Windows.

We need to print it bypassing any printer conversion happening in SAP – possibly as RAW data.

Any idea on how this can be done?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Giridhar,

You can solve this if you install Adobe forms on your WAS. You can find some documents at below link

http://service.sap.com/adobe

Regards,

Hari.

PS: Award points if helpful.

Former Member
0 Kudos

hi Hari,

Thank for your solution.

Former Member
0 Kudos

Hi Giridhar,

Thanks for the update.

Regards,

Hari.

PS: Point's are welcome if deserved.