Cookies for analytics and advertising
We use cookies for analytics and advertising, both sent to Google. Refusing changes nothing you can see.Read the privacy page
Converting TIFF to PDF puts a scanned document into the format every filing system and upload form now expects, without re-compressing the image: the PDF holds exactly the pixels the TIFF held. It runs on your own machine, so nothing is uploaded.
Up to 100 files at once. Mixed formats are fine.
They convert one after another and download together as a ZIP.
TIFF to PDF
Very few people choose TIFF for a photograph. What produces them is scanning: office scanners, document-management systems, records departments, archives, and the software attached to all of them have written TIFF since the 1980s and mostly still do.
So the file at hand is usually paperwork — a signed contract, a set of plans, a medical record, an insurance claim, a court filing. That shapes what a good conversion looks like: nothing needs improving, the pixels must not change, and the result has to be a document that any recipient can open and file.
PDF won the document argument comprehensively. Court filing portals, government upload forms, client extranets, email attachments, contract management systems and every colleague’s laptop expect it, and a good many of them will reject a TIFF outright — no browser displays one, and most people cannot open one at all.
Which means this conversion is rarely about the image and almost always about the container. The scan is fine; the wrapper is the wrong one for where it now has to go.
The picture is written into the PDF without a lossy pass over it. There is no re-scanning, no resampling and no JPEG step, so text stays as crisp as the scanner made it and a signature keeps its thin strokes.
That matters for documents in a way it does not for photographs. A scan already sits close to the edge of legibility on small print and faint stamps, and any additional compression is exactly where a figure becomes ambiguous. A lossless conversion means the PDF is as readable as the scan and no less.
Scanners frequently produce a single multi-page TIFF holding a whole document. This conversion reads the first image in the file and stops there, so a ten-page scan comes back as a one-page PDF and the remaining nine pages are not in it anywhere.
On a single-page document that never shows. On a bundle it is the failure worth checking for, because the PDF looks complete and is not — open it and count the pages before sending it on. Where every page has to survive, they have to be separated before the file gets here: the scanner, the document system that wrote the TIFF, or a tool that splits a multi-page TIFF into one file per page.
A scan is a photograph of a page. The letters are shapes, not characters, so the PDF cannot be searched, the text cannot be copied, and a screen reader has nothing to read. Converting the container does not change that in either direction.
Optical character recognition is what does — it looks at the shapes and works out the letters, adding an invisible text layer behind the image so the page looks identical and becomes searchable. It is a genuinely separate operation with its own error rate, and worth doing deliberately for an archive rather than assuming a format conversion included it.
Scans are usually stored as uncompressed TIFF, because that is the variant every scanner and archive tool reliably reads. An A4 page at 300 dpi is roughly 2480 by 3508 pixels, which is about 35 megabytes; at 150 dpi it is nearer 9.
The PDF inherits that, and no choice in this conversion changes it — the container adds a little structure and nothing else. If the file has to be emailed or uploaded under a size limit, the lever is the scan itself: a lower resolution where the document allows it, or a compression step applied to the images. Zipping helps too, since uncompressed pixel data compresses well.
For a scanned document, choose the paper size it came from — A4 or US Letter — rather than fitting the page to the image. The document then prints correctly, files alongside other paperwork, and looks like what it is.
Fit to image is the better default for pictures and the wrong one for paperwork: it produces a PDF whose page is an odd size determined by the scanner’s pixel dimensions, which prints with unexpected margins and looks out of place in a bundle. A margin is worth setting if the document will be printed, since most printers cannot put ink to the edge of a sheet.
The conversion runs inside the browser tab on your own processor. Nothing is uploaded, so there is no server copy, no retention period to ask about and no account to make; the free ceiling of 100 MB per file is the only limit, and an uncompressed A4 page scanned at 600 dpi in colour is about 104 megabytes on its own.
Given what people scan to TIFF, that is the substantive point rather than a detail. Signed contracts, patient records, case files and claims are exactly the documents where the safest handling is the kind where the file never travels.
| TIFF | ||
|---|---|---|
| Full name | Tagged Image File Format | Portable Document Format |
| File extension | .tif, .tiff | |
| Media type | image/tiff | application/pdf |
| Compression | Lossless — nothing is discarded | Either, depending on the setting |
| First published | 1986 | 1993 |
| Published by | Adobe | Adobe |
| Specification | TIFF 6.0 | ISO 32000-2 |
| Licensing | Published, not standardised | Open standard |
| Standing today | Current | Current |
| Bit depth | 32 | — |
| Colour it can describe | RGB, CMYK, greyscale, Lab | RGB, CMYK, greyscale |
| Opens in a browser | Some browsers | Every browser |
| Considered instead | PNG, DNG | DOCX, HTML |
PDF has nowhere to put the EXIF block — camera, lens, shutter speed and ISO, IPTC fields, which hold captions, credits and keywords, the embedded ICC colour profile and the GPS coordinates, so those go no further than the TIFF. Worth checking before the original is deleted, and worth knowing if the point was to strip it.
Nothing is discarded. TIFF and PDF both store their content losslessly, so the conversion is a change of packaging rather than a change of quality, and it can be repeated without accumulating damage.
Transparency survives. Both TIFF and PDF store an alpha channel, so a cut-out stays cut out and nothing is filled in behind it.
Both TIFF and PDF hold several pages, so a multi-page document stays one file.
PDF opens in every current browser. TIFF has narrower browser support than that. If the file is going onto a web page or into a form, that is usually the whole reason for the conversion.
The usual programs do not overlap: TIFF opens in Adobe Photoshop, Affinity Photo and ImageMagick, PDF in Adobe Acrobat, Preview and LibreOffice Draw — so whoever receives the result needs something from the second list.
TIFF is Adobe's format, published in 1986. It records 32 bits per channel.
PDF comes from Adobe and dates from 1993, specified as ISO 32000-2. Adobe Acrobat, Preview and LibreOffice Draw all read it.
No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is pdf-lib, a PDF writer that runs entirely in JavaScript; your browser fetches it once and caches it.
No. The image is written into the PDF without any lossy compression step, so what you see in the PDF is pixel for pixel what was in the TIFF. Nothing is resampled and nothing is recompressed.
Not from this conversion. A scan is a picture of a page, and the letters in it are shapes rather than characters — the PDF contains the same picture. Making the text searchable requires optical character recognition, which is a separate step.
Only the first page of it is converted. Scanners often produce one TIFF holding every page of a document, and this reads the first image in the file and stops, so a ten-page scan comes back as a one-page PDF with the other nine missing. Splitting the pages out has to happen before the file gets here.
Because the TIFF was. Scans are usually stored uncompressed — an A4 page at 300 dpi is around 35 megabytes — and the PDF carries the same pixels. If the file has to be emailed, reducing the scanning resolution or compressing the images is the lever, not the container.
A4 or US Letter for a scanned document, since it is going to be printed or filed alongside other paper-sized documents and should match them. Fit to image is right for a picture that will only ever be looked at on a screen.
No. The conversion runs inside your own browser, so the documents never leave your machine — which matters more here than almost anywhere, since what gets scanned to TIFF is contracts, medical records, court papers and insurance claims.
The claims this page makes about TIFF and PDF are checkable, and these are the documents that settle them.