PDF to TIFF

Convert each PDF page into a TIFF image.

Click to select a file or drag and drop

A single PDF file

Your files never leave your device.

How It Works

1

Upload File

Click or drag and drop your file to begin

2

Process

Click the process button to start

3

Download

Save your processed file instantly

Related PDF Tools

Merge PDF

Free online merge PDF tool

Compress PDF

Free online compress PDF tool

Split PDF

Free online split PDF tool

Edit PDF

Free online edit PDF tool

Rotate PDF

Free online rotate PDF tool

Frequently Asked Questions

Can I get all pages in a single multi-page TIFF?

Yes. Check "Save as multi-page TIFF (single file)" and every page is written into one .tiff named after the PDF. Leave it unchecked and a multi-page PDF downloads as a ZIP containing page_1.tiff, page_2.tiff, and so on; a one-page PDF always gives a single .tiff.

What DPI should I use?

The slider runs from 72 to 600 and defaults to 300, the usual choice for print and archival scans. Fax and document management systems typically expect 200 to 300, and 150 is enough for screen use. Very high DPI on large pages can run the browser out of memory, and you'll see an error if that happens.

Which compression should I choose?

LZW, the default, and Deflate are lossless and suit any content. CCITT Group 4 gives the smallest files for black-and-white scans and automatically switches the color mode to 1-bit. JPEG is lossy (quality 85) but keeps photo-heavy pages small, and PackBits or None are there for older systems that require them.

How do I make a black-and-white TIFF for fax or e-filing?

Set Color Mode to "Black & White (1-bit)" and Compression to CCITT Group 4, then pick 200 or 300 DPI. That combination is what most fax gateways and document management systems expect, and it produces very small files.

Why is my TIFF so large?

TIFF stores a bitmap of every page. An uncompressed 300 DPI color Letter page is roughly 25 MB, so lower the DPI, switch the color mode to grayscale or black and white, or use CCITT Group 4 for text scans. If you only need lossless images for the screen, PDF to PNG makes smaller files.

Can I batch-convert PDFs to TIFF?

No. This tool takes one PDF at a time; if you drop several, only the first is used. Convert them one after another.

Will a password-protected PDF convert to TIFF?

Yes. If the PDF needs a password to open, you're asked for it before conversion, and the pages are rendered once it's entered. The TIFF output itself has no password protection.

Are my pages uploaded to convert them?

No. Pages are rendered with PDF.js and encoded with libvips compiled to WebAssembly, all inside your browser. That does require a browser with SharedArrayBuffer support, which is why the tool must run over HTTPS.