Renders each page of a PDF as a JPEG. The rendering is done by pdf.js — the engine Firefox uses to display PDFs — running in this tab, so there is no upload, no page cap and no watermark.
Choosing the resolution
72 DPI gives an A4 page at about 595 × 842 pixels — a usable thumbnail, soft at full size.
150 DPI gives about 1240 × 1754. Sharp on any screen, and the right default.
300 DPI gives about 2480 × 3508 — print resolution, and roughly four times the file size of 150.
600 DPI is for archival reproduction and produces very large files. An A4 page becomes about 5000 × 7000 pixels, which is near the limit of what a browser canvas can hold.
What rasterising costs
That is the point when you need an image — for a slide, a forum post, a system that only takes images. It is a real loss when what you wanted was the words, and in that case the PDF to Text tool is what you want instead.
JPEG also has no transparency, so each page is painted onto white first. Without that step every page would come out with a black background, which is what an empty canvas is.
Multiple pages
report-01.jpg, not report-1.jpg.
Use the page range to convert only part of a long document; there is no reason to render four hundred pages to get page seven.
Scanned PDFs and what they really are
A born-digital PDF was made by software — exported from Word, generated by a report tool, printed to PDF. It contains real text with real font information, and it converts cleanly in every direction.
A scanned PDF is a photograph of a piece of paper wrapped in a PDF container. There is no text in it at all — only an image — regardless of how clearly you can read it on screen.
The difference decides what is possible. Rasterising works identically on both. Extracting text works only on the first, and a scan yields nothing at all — which is reported plainly rather than handing back an empty file.
Password-protected files
This is one of the clearest cases for a local converter. Uploading an encrypted document together with its password to a stranger's server hands over both the lock and the key, and the documents that carry passwords are the ones where that matters most.
Other names for this
Also searched as “pdf to jpeg”, “pdf to image”, “convert pdf pages to images”, “pdf to picture”.
Questions
- What resolution should I choose?
- 150 DPI for anything viewed on a screen, 300 if it will be printed. Higher than that produces very large files for no visible gain.
- How do I get just one page?
- Put its number in the Pages box. Ranges like 1-3, lists like 1,4,9 and open ends like 10- all work.
- Is there a page limit or a watermark?
- Neither. The conversion costs us nothing, so there is nothing to meter.
- The pages have a black background.
- They should not — pages are painted onto white before rendering precisely to avoid that. If it happens, please treat it as a bug.
- Is my password safe to type here?
- It is used to decrypt the file inside this tab and is never sent anywhere. That is precisely the argument for this page: uploading a password-protected document and its password to a third-party server is asking them to hold both halves of the lock. Turn your Wi-Fi off before typing it if you want to be certain.
- Is my PDF uploaded?
- No. The rendering happens in this tab using pdf.js — the same engine Firefox uses to display PDFs. Contracts, medical letters, bank statements and legal filings are the documents this conversion is usually for, and none of them leaves your machine.
- Can I convert several PDFs at once?
- Yes. Drop as many as you like, or a whole folder. Each produces its own set of images, named after the original.