经常通过图片整理资料的人,或者某些家长需要用到。比如拍照练习题,然后打印。
在网上找到了一个比较小巧方便的工具,下载地址:https://github.com/rillki/img2pdf/releases
简单的使用方式
img2pdf version v1.8 -- Image to PDF converter.
-v --version command utility version
-t --printType print type <stretch, fill, fit> (default: stretch)
-a --ascending sort asceding
-l --landscape landscape PDF page orientation
-p --path path to images directory
-i --images specify image names seperated by ','
-s --size specify page size <A1, ..., A7> (default: A4)
-o --output output PDF file name
-h --help This help information.
EXAMPLE: img2pdf --path=../temp --images=img1.png,img2.jpg --printType=fit --size=A4 --output=myImages.pdf