Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

VBForumsCommunity/vbimg2pdf

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vbimg2pdf

Convert jpeg/png images to multi-page pdf file

Description

Can be used to embed jpeg/png images in a single pdf file without resizing and recompressing input format. Uses Microsoft Print to PDF printer as pdf writer.

Sample usage

  • Generate output.pdf from all jpegs in current folder
c:> vbimg2pdf.exe *.jpg -o output.pdf
  • Create a two-page .xps file (Undocumented) with Letter paper size with Landscape page orientation and 1/4" page margins
c:> vbimg2pdf.exe -printer "Microsoft XPS Document Writer" ^
                  -paper letter ^
                  -margins 0.25 ^
                  -orientation l ^
                  C:\Work\Temp\vbimg2pdf\jpegs\Data_1.jpg ^
                  C:\Work\Temp\vbimg2pdf\jpegs\Data_7.jpg ^
                  -o d:\temp\ccc.xps 

Command-line

vbimg2pdf 0.1 (c) 2018 by wqweto@gmail.com
Convert jpeg/png images to multi-page pdf file

Usage: vbimg2pdf.exe [options] <in_file.jpg> ...

Options:
  -o OUTFILE         write result to OUTFILE
  -paper SIZE        output paper size (e.g. A4)
  -orientation ORNT  page orientation (e.g. portrait)
  -margins L[/T/R/B] page margins in inches (e.g. 0.25)
  -q                 in quiet operation outputs only errors
  -nologo            suppress startup banner

About

Convert jpeg/png images to multi-page pdf (or xps) file

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.