Converting PDF to PostScript with GhostScript
Posted
by Joel Martinez
on Stack Overflow
See other posts from Stack Overflow
or by Joel Martinez
Published on 2009-11-10T21:01:04Z
Indexed on
2010/06/05
21:32 UTC
Read the original article
Hit count: 286
I installed ghostscript and updated the appropriate path variables ... however, I'm getting an error when I try to execute this command:
C:\PROGRA~1\gs\gs8.64\lib>pdf2ps mydocument.pdf mydocument.ps
Access is denied.
Unable to open command line file _.at
Is this the right command? did I miss some configuration or path setting? Otherwise, is there a sane method of doing this conversion?
Thanks!
© Stack Overflow or respective owner