convert pdf to tiff
Posted: 2019-03-29T04:13:08-07:00
Hi
I am using ImageMagick-7.0.8-Q16 64 bit for windows.
I am using following script for convert multipage pdf to multiple tiff file.
magick.exe -density 300 test,tif -depth 8 temp_%d.tiff
i am getting following error.
magick.exe: FailedToExecuteCommand `"gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pamcmyk32" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r300x300" -dUseCIEColor "-sOutputFile=C:/Users/Rajani/AppData/Local/Temp/magick-13844PIUOCk6mUkHs%d" "-fC:/Users/Rajani/AppData/Local/Temp/magick-13844__yV4eGH1XJq" "-fC:/Users/Rajani/AppData/Local/Temp/magick-13844Q9TW5xWER67_"' (The system cannot find the file specified.
) @ error/delegate.c/ExternalDelegateCommand/475.
magick.exe: PDFDelegateFailed `The system cannot find the file specified.
' @ error/pdf.c/ReadPDFImage/795.
Do the needful. Many thanks
I am using ImageMagick-7.0.8-Q16 64 bit for windows.
I am using following script for convert multipage pdf to multiple tiff file.
magick.exe -density 300 test,tif -depth 8 temp_%d.tiff
i am getting following error.
magick.exe: FailedToExecuteCommand `"gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pamcmyk32" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r300x300" -dUseCIEColor "-sOutputFile=C:/Users/Rajani/AppData/Local/Temp/magick-13844PIUOCk6mUkHs%d" "-fC:/Users/Rajani/AppData/Local/Temp/magick-13844__yV4eGH1XJq" "-fC:/Users/Rajani/AppData/Local/Temp/magick-13844Q9TW5xWER67_"' (The system cannot find the file specified.
) @ error/delegate.c/ExternalDelegateCommand/475.
magick.exe: PDFDelegateFailed `The system cannot find the file specified.
' @ error/pdf.c/ReadPDFImage/795.
Do the needful. Many thanks