A windows application to convert multiple TIFF images to PDF with options to control PDF size and quality. This tool uses img2pdf and Ghostscript for the generation and conversion.
Download the executable from latest Release and install it directly.
Detailed documentation is given in tutorial [ Markdown | PDF ] page.
- Install Python 3.12.0
- Install libraries from Requirements.txt
- Use pyinstaller to buld the source code to executable.
- Install Inno Setup and use
inno_script.iss
to build the final executable with ghost script.