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

Convert a Postscript file to PDF

Former Member
0 Likes
1,169

Hi,

I would like to know how to convert a postscript file residing on the application server, convert it to PDF and send it to a printer. What are the steps involve? Are there any function modules I can use?

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
946

Read the file from application layer , use write print on and print off to generate a spool once the spool is generated you can use sap program RSTXPDFT4 to generate the pdf.

Read only

0 Likes
946

hi,

Could you explain how I can generate/create a spool? I'm new to this and I'm still learning. I know that when i sent something to the printer, the spool is generated and I can view the spools in SP01. Are you saying that I can call some kind of function to generate a spool? If so, how do I do that?

Thanks.

Read only

0 Likes
946

Dear Karthik,

I have a requiremet like i wanted to convert the PDF file into post script file, then i need to place that post script file data into application server .

Please let me know how can i achieve this ?

Thanks and regards

Krishna mohan

09176279378

Read only

Former Member
0 Likes
946

Dear Joseph,

I have a requiremet like i wanted to convert the PDF file into post script file, then i need to place that post script file data into application server .

Please let me know how can i achieve this ?