This library convert image file in dir to pdf file.
- fast convert
- pdf page width is same
- This library convert on memory, not use tmp folder.
Support image format in zip
- jpeg, jpeg2000, png, webp, avif, heif, psd, tiff, etc.
$ idir2pdf sample_dir1
$ idir2pdf sample_dir2 sample_dir3
As result, this library make sample_dir1.pdf sample_dir2.pdf sample_dir3.pdf
If you want to install, you can run:
$ pip install idir2pdf
The package can also be used as a library: