PDFを画像に変換
各ページをJPG・PNG・WebPとして書き出します。
このツールはブラウザーの中だけで動きます。ファイルがアップロードされることはなく、そのことはブラウザーのネットワークタブでご自身で確認できます。 ご自分で確かめてください。ブラウザーのネットワークタブを開いて見てください。残りの作業回数を尋ねる小さなリクエストが1つだけ表示されます。ツール名とハッシュだけで、ファイルは決して含まれません。
このツールでできること
Each page is redrawn as a grid of pixels at the resolution you choose and saved as a JPG, PNG or WebP. Because the page is rendered rather than exported, what you get is a picture of the page: text stops being text, and nothing in the image can be selected, searched or edited afterwards.
Reach for it when something needs a picture rather than a document: a page to drop into a slide, a diagram for a chat app that will not preview a PDF, or a proof for a print shop that asked for images at 300 dpi.
仕組み
- Drop the PDF onto this page. One file at a time, up to 300 MB.
- Pick the format. JPEG suits scans and photographs, PNG suits text, diagrams and flat colour.
- Set the resolution. 150 dpi is comfortable on a screen and 300 dpi is what a printer wants.
- Give a page range if you only want part of the document, or leave it empty for every page.
- Under advanced options, switch to grayscale or ask for a transparent background.
- Press Convert to images. Each page arrives as its own file, and a ZIP is offered when there is more than one.
Resolution is the one decision here that really costs something. Doubling the DPI quadruples the pixel count: an A4 page at 150 dpi is about 2 megapixels, the same page at 600 dpi about 35. So each page is held to a ceiling of 40 megapixels and the scale is stepped down until it fits, and the result reports the resolution actually used - a request for 600 dpi that came back as 410 explains itself rather than turning up later as a soft print.
The three formats fail in different directions. JPEG is lossy and compresses photographic scans far better than anything else, but it smears the edges of small text; the quality slider runs from 40 to 100 and sits at 90, near the point where more quality mostly buys more bytes. PNG is lossless and keeps text and line art crisp, often at several times the size. WebP beats both at a similar quality, at the cost of older software that refuses to open it.
The conversion is one-way. Nothing in the image knows it was ever text, so a converted page cannot be searched or copied from, and running the images back through Image to PDF gives you a document of pictures rather than the file you started with. If you want the words, use PDF to text; if the problem is only that the file is too big to send, Compress PDF keeps the text alive in it.
Rendering happens on an OffscreenCanvas in a Web Worker, using the same PDF.js engine your browser uses to preview a PDF. Nothing is uploaded at any size, and once this page has loaded the tool keeps working with the network off. Files are numbered with leading zeros sized to the page count, so a 120-page document produces 001 through 120 and sorts correctly everywhere.
このツールにできないこと
- The output is pixels. Text inside the images cannot be selected, searched or edited, and no reader will find a word in them.
- Very large pages are rendered below the resolution you asked for, because each page is held to a 40-megapixel ceiling. The result shows the resolution actually used.
よくある質問
- dpiはどれを選べばよいですか?
- 画面で読むだけなら150dpi、印刷するなら300dpi、ページに定義されたサイズと同じ大きさにしたいなら72dpiです。高ければよいというものではありません。数値を2倍にするとファイルサイズは4倍になり、300dpiを超えると、元が高解像度のスキャンでもない限り、増えた細部はたいてい見えません。
- JPG・PNG・WebPのどれを選べばよいですか?
- スキャンや写真にはJPGです。ずっと小さくなり、失われた分も見分けにくいからです。文字・図・スクリーンショットにはPNGです。不可逆圧縮は小さな文字の輪郭をぼかすからです。WebPは、そのファイルを何で開くかを自分で決められて、どちらよりも小さくしたいときに選んでください。
- 一部のページだけ変換できますか?
- できます。1-4のような範囲や、2, 5, 9- のような書き方、odd・even・lastといった語も使えます。空欄にすれば全ページです。各ページがそれぞれ1つの画像になり、2つ以上あるときは、まとめて1つのZIPで受け取れます。
- 背景が透明な画像にできますか?
- PNGを選び、詳細設定で背景を「透明」にしてください。JPEGにはアルファチャンネルがないので、この選択肢は出ません。なお、ページ自身が白い矩形を描いている場合は、多くのページがそうですが、その矩形は背景ではなくページの内容なので、やはり白く出ます。
- PDFはどこかにアップロードされますか?
- されません。ページの描画はWeb Workerの中で行われ、画像が端末から出ることはありません。信じるのではなく確かめられます。開発者ツールを開き、ネットワークタブに切り替えてからファイルを変換してみてください。何も送信されず、接続を切ったままでも動きます。