Search found 1 match

by strataprepress
Fri Jun 13, 2025 5:07 pm
Forum: Flows
Topic: Convert to postscript without opening dialog window?
Replies: 10
Views: 8353

Re: Convert to postscript without opening dialog window?

Here is a working flow. I used the Run Command app in this case. Command: "C:\path-to-ghostscript\gswin64c.exe" -dSAFER -dBATCH -dNOPAUSE -sDEVICE=ps2write -sOutputFile="[Job.NameProper].ps" "%%InputFilePath%%" GhostScript - PDF 2 PS.zip I tried this yesterday and all ...