PDF to TIFF Error
Posted: 2008-10-20T12:04:15-07:00
Hi, I am currently running ImageMagick 6.4.3 Q8 on Windows Server 2003.
I am trying to convert a PDF with 500 pages to a TIFF image, but I keep getting the following error:
"convert: Error fetching directory count. `TIFFLinkDirectory'."
This occurs through the usage of the following command:
convert -colorspace RGB -density 300 foo.pdf foo.tiff
However, if I use a smaller density, like 150 everything works fine.
I`ve been reading the forum and I came accross an answer where it was said that I should use -limit Memory 1mb -limit Map 1mb, but this will slow down the process.
I was wondering if there is any way around this problem other than the limit solution.
Thanks in advance,
Thiago
I am trying to convert a PDF with 500 pages to a TIFF image, but I keep getting the following error:
"convert: Error fetching directory count. `TIFFLinkDirectory'."
This occurs through the usage of the following command:
convert -colorspace RGB -density 300 foo.pdf foo.tiff
However, if I use a smaller density, like 150 everything works fine.
I`ve been reading the forum and I came accross an answer where it was said that I should use -limit Memory 1mb -limit Map 1mb, but this will slow down the process.
I was wondering if there is any way around this problem other than the limit solution.
Thanks in advance,
Thiago