I need to convert a multi-page TIFF to a multi-page PDF. I have access to ImageMagick and GhostScript (in *nix environment). How do I do this? Thanks.
UPDATE:
It turns out that my test file was wrong (it didn't have multiple pages), which made me think my command was wrong. This seems to work for me: convert input.tif output.pdf
ImageMagick is a great customizable tool for converting PDF files to individual image files with a single command.
The ghostscript interpreter is used by ImageMagick and GraphicsMagick to convert Postscript and similar formats into images.
convert multipage.tiff -density 300x300 -compress jpeg multipage.pdf
This should work, though there can be some issues.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With