Image to PDF is an easy to use converter that allows users to import thousands of image files, including multipage tiff images, and convert those files to pdf format. The Image to PDF converter is extremely fast and convert/create 10s of thousands of pdf files in no time at all. Just select a folder(s) containing image files and Image to PDF will do the rest.
MARK EVERITT If you're prepared to spend a little time learning a couple of terminal commands then Imagemagick is capable of doing stuff like this for free, and it's a cross platform standard. If you have a particular set of commands you always use then you can wrap your terminal commands into a bash script, apple script or even with automator.
Alternatively SIPS comes with osx, and although I've never used it I've been told that it provides similar functionality to Imagemagick.
Granted this isn't for everyone, but I highly recommend trying it out. Imagemagick is available from MacUpdate and it's very easy to get started. (Version 1.0.1)
MARK EVERITT A simple one to get you started. If you have a bunch of png image files in a folder you want to convert to pdf then open a terminal, cd to the directory and type the following:
mogrify -format pdf *.png
You will need to install imagemagick first. The equivalent in SIPS is something like:
mkdir outputdir
sips -s format pdf *.png --out outputdir
And everything to do that is already installed as standard! (Version 1.0.1)
0
Jul 5 2008
RED_STATE OR...try saving a multi-page tiff image to a multipage PDF. This software fixes that and is more powerful than the simple feature of Automator. (Version 1.0)