Skip to content
Back to Blog
how-to-convert

How to Convert TIFF to PDF (Including Multi-Page TIFFs)

2026-05-17 8 min read

Why Convert TIFF to PDF at All?

TIFF (Tagged Image File Format) is a workhorse. It's essential in print production, medical imaging, and archival photography for good reason. It supports lossless compression, high bit depths (up to 32 bits per channel), and, most importantly, multiple pages in a single file. So why bother converting it to PDF? Compatibility. That's the one-word answer. Send a 47-page scanned contract as a .tif file, and you're rolling the dice. Will your client's computer open it? Will their photo viewer show only the first page and ignore the other 46? Anyone who's had a deal stall because someone couldn't open a critical file knows this pain. PDFs just work. They're universally supported, they reliably preserve the multi-page structure, and they usually produce smaller files. Beyond just opening the file, practical workflows demand PDF. Court filing systems, HR portals, and accounting platforms often reject TIFFs outright. A quick conversion from a multi-page TIFF to a single PDF removes that friction completely. Plus, PDFs can be annotated, signed electronically, and password-protected—features TIFF simply doesn't have. For long-term archiving, the choice is even clearer. Despite TIFF's reputation, PDF/A (a specific ISO-standardized subset of PDF) is the official standard for digital preservation, not TIFF.

Understanding Multi-Page TIFFs Before You Convert

The TIFF format has a hidden trick: it's not always a single image. Since the 1980s, the specification has allowed multiple 'directories'—separate image frames—to be bundled into one file. That 200-page scanned document, a fax, or an exported slideshow might all be living inside a single .tif or .tiff file. How can you tell? A quick file size check is a good clue. On Windows, right-click for Properties. A single-page, 300 DPI color TIFF might be 25–90 MB uncompressed; if your file is 400 MB, you've definitely got multiple pages. On macOS, it's even easier: open the file in Preview and look at the sidebar (View > Thumbnails). Each page will appear as its own thumbnail. Knowing this is critical because many conversion tools fail spectacularly with multi-page TIFFs. Some will grab only the first page and silently throw away the rest. Others will create a separate PDF for every single page. Turning a 30-page contract into 30 individual PDFs isn't a conversion; it's a new problem to solve. CocoConvert's <a href='/convert/tiff-to-pdf'>TIFF to PDF converter</a> is built for this. It processes multi-page TIFFs as a single job, preserving the order and outputting one consolidated PDF. The only catch is file size. Extremely large files (over 150 MB) might run into upload limits, so it's always smart to check your plan's details before starting a huge job.

Step-by-Step: Converting TIFF to PDF with CocoConvert

Converting your TIFF with CocoConvert is simple. Here's how to get it right on the first try. 1. Start at the <a href='/convert/tiff-to-pdf'>TIFF to PDF conversion page</a>. 2. Click 'Choose File' or just drag your .tif/.tiff file onto the page. You can upload single-page or multi-page TIFFs. If you want to merge several separate TIFF files into a single PDF, upload them all together. This is perfect for when a scanner outputs one file per page. CocoConvert will combine them in the listed order, and you can drag them to reorder before hitting convert. 3. Choose your output settings. Pay attention here, because this is where most conversions go wrong. The default page size is A4 (210 × 297 mm). If your TIFF was scanned to a different size like US Letter (8.5 × 11 inches) or a legal-size document (8.5 × 14 inches), you absolutely must choose 'Match image size'. This prevents weird cropping or unwanted white borders. Don't skip this step. 4. Pick an image quality. 'Standard' is a great default; it uses JPEG compression at about 85% quality to dramatically reduce file size. For contracts, medical records, or anything where text clarity is non-negotiable, choose 'High' which uses lossless compression. To give you an idea, a 300 DPI scanned page in 'Standard' will be about 200–400 KB, while 'High' will be closer to 600 KB–1.5 MB. The visual difference is often subtle on screen but can be more noticeable in print. 5. Click 'Convert'. Processing is fast, usually 5–20 seconds for files under 50 MB. Then, just download your new PDF.

Alternative Methods: Desktop Software and Command Line

While CocoConvert is great for most day-to-day tasks, sometimes you need a different tool. Desktop software is the answer when you're processing huge batches of TIFFs, handling sensitive data like medical images that can't be uploaded, or require obsessive control over PDF compression. Here are some of the best alternatives. **Adobe Acrobat (Pro or Standard):** The industry standard for a reason. In Acrobat, just go to File > Create > PDF from File and pick your TIFF. It handles multi-page files perfectly. To merge multiple TIFFs, use the Combine Files into a Single PDF tool. Acrobat offers fine-grained control over JPEG quality (on a 1–100 scale) and can save directly to the PDF/A archival format via File > Save As Other > Archivable PDF. **macOS Preview:** Apple's built-in tool is surprisingly capable. Open your TIFF in Preview, then go to File > Export as PDF. It works flawlessly with multi-page TIFFs. The one major drawback? Preview gives you zero control over compression. It embeds images at full resolution, which means your output PDF can be unnecessarily massive. Convenient, but watch out for bloated file sizes. **ImageMagick (command line):** For raw power and automation, nothing beats ImageMagick. The command `convert input.tif -compress jpeg -quality 85 output.pdf` will handle single or multi-page TIFFs. To combine multiple files, use `convert page1.tif page2.tif page3.tif -compress jpeg output.pdf`. It's free, runs everywhere (Windows/macOS/Linux), and is a script-writer's dream. The learning curve is steep, no question, but for processing a 500-file batch, it's the undisputed champion. **LibreOffice Draw:** It's free, it's cross-platform, and it works. You can open TIFFs in Draw and then use File > Export as PDF. It even gives you options for JPEG compression and PDF/A compliance. It's not the fastest or most elegant solution, but it gets the job done without costing a penny.

