docs/tools/pdf-to-tiff.md
Converts each page of a PDF into a TIFF image. TIFF is the standard format for print production, fax systems, and document archival. The tool uses PackBits compression for TIFF encoding and falls back to PNG if a page fails to encode.
This tool has no configurable options. Pages render at a fixed 2x scale.
filename.tifffilename_tiffs.zip containing page_1.tiff, page_2.tiff, etc.If TIFF encoding fails for a specific page (due to compression issues), that page is saved as a .png file instead. The ZIP will contain a mix of TIFF and PNG files in that case.