PDF를 TIFF로 변환
페이지를 TIFF로 그려요. 여러 쪽 한 파일로, 필요한 해상도로요.
이 도구는 브라우저 안에서만 실행돼요. 파일은 절대 업로드되지 않으며, 브라우저의 네트워크 탭에서 직접 확인할 수 있어요. 직접 확인해 보세요. 브라우저의 네트워크 탭을 열어 두고 지켜보면, 남은 작업이 있는지 묻는 작은 요청 하나만 보여요. 도구 이름과 해시뿐이고, 파일은 절대 포함되지 않아요.
이 도구가 하는 일
TIFF is not a format anyone picks for pleasure. People arrive here because a court filing system, a medical archive, a records department or a fax gateway will accept nothing else, usually at 300 dpi and often bilevel. So this renders each page at the resolution you set and writes it into a TIFF, by default as one multi-page file rather than a folder of separate ones.
Use it when something on the other end has specified TIFF: an e-filing portal, a document management system that only indexes TIFF, an archive with a retention standard written before PDF existed, or a fax service that takes image files.
작동 방식
- Drop the PDF onto this page. Files up to 300 MB are accepted, because scans run large.
- Set the resolution. 300 dpi is what most filing systems ask for; 200 is enough for on-screen review and 600 is for archival capture of fine detail.
- Choose colour, gray or bilevel. Bilevel is the black-and-white setting those systems usually mean, and it is what keeps the file small.
- Leave One multi-page file on unless the receiving system genuinely wants a separate image per page.
- Press Convert to TIFF and download the result.
Bilevel is the setting that decides whether the result is manageable. An A4 page at 300 dpi is about 8.7 million pixels, which is roughly 25 MB of colour data before compression; bilevel packs eight pixels into a single byte and brings the same page down to a little over one megabyte before compression, and to a few hundred kilobytes after it. The polarity is handled correctly, which matters more than it sounds - white has to be zero, and getting that backwards produces a negative of the page.
Pages are rendered to PNG on the way out of the renderer and then re-encoded into the TIFF, rather than passing through JPEG first. That avoids throwing away detail in a lossy step that nobody asked for, which is the sort of quiet quality loss an archival conversion should not contain.
Compression is deflate or none, and nothing else. Deflate is lossless, widely readable and does well on text pages. Group 4 fax compression, which a few older bilevel workflows expect and which would be smaller still, is not written here - if a system rejects the output for that reason, it is the one thing this tool cannot give you.
Rendering happens on your device through PDF.js, and the TIFF is assembled there too. Medical and legal documents are the usual traffic for this converter, so it is worth being explicit: no page image is produced on a server, and nothing about the file is sent anywhere.
이 도구가 할 수 없는 일
- A TIFF is pixels. Text stops being selectable and searchable the moment a page is rendered, so nobody will find a word in the result.
- Deflate is the only compression offered, so a colour TIFF at 300 dpi is many times the size of the PDF it came from. JPEG and Group 4 fax compression are not written.
자주 묻는 질문
- PDF 대신 TIFF가 필요한 이유가 뭔가요?
- 거의 언제나 다른 쪽에서 요구하기 때문이에요. 전자소송 제출 포털, 병원 기록 시스템, 일부 정부 기록보관소와 팩스 게이트웨이가 TIFF를 중심으로 만들어졌고 그대로 남아 있어요. TIFF를 요구하는 곳이 없다면 모든 면에서 PDF가 더 나은 파일이에요.
- 흑백 2치가 무슨 뜻이고 써야 하나요?
- 픽셀당 1비트라는 뜻이에요. 모든 픽셀이 검정 아니면 흰색이고 그 사이 회색은 없어요. 대부분의 제출 시스템이 흑백 TIFF를 요구할 때 말하는 것이 이것이고, 300dpi 한 쪽을 수십 메가바이트가 아니라 수백 킬로바이트로 만들어요. 글이 있는 문서나 양식에는 쓰고, 검정과 흰색 사이를 전부 버리니 사진이나 음영이 있는 도표에는 쓰지 마세요.
- 문서 전체를 파일 하나로 받을 수 있나요?
- 네, 그게 기본값이에요. 모든 페이지를 이미지 파일 디렉터리로 이어 붙여 TIFF 하나에 쓰는데, 문서 관리 시스템이 기대하는 형태가 그거예요. 쪽마다 이미지 파일이 따로 필요하면 옵션을 끄세요. 정렬이 어긋나지 않도록 앞을 0으로 채운 번호가 붙어요.
- TIFF가 너무 커요. 뭘 바꿔야 하나요?
- 설정 두 개를 이 순서로 보세요. 글이 있는 문서라면 색 모드를 흑백 2치로 바꾸는 것이 가장 크게 줄여요. 회색조에 견줘 대략 8분의 1이에요. 그다음 해상도를 낮추세요. 200dpi는 400dpi의 4분의 1 픽셀이고, 따로 지시받은 것이 없다면 대개 충분해요.
- 그리는 동안 문서가 어딘가로 전송되나요?
- 아니요. 모든 페이지를 브라우저의 Web Worker에서 래스터로 그리고 TIFF도 거기서 조립해요. 그래서 진료 기록이나 소송 증거가 기기를 벗어나지 않아요. 파일이 아무리 커도 업로드되지 않고, 기다릴 대기줄도 없어요.