View Single Post
  #2  
Old 07-21-2011, 10:34 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to create a multi-page PDF file from JPEG files


Freeware software for creating a multi-page PDF file from JPEG files
  • ImageMagick (Linux/Mac OS/iOS/Windows) allows to scale and convert image files in batch mode from the command line.

    To create a multi-page PDF file from all JPEG files in the current directory run :
    Code:
    convert *.jpg file.pdf
    To convert file1.jpg file2.jpg file3.jpg to file.pdf run
    Code:
    convert file1.jpg file2.jpg file3.jpg file.pdf
  • FastStone Image Viewer (Windows) includes the Multi-page File Builder allowing to convert images into multi-page PDF files. The software can also save Multi-page TIFF files as multi-page PDF files, save animated GIF files as multi-page PDF fiiles.
Reply With Quote