1828370 Members
3494 Online
109976 Solutions
New Discussion

Re: Postscript to PDF

 
SOLVED
Go to solution
Richard kelly_2
Occasional Advisor

Postscript to PDF

Hello,
I have a performance utility that is capable of generating Postscript graphs. I'd like to automate translating these to PDF files. I've downloaded and installed the ghostscript utility from the freeware CD. But the PS2PDF scripts that are written for other platforms does not seem to exist for VMS. Does anyone know of a VMS script that does something similar to PS2PDF or how I can get this done in ghostscript directly?

Thanks
4 REPLIES 4
Karl Rohwedder
Honored Contributor
Solution

Re: Postscript to PDF

Here is ours...

regards Kalle
Ian Miller.
Honored Contributor

Re: Postscript to PDF

Kalle,
as you have posted your DCL procedure in this forum could you can post it to
http://dcl.openvms.org

as well ?
____________________
Purely Personal Opinion
Karl Rohwedder
Honored Contributor

Re: Postscript to PDF

Done,

I often regard those DCL routines as being 'too simple' to be posted on the web, but may be they are useful esp. for beginners to see how things can be done on VMS.

regards Kalle
Richard kelly_2
Occasional Advisor

Re: Postscript to PDF

Kalle,

Thanks very much, it does exactly what I need.

Richard