PDF를 TIFF로

PDF의 각 페이지를 TIFF 이미지로 변환합니다.

클릭하여 파일 선택 또는 파일을 끌어다 놓으세요

PDF 파일 1개

파일이 기기 밖으로 나가지 않습니다.

이용 방법

1

Upload File

파일을 클릭하거나 끌어다 놓아 시작하세요

2

Process

처리 버튼을 눌러 변환을 시작하세요

3

Download

완성된 파일을 바로 저장하세요

관련 PDF 도구

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

자주 묻는 질문

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.