Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soxoj/tiff2pdf-guide
Convert multi-page TIFF files into PDF documents efficiently and maintaining high image quality.
https://github.com/soxoj/tiff2pdf-guide
osint pdf pdf-converter pdf-generation tiff tiff-files tiff-format
Last synced: 6 days ago
JSON representation
Convert multi-page TIFF files into PDF documents efficiently and maintaining high image quality.
- Host: GitHub
- URL: https://github.com/soxoj/tiff2pdf-guide
- Owner: soxoj
- Created: 2024-05-14T18:53:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T06:00:14.000Z (9 months ago)
- Last Synced: 2025-01-19T17:34:40.574Z (12 days ago)
- Topics: osint, pdf, pdf-converter, pdf-generation, tiff, tiff-files, tiff-format
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [tiff2pdf.com](https://tiff2pdf.com/) - up to 20 files, max 200 Mb
## Windows
See instruction: https://github.com/scrub-dev/tiff2pdf
## Linux / MacOS
To convert **all** TIFF files in a folder, do:
```sh
pip3 install Pillow fitz PyMuPDF
```Convert all TIFF document to PDFs in user's Documents folder:
```sh
python3 tiff_to_pdf.py --folder-path ~/Documents
```You'll get a `TIFF to PDF converted DATE TIME` folder in ~/Documents.