Hello.
Is there any way to log error messages that Ghostscript produces?
I’m trying to convert multiple PDFs to TIFFs and I would like to keep
a log of each conversion.
You can try to redirect the output of the commands to some file.
--
Jose E. Marchesijema...@gnu.org
GNU P
Is there any way to log error messages that Ghostscript produces?
I'm trying to convert multiple PDFs to TIFFs and I would like to keep a log of
each conversion.
For example:
: Processing Example1.pdf to Example1.tiff...Done!
: Processing Example1.pdf to Example1.tiff...
Error Msg: "..."
--