Batch Convert Multi-page PDF(s) to Multi-page Tiff(s)
- 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)
If you want to post a link to one of your PDF files, I could test converting it to TIFF for you.
-
- 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)
@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
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
- 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)
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.
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.
-
- 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)
Yes, I thought about the Ghostscript and I'm going to just install a new OS. That should update Ghostscript at the same time.