Re: logging GS PDF to TIFF conversion process

2011-04-22 Thread Jose E. Marchesi
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

logging GS PDF to TIFF conversion process

2011-04-14 Thread White, Lisa
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: "..." --