Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Software (http://stream-recorder.com/forum/forumdisplay.php?f=30)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=9623)

Stream Recorder 07-21-2011 10:26 AM

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


 
Commercial software for creating a multi-page PDF file from JPEG files
  • Adobe Acrobat Pro
  • Abbyy FineReader
  • Adobe Photoshop:

    Place all your JPEG images into the same folder. Then in Photoshop select the "File" -> "Automate" - >"PDF Presentation" from the top menu.

    Click the Browse button and select all of your JPEG (or any other) images. Use CTRL or SHIFT to select multiple files. Use CTRL+A to select all files in the folder.

    Click "Open".

    Make sure that the Save as "Multi-page Presentation" button is on

    Click the "Save" and enter the name of your PDF presentation
  • jpg to pdf converter

Stream Recorder 07-21-2011 10:34 AM

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.


All times are GMT -6. The time now is 05:12 AM.