Skip to content

smeghead/rust-pdfpackman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-pdfpackman

This is a cli command to convert multiple image files to a PDF file.

Build

$ git clone https://github.com/smeghead/rust-pdfpackman.git
$ cd rust-pdfpackman
$ cargo build --release
$ ./target/release/pdfpackman --help

Usage

Usage: pdfpackman [options] FILE [FILE..]

Options:
    -o, --output NAME   set output file name
    -h, --help          print this help menu

example

pdfpackman -o output.pdf sample.jpg sample.png

About

generate pdf includes specified image files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages