Cannot convert certain PDF files IM 6.8.0.10 Q16
Posted: 2012-12-18T18:32:17-07:00
IM 6.8.0.10 Q16 Mac OSX Snow Leopard
I am having errors when trying to convert certain PDF files. For example take the pdf from the link below
http://www.fmwconcepts.com/misc_tests/p ... s/test.pdf
convert test.pdf test2.pdf
convert: unable to load module `/usr/local/lib/ImageMagick-6.8.0//modules-Q16/coders/pdf.la': file not found @ error/module.c/OpenModule/1277.
convert: no decode delegate for this image format `test.pdf' @ error/constitute.c/ReadImage/550.
convert: no images defined `test2.pdf' @ error/convert.c/ConvertImageCommand/3078.
This comes from saving as PDF on my Mac or equivalently opening it in Adobe Reader and resaving as PDF. Neither work.
However, if I do
convert rose: rose.pdf
convert rose.pdf rose2.pdf
every thing works fine.
What is the error message implying that is missing or what am I doing wrong? How would I fix this or is it an issue of PDF incompatible formats?
P.S. Curious if the link to the pdf.la file is correct? It seems to have // with no subdirectory between them?
/usr/local/lib/ImageMagick-6.8.0//modules-Q16/coders/pdf.la
If I do
find /usr | grep "pdf.la"
It shows as located at (with no //):
/usr/local/lib/ImageMagick-6.8.0/modules-Q16/coders/pdf.la
Is this an error in IM pointing to a bad link?
I am having errors when trying to convert certain PDF files. For example take the pdf from the link below
http://www.fmwconcepts.com/misc_tests/p ... s/test.pdf
convert test.pdf test2.pdf
convert: unable to load module `/usr/local/lib/ImageMagick-6.8.0//modules-Q16/coders/pdf.la': file not found @ error/module.c/OpenModule/1277.
convert: no decode delegate for this image format `test.pdf' @ error/constitute.c/ReadImage/550.
convert: no images defined `test2.pdf' @ error/convert.c/ConvertImageCommand/3078.
This comes from saving as PDF on my Mac or equivalently opening it in Adobe Reader and resaving as PDF. Neither work.
However, if I do
convert rose: rose.pdf
convert rose.pdf rose2.pdf
every thing works fine.
What is the error message implying that is missing or what am I doing wrong? How would I fix this or is it an issue of PDF incompatible formats?
P.S. Curious if the link to the pdf.la file is correct? It seems to have // with no subdirectory between them?
/usr/local/lib/ImageMagick-6.8.0//modules-Q16/coders/pdf.la
If I do
find /usr | grep "pdf.la"
It shows as located at (with no //):
/usr/local/lib/ImageMagick-6.8.0/modules-Q16/coders/pdf.la
Is this an error in IM pointing to a bad link?