Search found 6 matches
- 2012-02-18T16:55:36-07:00
- Forum: Users
- Topic: [Solved]Cannot convert from PDF to TIFF
- Replies: 11
- Views: 26746
Re: Cannot convert from PDF to TIFF
Hi all, I just wanted to post here that I revisited this issue and found the solution. Even though I had ghostscript installed, I did not have the "libgs-dev" package installed, which contains the ghostscript development libraries that Imagemagick actually needs. I installed libgs-dev and then ...
- 2012-01-31T11:30:13-07:00
- Forum: Users
- Topic: [Solved]Cannot convert from PDF to TIFF
- Replies: 11
- Views: 26746
Re: Cannot convert from PDF to TIFF
Thanks again for the information. Your instructions were clear in the previous post, it is just that, even though ghostscript is installed (and properly, as far as I can tell), ImageMagick is not finding it when I make it from the source. I specified where the fonts are as per your instructions and ...
- 2012-01-30T21:43:51-07:00
- Forum: Users
- Topic: [Solved]Cannot convert from PDF to TIFF
- Replies: 11
- Views: 26746
Re: Cannot convert from PDF to TIFF
Thank you for the command line information. I tried doing what you said, but the configure command outputted this line: Ghostscript lib --with-gslib=yes no Meaning that, even though I specified --with-gslib, for some reason it did not find it, or still did not add it as a delegate. I am not sure ...
- 2012-01-30T15:59:26-07:00
- Forum: Users
- Topic: [Solved]Cannot convert from PDF to TIFF
- Replies: 11
- Views: 26746
Re: Cannot convert from PDF to TIFF
"convert -list configure" does not list "gs" in DELEGATES. It only lists "mpeg tiff x11". However, when I installed ImageMagick from source, the "./configure" command did provide the following output (scroll down to the 4th to last line): Option Value ...
- 2012-01-30T15:08:06-07:00
- Forum: Users
- Topic: [Solved]Cannot convert from PDF to TIFF
- Replies: 11
- Views: 26746
Re: Cannot convert from PDF to TIFF
I have tried with a number of pdf files, but an easy one to get to is right here: http://www.education.gov.yk.ca/pdf/pdf-test.pdf Also, I have verified that I can convert a TIFF to a GIF, but not a PDF to a GIF, so it is definitely having problems reading PDF files. I have tried the following ...
- 2012-01-30T14:20:54-07:00
- Forum: Users
- Topic: [Solved]Cannot convert from PDF to TIFF
- Replies: 11
- Views: 26746
[Solved]Cannot convert from PDF to TIFF
Hi all, Every time I try to convert a file from pdf to tiff I get the following error: GPL Ghostscript 9.04: Unrecoverable error, exit code 1 convert: Postscript delegate failed `test.pdf': No such file or directory @ error/pdf.c/ReadPDFImage/667. convert: missing an image filename `test.tif ...