Batch Convert Multi-page PDF(s) to Multi-page Tiff(s)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Batch Convert Multi-page PDF(s) to Multi-page Tiff(s)

Post by fmw42 »

If you want to post a link to one of your PDF files, I could test converting it to TIFF for you.
wchelly@hotmail.com
Posts: 14
Joined: 2011-04-16T22:18:03-07:00
Authentication code: 8675308

Re: Batch Convert Multi-page PDF(s) to Multi-page Tiff(s)

Post by wchelly@hotmail.com »

@Wolfgang

Here you go!
http://www.freeuploading.com/wchelly
These are not the real files, but files scanned using the same method. I put a password on them which is 12345, which I realize now is pointless.

@fmw42

Thanks for the tip, I'll try that!

-chelly
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Batch Convert Multi-page PDF(s) to Multi-page Tiff(s)

Post by fmw42 »

I downloaded your WWII_1.PDF and converted it just fine (IM 6.6.9.5 Q16 Mac OSX Tiger) with:

convert WWII_1.PDF WWII_1.tiff

http://www.fmwconcepts.com/misc_tests/p ... WII_1.tiff

and

convert -density 288 WWII_1.PDF -resize 25% WWII_1b.tiff

http://www.fmwconcepts.com/misc_tests/p ... II_1b.tiff

P.S. Just wondering if it is your ghostscript delegate that may be the problem. What version of GS are you using. Perhaps upgrade that, then reinstall IM.
I believe that I am using GS 9.
wchelly@hotmail.com
Posts: 14
Joined: 2011-04-16T22:18:03-07:00
Authentication code: 8675308

Re: Batch Convert Multi-page PDF(s) to Multi-page Tiff(s)

Post by wchelly@hotmail.com »

Yes, I thought about the Ghostscript and I'm going to just install a new OS. That should update Ghostscript at the same time.
Post Reply