Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 965 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 965 Bytes

TIFF-to-PDF-Generator

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.

Installation and Usage

Download the executable from latest Release and install it directly.

Detailed documentation is given in tutorial [ Markdown | PDF ] page.

Steps to build from Source

  1. Install Python 3.12.0
  2. Install libraries from Requirements.txt
  3. Use pyinstaller to buld the source code to executable.
  4. Install Inno Setup and use inno_script.iss to build the final executable with ghost script.