PDF を TIFF に変換
ページを TIFF として描画します。マルチページにも、必要な解像度にも対応します。
このツールはブラウザーの中だけで動きます。ファイルがアップロードされることはなく、そのことはブラウザーのネットワークタブでご自身で確認できます。 ご自分で確かめてください。ブラウザーのネットワークタブを開いて見てください。残りの作業回数を尋ねる小さなリクエストが1つだけ表示されます。ツール名とハッシュだけで、ファイルは決して含まれません。
このツールでできること
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 が必要になるのはなぜですか?
- ほとんどの場合、相手のシステムがそう要求するからです。裁判所の電子提出、病院の記録システム、一部の官公庁のアーカイブ、FAX ゲートウェイは TIFF を前提に作られ、そのままになっています。TIFF を求められていないのであれば、あらゆる点で PDF のほうが優れたファイルです。
- 白黒 2 値とは何ですか。使うべきですか?
- 白黒 2 値は 1 ピクセルあたり 1 ビット、つまりすべてのピクセルが黒か白で、中間の灰色がありません。提出システムが「白黒の TIFF」と言うとき、ほとんどはこれを指します。300 dpi のページが数十メガバイトではなく数百キロバイトで済みます。文書やフォームには使ってください。写真や網掛けの図には使わないでください。黒と白の間にあるものがすべて捨てられます。
- 文書全体を 1 ファイルにできますか?
- できます。既定でそうなります。すべてのページが、連結したイメージファイルディレクトリとして 1 つの TIFF に書き込まれます。これは文書管理システムが想定している形です。ページごとに 1 枚の画像が必要なときはオプションをオフにしてください。並び順が崩れないよう、それぞれに 0 埋めの番号が付きます。
- TIFF が巨大です。何を変えればよいですか?
- 設定は 2 つ、この順で試してください。文書が文字中心なら、まずカラーモードを白黒 2 値にします。グレーに対しておよそ 8 分の 1 で、削減幅がいちばん大きい設定です。次に解像度を下げます。200 dpi は 400 dpi の 4 分の 1 のピクセル数で、特に指定されていない限りたいてい十分です。
- 描画のために文書はどこかに送られますか?
- いいえ。すべてのページはブラウザ内の Web Worker でラスタライズされ、TIFF もそこで組み立てられます。診療記録も裁判の証拠も、端末から出ていくことはありません。ファイルの大きさにかかわらずアップロードはなく、順番待ちもありません。