Convert a list of image files to a single pdf file.
Inspired from Img2pdf project.
Features:
image2pdf assets/* --output output.pdf --pagesize 150mmx150mm
Output: Pdf file
image2pdf assets/* --output output.pdf
Output: Pdf file
image2pdf assets/* --output output.pdf --pagesize A4
Output: Pdf file
image2pdf assets/* --output output.pdf --pagesize A4^T
Output: Pdf file
cargo install image2pdf