Export PDF pages as sharp PNGs, with text that stays crisp.
Every page becomes its own image. The document is opened on your device and never uploaded.
Rendering the pages…
—
Your PDF is opened and rendered on your device and never uploaded.
Renders each page of a PDF as a PNG, at a resolution you pick. PNG is the right choice when the page is mostly text, tables, line art or flat colour: it is lossless, so the letterforms stay crisp instead of picking up the grey haze that JPEG compression leaves around dark text on white.
Resolution is an explicit setting rather than a guess made on your behalf. A PDF page is drawing instructions measured in inches and has no pixels until something renders it, so 72, 150 and 300 dpi are genuinely different documents — a preview, a readable image, and something you can print.
Everything happens in this browser tab: the file is opened locally, the pages are drawn locally, and only the pages you asked for are drawn at all.
PNG keeps the type sharp at any zoom, which is the difference between a quoted clause that reads cleanly and one that looks photocopied.
Thin rules and flat fills are exactly what JPEG handles worst. Lossless rendering keeps a hairline a hairline.
A rendered page as PNG drops straight into a design tool or a build, at whatever density the target screen needs.
OCR and image models generally do better on a lossless render than on a JPEG of the same page, because the compression artefacts around glyphs are what confuse them.
The document is opened on your device and rendering starts straight away at 150 dpi.
150 dpi is a good default. Choose 300 if the pages are going to be printed or read closely, or 72 for a quick preview.
The Pages field takes print-dialog notation — 1-3, 7, 12- — and nothing outside the selection is rendered.
A single page saves as one PNG; several arrive as a zip numbered in page order, and any row can be saved by itself.
Because PNG is lossless. On a page of text or line art, JPEG compression leaves visible artefacts around every dark edge, while PNG reproduces the render exactly. The trade is size — a photographic page is much larger as PNG, and PDF to JPG is the better tool for that.
Where the page itself is. Most PDFs paint a white background, so most pages come out opaque white; a page that genuinely has no background will keep its transparency, which is something JPG cannot do at all.
No. The PDF is opened and rendered entirely inside this browser tab, so the document never leaves your device and there is nothing on a server to delete afterwards.
Not from the image itself — rendering turns the text into pixels. Image to Text will read it back with OCR, but if you still have the PDF it is better to take the text from there, where it is exact.
Lower the resolution — 300 dpi is four times the pixels of 150 — or switch to JPG if the pages carry photographs. PNG cannot be made smaller by trading quality, because it does not trade quality.
Up to 200 in a single run, and it says so when a document goes past that rather than silently stopping. Use the Pages field to work through a longer document in sections.