Key Functions |
Proficient to transform JPEG, JPEG2000 images format into PDF documents. |
Support several files merged to create a single PDF file. |
Support each file be converted into a PDF file. |
Converts batch images into PDF on a single click. |
Allow to set PDF Meta properties like Title, Author, Subject and Keywords. |
Encrypt created PDF with user password or/and owner password of 48 or 128-bit. |
Control permissions to restrict printing, copying, or modifications to created PDF. |
Set resolution (DPI) for converted PDF. |
Support add bookmarks to converted PDF. |
Support add watermark to converted PDF. |
Standalone software, Adobe Acrobat and Reader NOT required! |
Use it on all Windows version including the latest builds of Windows 10; |
|
Command Line |
Usage: jpegtopdf <-i JPEG File> [options] |
-i <string> |
Specify input files or folder. |
-o <string> |
Specify output pdf file or folder.
-o c:\mypdf\ Specify output PDF file into folder c:\mypdf\
-o c:\mypdf.pdf Combine all files into one PDF file. |
-d <int> |
Set image dpi (72-1200), invalid if set "-s". |
-s <string> |
Set page size.
Support: "A3, A4, A5, B5, Letter, Legal",
or set custom size.
e.g. -s "600x800" is set page width 600, height 800.
e.g. -s "A4" is set paper A4. |
-g <int> |
Set page rotate. "90", "180", "270" |
-b <int> |
Set Bookmarks.
-b 1 use the page number as bookmarks.
-b 2 use the short filename as bookmarks.
-b 3 use the full filename as bookmarks. |
===PDF Encrypt=== |
-eu <string> |
Set 'user password' to PDF file. |
-en <string> |
Set 'owner password' to PDF file. |
-el <int> |
Set encrypt level 128 or 40. |
-ee <int> |
Set restrictions for encryption.
-e 0 all disallowed.
-e 4 permit print.
-e 8 permit modify.
-e 16 permit copy.
-e 12 permit print + modify.
-e 20 permit print + copy.
-e 24 permit modify + copy.
-e 28 all allowed. |
===PDF Information=== |
-ft <string> |
Set 'title' to PDF file. |
-fs <string> |
Set 'subject' to PDF file. |
-fa <string> |
Set 'author' to PDF file. |
-fk <string> |
Set 'keywords' to PDF file. |
-fc <string> |
Set 'creator' to PDF file. |
-fp <string> |
Set 'producer' to PDF file. |
===Text stamping=== |
-mt <string> |
The content of the stamp. |
-ms <int> |
Set the font size, default is 16 point. |
-mc <int> |
Specify the text color,range from 0-16777215,default is 255(red). |
-mp <int> |
The Position of stamps.
1 = Stamps on the Top-Left of the page. (default)
2 = Stamps on the Top-Center of the page.
3 = Stamps on the Top-Right of the page.
4 = Stamps on the Right-Center of the page.
5 = Stamps on the Right-Bottom of the page.
6 = Stamps on the Bottom-Center of the page.
7 = Stamps on the Left-Bottom of the page.
8 = Stamps on the Left-Center of the page.
9 = Stamps on the Center of the page. |
===PDF Viewer=== |
-vs <int> |
Document options
-vs 1 Show page only
-vs 2 Show the bookmark panel
-vs 3 Show the thumbnail panel |
-vz <int> |
Display & zoom
-vz 1 Fit to width of page
-vz 2 Fit one full page to window |
-vr |
Resize window to the initial page |
-vc |
Center window on screen |
-vf |
Open in full screen mode |
-vm |
Hide Menu bar |
-vt |
Hide Toolbars |
-vw |
Hide Window controls |
|
|