Getting the Resolution and File Size Right

After converting a TIFF to PDF, you might run into two classic problems: the PDF is blurry, or the file size is gigantic. Both issues usually trace back to resolution and how it's handled during conversion. A TIFF file has a specific DPI (dots per inch). For documents, 300 DPI is the gold standard for crisp, readable text. You can get away with 200 DPI for simple text, but it will look softer. 600 DPI is overkill for most things but necessary for fine detail like engineering drawings or the tiny print in legal documents. Naturally, it also creates huge files. When you convert to PDF, you're not really changing the image's DPI. Instead, the PDF format maps that image onto a page. Think of it like putting a photo in a frame. If the photo and frame are the same size, it looks great. If you have to stretch a small photo to fit a big frame, it gets blurry. If you shrink a huge photo for a tiny frame, you're just wasting all that extra detail (and file size). This is why matching the page size in your converter is so important. As for file size, a 300 DPI color A4 page, compressed with JPEG at 85% quality, should result in a PDF page of about 250–500 KB. If you're seeing 3 MB per page, something is wrong. The cause is usually a super-high source DPI (600+), zero compression, or a 16-bit TIFF being embedded with all its data. CocoConvert's 'Standard' quality setting is designed to prevent this. For even smaller files, the 'Compact' mode aims for around 150 KB per page at 300 DPI. It's fine for email, but I wouldn't use it for printing or archival purposes. And for 1-bit black-and-white TIFFs, common from faxes and legal scanners, CocoConvert automatically uses the highly efficient CCITT Group 4 compression, creating tiny files that are often under 50 KB per page.

Handling Problem Files: Corrupt TIFFs, Odd Compression, and Large Batches

The TIFF format's greatest strength—its flexibility—is also its biggest headache. It supports a dizzying array of compression schemes (LZW, ZIP, JPEG, CCITT, PackBits, uncompressed, and more). This means that files from old scanners, niche medical devices, or proprietary software can be saved in a flavor of TIFF that most converters can't read. If CocoConvert or another web tool gives you an error, don't give up. The first step is to diagnose the problem with ImageMagick. Run `identify -verbose yourfile.tif` and look at the compression type. If you see something obscure like 'OJPEG' (an old, deprecated JPEG variant), you've found your culprit. Most modern tools choke on it. The fix is to open the file in a powerful image editor like Adobe Photoshop or the excellent free tool IrfanView (Windows only, unfortunately), and re-save it as a new TIFF using standard LZW or no compression. Then, try converting the new file. What about large batches, like 200 invoices scanned as 200 separate TIFFs? CocoConvert's batch upload can process 20 files at once on the free tier or 100 on paid plans. It converts each file individually and bundles them in a ZIP archive. If your goal is one massive PDF with all 200 pages, you'll need a two-step process: convert the TIFFs in batches and then use CocoConvert's PDF merge tool or Acrobat's Combine Files feature to stitch the resulting PDFs together. CocoConvert doesn't support everything. It can't handle TIFF files with floating-point pixel data (32-bit HDR images used in scientific imaging and some camera RAW workflows). These are rare for documents but common in geospatial fields. For that kind of work, you need specialized tools like GDAL.

Checking Your Output: What to Verify Before Sharing

A converted PDF is not automatically a good PDF. Before you fire that file off to a client, a court, or into your archives, take 30 seconds to run through this quick quality control checklist. **Page count:** Does the page count match the original? Open the PDF and glance at the page counter. If you started with a 15-page TIFF, you'd better have a 15-page PDF. If not, something went wrong, and pages were likely dropped. **Text legibility:** Zoom in to 100% and actually read a few words. At 300 DPI, the text should be sharp. Look for blocky JPEG artifacts around the letters. If the text looks fuzzy or distorted, you should reconvert using the 'High' quality setting. **Page orientation:** Ah, the classic sideways scan. Scanners love to get orientation wrong. Flip through the pages to make sure none are rotated 90 degrees. If you find one, most PDF editors can fix it. Even the free online version of Adobe Acrobat Reader has an 'Organize Pages' tool that lets you rotate and save. **File size:** Do a sanity check on the file size. A 10-page scanned document should probably be somewhere between 1–5 MB. If it's 45 MB, the images are almost certainly uncompressed, and you should reconvert with a compressed setting. If it's a tiny 200 KB for 10 color pages, the compression was probably too aggressive and you've lost too much quality. **Metadata:** For official or archived documents, metadata matters. Check that the title, author, and creation date are correct. CocoConvert will carry over any metadata from the original TIFF, but if the TIFF was blank, the PDF will be too. You can edit this information in Acrobat Pro under File > Properties > Description.

Ready to convert?

Try it now — fast, secure, and private.

Convert Now →