Ghostscript - PDF to JPG - Linux Cent OS
We have problems converting this pdf
http://pdf.kewl.se/view/test/120/120.pdfThis is the command we use today
/usr/bin/gs -I/usr/share/fonts/default/Type1 -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -sDEVICE=png16m -dUseCIEColor -dFirstPage=1 -dLastPage=1 -r300x300 -sOutputFile=page.png 120.pdf
The error we get is
--------------------------------------------------------------------------------------
GPL Ghostscript 8.70 (2009-07-31)
Copyright (C) 2009 Artifex Software, Inc. All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 1.
Page 1
error: cannot decode code stream
unable to decode JPX image data.
**** Warning: File has insufficient data for an image.
**** This file had errors that were repaired or ignored.
**** The file was produced by:
**** Adobe PDF Library 8.0
**** Please notify the author of the software that produced this
**** file that it does not conform to Adobe's published PDF
**** specification.
----------------------------------------------------------------------------------------
Our setup
- We have a Linux CentOS server where ghostscript is installed