How to Convert TIFF to PDF (Including Multi-Page TIFFs)
Why Convert TIFF to PDF at All?
TIFF (Tagged Image File Format) is a workhorse format in print production, medical imaging, legal document scanning, and archival photography. It supports lossless compression, high bit depths (up to 32 bits per channel), and — critically — multiple pages stored in a single file. So why convert it to PDF? The short answer is compatibility. A TIFF viewer is not standard software on most computers. If you email a 47-page scanned contract as a .tif file, there is a reasonable chance the recipient opens it in a photo viewer that shows only the first page, or fails to open it entirely. PDF, by contrast, is universally supported, preserves multi-page structure reliably, supports embedded metadata, and produces smaller file sizes in most real-world scenarios. There are also practical workflow reasons. Court filing systems, HR portals, accounting platforms, and email services often accept PDF but reject TIFF outright. Converting a scanned invoice or a fax received as a multi-page TIFF into a single PDF takes seconds and removes that friction entirely. Finally, PDFs are easier to annotate, sign electronically, and password-protect — none of which are native TIFF capabilities. If you are archiving scanned documents long-term, PDF/A (a specific ISO-standardized PDF subset) is the accepted standard for digital preservation, not TIFF, despite TIFF's reputation as an archival format.
Understanding Multi-Page TIFFs Before You Convert
Not every TIFF is a single image. The TIFF specification has allowed multiple 'directories' — effectively separate image frames — inside one file since the 1980s. A 200-page scanned document, a fax, or an exported slideshow can all live inside a single .tif or .tiff file. Before converting, it helps to know what you are working with. On Windows, right-click the file, choose Properties, and look at the file size. A single-page TIFF scanned at 300 DPI in color typically runs 25–90 MB uncompressed. If your file is 400 MB, it almost certainly contains multiple pages. On macOS, open the file in Preview and check the sidebar (View > Thumbnails) — each page appears as a separate thumbnail. The distinction matters because not every conversion tool handles multi-page TIFFs correctly. Some tools extract only the first frame and silently discard the rest. Others convert each frame into a separate PDF file rather than one combined document. If you are converting a 30-page scanned contract and end up with 30 individual PDFs, that is a problem. When using CocoConvert's <a href='/convert/tiff-to-pdf'>TIFF to PDF converter</a>, multi-page TIFFs are processed as a single job — all frames are preserved in order and output as one PDF. That said, extremely large files (above 150 MB) may hit upload limits depending on your plan, so it is worth checking before you start.
Step-by-Step: Converting TIFF to PDF with CocoConvert
The process is straightforward, but a few specific steps are worth spelling out clearly. 1. Navigate to the <a href='/convert/tiff-to-pdf'>TIFF to PDF conversion page</a> on CocoConvert. 2. Click 'Choose File' or drag your .tif/.tiff file into the upload area. Both single-page and multi-page TIFFs are accepted. If you have multiple separate TIFF files that you want merged into one PDF, upload them all at once — CocoConvert will combine them in the order they are listed, which you can reorder by dragging before conversion. 3. Select your output settings. The default page size is A4 (210 × 297 mm), which suits most document workflows. If your TIFF was scanned at a specific size — US Letter (8.5 × 11 inches), for example, or a non-standard format like a legal-size scan at 8.5 × 14 inches — choose 'Match image size' to avoid any cropping or padding. This is the setting most people get wrong: leaving it on A4 when the original is Letter-sized causes a thin white border or slight cropping depending on orientation. 4. Choose your image quality setting. 'Standard' recompresses images using JPEG at roughly 85% quality, which reduces file size significantly. 'High' uses lossless compression and is recommended for documents where text sharpness matters, such as contracts or medical records. For a typical 300 DPI scanned page, Standard produces a PDF around 200–400 KB per page; High produces roughly 600 KB–1.5 MB per page. 5. Click 'Convert', wait for processing (usually 5–20 seconds for files under 50 MB), then download your PDF.
Alternative Methods: Desktop Software and Command Line
CocoConvert handles most everyday conversions well, but it is not the right tool for every situation. If you are processing hundreds of TIFFs in a batch, working with confidential medical images that should not leave your local machine, or need precise control over PDF compression settings, desktop tools are worth knowing. **Adobe Acrobat (Pro or Standard):** Open Acrobat, go to File > Create > PDF from File, and select your TIFF. For multi-page TIFFs, Acrobat correctly imports all frames. To combine multiple separate TIFFs into one PDF, use File > Create > Combine Files into a Single PDF. Acrobat gives you granular control over JPEG compression quality (1–100 scale) and supports PDF/A output under File > Save As Other > Archivable PDF. **macOS Preview:** Open your TIFF in Preview, then go to File > Export as PDF. This works reliably for multi-page TIFFs. The limitation is that Preview offers no compression settings — it embeds images at full resolution, so output files can be large. **ImageMagick (command line):** For batch processing, ImageMagick is extremely capable. The command `convert input.tif -compress jpeg -quality 85 output.pdf` converts a single or multi-page TIFF to PDF. To combine multiple TIFFs: `convert page1.tif page2.tif page3.tif -compress jpeg output.pdf`. ImageMagick is free, runs on Windows/macOS/Linux, and can be scripted easily. The learning curve is real, but for 500-file batches it is unmatched. **LibreOffice Draw:** Can open TIFFs and export to PDF via File > Export as PDF, with options for JPEG compression quality and PDF/A compliance. Slower than the other methods but free and cross-platform.
Getting the Resolution and File Size Right
One of the most common complaints after a TIFF-to-PDF conversion is that the resulting file is either blurry or absurdly large. Both problems come from misunderstanding how resolution interacts with the conversion process. TIFF files store images at a specific DPI (dots per inch). A document scanned at 300 DPI is the standard for readable text. 200 DPI is acceptable for plain text but will look noticeably softer. 600 DPI is used for fine detail — engineering drawings, small-print legal documents — and produces very large files. When you convert to PDF, the DPI of the source image is embedded in the PDF. The PDF itself does not 'have' a DPI in the same way — it maps the image onto a page size. If a 300 DPI image is mapped to an A4 page at the correct scale, it will look sharp when printed or viewed at 100%. Problems arise when the page size does not match the image dimensions, forcing the converter to scale the image up (introducing blur) or down (wasting resolution). For file size: a 300 DPI color scan of an A4 page, compressed with JPEG at 85% quality, should produce a PDF page around 250–500 KB. If your output is 3 MB per page, either the source was scanned at a very high DPI (600+), the image is uncompressed, or it is a 16-bit TIFF being embedded at full bit depth. In CocoConvert, the 'Standard' quality setting handles this automatically. If you need smaller files and can tolerate slightly softer text, try 'Compact' mode, which targets approximately 150 KB per page at 300 DPI — acceptable for email attachments but not for print or archiving. If you are working with 1-bit black-and-white TIFFs (common in fax and legal scanning), PDF conversion using CCITT Group 4 compression is ideal. CocoConvert detects 1-bit images and applies this automatically, producing very small files — often under 50 KB per page.
Handling Problem Files: Corrupt TIFFs, Odd Compression, and Large Batches
Not all TIFF files are well-formed. The format's flexibility — it supports dozens of compression schemes including LZW, ZIP, JPEG, CCITT, PackBits, and uncompressed — means that files created by older scanners, niche medical equipment, or proprietary software sometimes use compression variants that standard converters do not support. If CocoConvert (or any web-based converter) returns an error on your file, try opening it in ImageMagick first: `identify -verbose yourfile.tif` will print the exact compression type and color space. If the compression is listed as something like 'OJPEG' (Old JPEG, a deprecated variant), most modern tools struggle with it. In that case, use Adobe Photoshop or a specialized tool like IrfanView (free, Windows) to open and re-save the TIFF with standard LZW or uncompressed encoding before converting. For large batches — say, 200 scanned invoices each saved as a separate single-page TIFF — CocoConvert's batch upload handles up to 20 files simultaneously on the free tier and 100 files on paid plans. Each file is converted individually and downloaded as a ZIP archive. If you need all 200 pages merged into a single PDF, that requires a different approach: convert in batches, then merge the resulting PDFs using CocoConvert's PDF merge tool, or use Acrobat's Combine Files feature. One honest limitation worth noting: CocoConvert does not currently support TIFF files with floating-point pixel data (32-bit HDR images used in scientific imaging and some camera RAW workflows). These are rare in document contexts but common in geospatial and scientific work. For those, GDAL or specialized GIS software is the appropriate tool.
Checking Your Output: What to Verify Before Sharing
A converted PDF is not automatically a good PDF. Before sending a converted TIFF to a client, court, or archive, run through a quick checklist. **Page count:** Open the PDF and confirm the page count matches the number of frames in the source TIFF. In Adobe Reader, this appears in the bottom toolbar. In a browser's built-in PDF viewer, check the page counter in the top bar. If you started with a 15-page TIFF and ended up with a 15-page PDF, the conversion captured everything. **Text legibility:** Zoom to 100% and read a few lines of text. At 300 DPI, text should be crisp with no visible JPEG artifacts (blocky distortion around letter edges). If you see heavy artifacting, reconvert using the 'High' quality setting. **Page orientation:** Scanners sometimes produce TIFF files with incorrect orientation metadata. Check that pages are not rotated 90 degrees. If they are, most PDF editors (including the free Adobe Acrobat Reader's 'Organize Pages' tool in the online version) let you rotate and save. **File size:** A 10-page scanned document should typically be 1–5 MB after conversion. If it is 45 MB, the images were embedded uncompressed — reconvert with compression enabled. If it is 200 KB for a 10-page color document, the quality setting may be too aggressive. **Metadata:** If the PDF will be archived or filed officially, check that basic metadata (title, author, creation date) is set correctly. CocoConvert preserves any metadata already embedded in the TIFF, but if the source file has no metadata, the PDF will have none either. Acrobat Pro allows editing metadata under File > Properties > Description.