Convert TIFF to PDF

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.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The PDF holds exactly what the TIFF held.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing Only the first page is converted; the rest of a multi-page TIFF is not carried over.

Up to 100 files at once. Mixed formats are fine.

Almost every TIFF is a scanned document

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.

The world stopped accepting TIFF

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 scan is not re-compressed on the way in

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.

Only the first page of a multi-page TIFF reaches the PDF

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.

The text is not text, and OCR is a separate job

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.

Why these files are so large, and the only real lever

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.

Page size, and why A4 is usually right here

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 documents stay on your machine

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.

How to convert a scanned TIFF to PDF

  1. Drop your TIFF scans onto this page — a whole folder works.
  2. Choose A4 or US Letter for paperwork, or fit to image for a picture.
  3. Download the PDF, and count its pages if the TIFF held more than one.

TIFF and PDF: a scan placed into a document

TIFF compared with PDF
TIFFPDF
Full nameTagged Image File FormatPortable Document Format
File extension.tif, .tiff.pdf
Media typeimage/tiffapplication/pdf
CompressionLossless — nothing is discardedEither, depending on the setting
First published19861993
Published byAdobeAdobe
SpecificationTIFF 6.0ISO 32000-2
LicensingPublished, not standardisedOpen standard
Standing todayCurrentCurrent
Bit depth32
Colour it can describeRGB, CMYK, greyscale, LabRGB, CMYK, greyscale
Opens in a browserSome browsersEvery browser
Considered insteadPNG, DNGDOCX, HTML

What is lost

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.

What survives

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.

Opening the result

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.

What each format is for

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.

TIFF to PDF: pages, size and searchable text

Are my TIFF files uploaded anywhere?

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.

Does converting TIFF to PDF lose quality?

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.

Can I search the text in the PDF afterwards?

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.

What about a multi-page TIFF?

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.

Why is the PDF so large?

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.

Should I use A4 or fit the page to the image?

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.

Are the scans uploaded anywhere?

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.

More about these formats

Where these figures come from

The claims this page makes about TIFF and PDF are checkable, and these are the documents that settle them.

  • TIFF, Revision 6.0

    Library of Congress, Sustainability of Digital Formats — TIFF’s tag structure and its many compression options

  • PDF (Portable Document Format) Family

    Library of Congress, Sustainability of Digital Formats — What a PDF page is, and why text in one is not an image