Convert TIFF to PDF
Inspect every TIFF page, choose what belongs in the document, and create a locally verified PDF without an upload.
- SECURE
- NO UPLOADS
- NO SIGNUP
- BROWSER BASED
- FREE
- FOREVER.
Support us with a link or a share
Local TIFF conversion
Inspect every top-level page, choose what to convert, and verify the new file without uploading it.
A TIFF to PDF converter has to understand pages first
A TIFF is not necessarily one picture. Scanners, fax systems, document archives, and imaging applications can place a chain of image file directories inside one file, with each top-level directory representing another page. Opening only the first directory may produce a perfectly valid image while quietly leaving the rest behind. This converter inventories the complete top-level page chain before it offers to make a PDF.
Every discovered page is listed in source order with stored and display dimensions, orientation, compression, photometric interpretation, sample depth, alpha declaration, and resolution information. All pages are visibly selected initially. You can clear pages you do not need, but the tool will not continue with an empty selection and will never pretend that an implicit first page represents a multipage file. Each selected TIFF page becomes one PDF page in the original order.
Classic TIFF is a family of storage methods, not one codec
The four bytes at the beginning identify byte order and the classic TIFF format, but they do not say how any pixel is stored. A page may be bilevel fax data, grayscale, a palette, or RGB; its strips may be raw, PackBits, LZW, Deflate, or CCITT-compressed. Supported sixteen-bit grayscale samples contain more levels than this PDF path can carry. That is why a filename check is not enough and why the receipt names the actual page characteristics rather than saying only “TIFF.”
The supported matrix is intentionally narrower than the TIFF specification. Verified classic files use strips and contiguous samples with bilevel, grayscale, RGB, or palette pixels. BigTIFF, tiled or planar pages, signed or floating-point samples, JPEG-compressed TIFF, Predictor 3, CMYK, YCbCr, Lab, and unknown combinations receive a typed unsupported result. A plausible preview made by guessing at an unfamiliar layout would be more dangerous than a useful refusal, especially for a scanned record whose missing marks may not be obvious.
Orientation, alpha, and sixteen-bit source pixels
TIFF orientation has eight values, including mirrored rotations. The converter applies the declared transform to the pixels and page dimensions, so the PDF does not depend on a metadata tag that another reader may ignore. An asymmetric pixel check after generation verifies more than width and height: it catches a page that is the right shape but rotated, mirrored, or read bottom-up.
Alpha is accepted only when the TIFF declares associated or unassociated ExtraSamples. Associated alpha is unpremultiplied before compositing; undeclared extra channels are not guessed to be transparency. PDF has a deliberate opaque result here: declared alpha is flattened on white and the receipt says so. Supported unsigned sixteen-bit grayscale samples are scaled to eight bits and the reduction is reported before conversion and on the receipt. The PDF is therefore a readable raster document, not a bit-exact archival replacement for the TIFF.
What the PDF preserves, and what stays in the source
The visible page pixels, their upright dimensions, the chosen page set, and page order are the product contract. Each selected page is embedded as an upright PNG raster at its display pixel dimensions. A valid TIFF resolution determines the PDF page box; if it is absent or invalid, the fallback is 96 dpi. Embedded ICC profiles are not applied or carried into the result. GeoTIFF coordinates, EXIF fields, private tags, thumbnails, masks, and image pyramids do not become PDF metadata or extra pages. Auxiliary SubIFDs are counted and named as auxiliary so their existence cannot be confused with document pages.
Keep the original TIFF when color-managed production, geospatial meaning, high bit depth, private scanner tags, or evidentiary preservation matters. The new file is an ordinary image-based PDF: it does not perform OCR, create selectable text, certify PDF/A, or prove that a digital archive and its source are equivalent. To extract one chosen page as an image instead, use TIFF to PNG for alpha and lossless 8-bit output, or TIFF to JPG for a smaller photographic delivery copy.
The finished document is checked before download
The result receipt reports source pages, selected pages, output pages, applied orientation, sample-depth conversion, alpha or background treatment, color-profile handling, discarded metadata, and file size. The generated bytes are opened again before the download appears. Page count, page boxes, and asymmetric pixel markers must agree with the plan; a file that merely begins with a PDF signature is not sufficient evidence.
Need to change the selection? The decoded page inventory remains available, so another run does not require choosing the TIFF again. A very large scan receives local memory advice before reading begins rather than an arbitrary refusal. Work runs in a cancelable worker with real byte and page progress, and an older job cannot overwrite a newer result.
Local conversion without an upload
The TIFF bytes and generated PDF stay in this browser tab. They are not placed in the URL, browser storage, analytics, or a conversion API. File, drop, and a clipboard TIFF file use the same byte-based parser; no extension is trusted as proof. The local-processing guide explains how to inspect the network boundary yourself. Going the other direction is not a switch on this page: PDF-to-TIFF needs an encoder and compression choices of its own and is outside this verified route.
Questions
Does TIFF to PDF keep every page?
Every top-level TIFF page is inventoried and visibly selected by default. You can clear pages before conversion, and the PDF follows source order. The converter never treats page one as the whole file without showing the remaining pages.
Does the PDF preserve sixteen-bit TIFF pixels?
No. Supported unsigned sixteen-bit grayscale samples are scaled to the converter’s eight-bit working raster, and that reduction is named before conversion and on the receipt. Keep the TIFF when its original sample precision matters.
Are TIFF metadata and color profiles preserved?
No. ICC profiles are not applied or embedded, and GeoTIFF, EXIF, private tags, thumbnails, and auxiliary images remain in the source. The PDF is a readable raster document rather than an archival or color-managed equivalent.
Does the converter make scanned text searchable?
No. It places decoded page images into a PDF and does not run OCR. Words visible in the scan remain pixels, so they are not selectable or searchable unless another OCR workflow adds a text layer later.
How are TIFF page size and transparency represented in PDF?
Each selected page becomes an upright PNG raster at its display pixel dimensions. Valid TIFF resolution sets the PDF page size; otherwise the converter uses 96 dpi. Declared transparency is removed on a white background, with both facts recorded separately.
Is the TIFF uploaded?
No. Page discovery, decoding, PDF writing, and reopen verification run in this browser tab. The file and result are not placed in a URL, browser storage, analytics, or a conversion API.