Ghostscript 9.10
I have a rails app using the paperclip gem running on Heroku. It successfully converts most pdfs, generating thumbnails. One pdf is not converting but no error is generated.
Code: Select all
Command :: file -b --mime '/tmp/9d490e3a2db6fb7ca420a9b37a5e18a320160825-299-1fs6wtc.pdf'
Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/9d490e3a2db6fb7ca420a9b37a5e18a320160825-299-1wvia8y.pdf[0]' 2>/dev/null
Command :: convert '/tmp/9d490e3a2db6fb7ca420a9b37a5e18a320160825-299-1wvia8y.pdf[0]' -auto-orient -resize "400x400>" '/tmp/c45b9e1aa5fd7045253736db8cce157120160825-299-xo8iop.png'
Command :: file -b --mime '/tmp/9d490e3a2db6fb7ca420a9b37a5e18a320160825-299-125tp7b.pdf'
[paperclip] saving /documents/10850/original/Hershey_Hiring_in_San_Leandro.pdf
[paperclip] saving /documents/10850/small/Hershey_Hiring_in_San_Leandro.png
http://files.justmyneighbors.com/docume ... eandro.pdf
Any ideas?
Thank you.