Skip to content

Convert multi-page TIFF files into PDF documents efficiently and maintaining high image quality.

Notifications You must be signed in to change notification settings

soxoj/tiff2pdf-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TIFF to PDF conversion guide

In many situations, especially with large-scale document leaks such as bank scans, you may encounter a significant number of documents in TIFF format. These multi-page TIFF files are often used for scanned documents due to their high quality and support for multiple images within a single file. However, TIFF files are not widely supported by most software applications, making it challenging to view and process these documents. In contrast, PDF is a universally accepted format that is compatible with a wide range of programs and devices, making it a preferred choice for document management and recognition.

Online

Windows

See instruction: https://github.com/scrub-dev/tiff2pdf

Linux / MacOS

To convert all TIFF files in a folder, do:

pip3 install Pillow fitz PyMuPDF

Convert all TIFF document to PDFs in user's Documents folder:

python3 tiff_to_pdf.py --folder-path ~/Documents

You'll get a TIFF to PDF converted DATE TIME folder in ~/Documents.

About

Convert multi-page TIFF files into PDF documents efficiently and maintaining high image quality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages