docs/tools/tiff-to-pdf.md
Convert TIFF files to PDF, including multi-page TIFFs. Each page (or "IFD") in a TIFF file becomes a separate page in the output PDF. This is especially useful for scanned documents, faxes, and medical images that are commonly stored as multi-page TIFFs.
| Format | Extensions |
|---|---|
| TIFF | .tiff, .tif |
from_tiff.pdf.The tool decodes each TIFF file using a JavaScript TIFF decoder, extracting every page's raw RGBA pixel data. Each page is rendered onto a canvas, exported as PNG, and embedded in the PDF. Page dimensions match the original TIFF pages.
This tool does not expose additional quality settings. Images are embedded at their native resolution.