Freeware for convert JPEG images to PDF files

How do to covert a JPEG file to PDF? This freeware "JPEG to PDF" can help you, it is one small converter that can instantly convert JPEG images into PDF files, it is one standalone program and does not require Adobe Acrobat or Acrobat Reader.

JPEG to PDF supports command line usage, and you can make one ".bat" file to batch convert many jpeg files to pdf documents once time! it is very easy to use, converting is simple and quickly.

You can change the position of the JPEG image in the PDF documents; this free software can stretch the images size as you want.

Key JPEG to PDF Features
  • Support JPG, JPEG, PNG, GIF, BMP image formats;
  • No need install one visual PDF printer, convert directly.
  • No need Adobe Acrobat software;
  • Support Windows 98/ME/NT/2000/XP/VISTA platforms;
  • Support command line usage;
  • Support preview the PDF file after convert;
  • Support batch convert jpeg files to pdf;
  • Freeware, no adware or no spyware, free use for personal and non-commercial.
This program can't support animated GIF format, if the source is a animated GIF, this program only read the first frame of the image. Someone need covert two or more images to one PDF document, users can edit these images into one image, then convert to one PDF page by using this software.
Position of JPEG image in PDF document
  • Top-Left
  • Middle-Left
  • Bottom-Left
  • Top-Center
  • Middle-Center
  • Bottom-Center
  • Top-Right
  • Middle-Right
  • Bottom-Right
Stretch for JPEG image in PDF document
  • None
  • Stretch
  • MaxWidth
  • MaxHeight
Full Size Screenshot

Version 1.0 (577.41 KB)

Download from SoftSea.com
Command Line Usage
jpegtopdf.exe jpeg pdf [-p:top-left,...] [-s:stretch,...]
Command line usage example:
jpegtopdf.exe c:\temp\1.jpg c:\temp\1.pdf
jpegtopdf.exe c:\temp\2.jpg c:\temp\2.pdf -p:bottom-center -s:maxwidth
If there have space char in your source JPEG filename or PDF filename, the command line should be like:
jpegtopdf.exe "c:\program files\1.jpg" "c:\program files\1.pdf"
Batch convert JPEG images into PDF files
You can create one ".bat" file to batch convert your JPG/JPEG images to PDF, for example:
jpegtopdf.exe c:\temp\1.jpg c:\temp\1.pdf
jpegtopdf.exe c:\temp\2.jpg c:\temp\2.pdf
jpegtopdf.exe c:\temp\3.jpg c:\temp\3.pdf
You can create change different images formats in you batch file, for example:
jpegtopdf.exe c:\temp\1.gif c:\temp\1.pdf
jpegtopdf.exe c:\temp\2.png c:\temp\2.pdf
jpegtopdf.exe c:\temp\3.bmp c:\temp\3.pdf