PDF → JPG

Export each PDF page as a high-quality image. Free, no upload. 1 GB max · Up to 1 GB · Processed locally, never sent to a server.

A supplier portal that accepts JPG and PNG but bounces PDFs. A slide that needs page four of a contract dropped straight into it. A product listing where the floor plan has to appear as a picture, not as an attachment. In all three cases what you need is an image, not a document. PDF → JPG renders every page of the file as a separate JPEG, at a resolution you choose.

Rendering goes through PDF.js. Each page is drawn into a canvas whose size is the page size multiplied by a scale factor, then encoded to JPEG by the browser itself. Two settings drive the outcome: quality, which fixes how hard the encoder compresses, and resolution, which fixes how many pixels there are to compress.

Those two are routinely confused, although they act at different points. Quality does not change the size of the image; it decides how much detail the encoder is allowed to throw away. Resolution changes the pixel dimensions. Two further points are worth knowing before you start: a JPEG written by a canvas carries no EXIF block at all, so no date, no software name, no location, and your pages are drawn inside the tab rather than sent to a conversion server.

How to use it

  1. Drop a PDF One document at a time. Every one of its pages will be converted: there is no page picker in this tool.
  2. Set the JPEG quality Three values are offered: high at 92 %, medium at 80 % and economy at 60 %. They control the compression applied by the browser encoder.
  3. Set the resolution Standard lands near 110 dpi, high near 150 dpi and is the default, very high climbs to roughly 220 dpi. This menu multiplies the render dimensions.
  4. Click “Run” The progress line names the page under way out of the total. Each canvas is released as soon as the next page starts, which keeps memory use in check.
  5. Download the images Every row shows the real pixel dimensions, width then height, and the files are numbered on two digits, ending in -page-01.jpg. The “↓ Download all (ZIP)” button gathers the lot into a single archive.

Where the stated dpi figures come from

A PDF page is measured in typographic points, at 72 points to the inch. Rendered without enlargement it would therefore produce an image at 72 dpi. The resolution menu applies a scale factor: 1.5 for standard, 2 for high, 3 for very high. Multiply 72 by those factors and you get 108, 144 and 216 dpi, which the interface rounds to 110, 150 and 220.

On an A4 page that works out as follows, the exact figures being printed next to each file:

Going from standard to very high doubles each side and so quadruples the pixel count, with a comparable effect on file size and on computing time. Pages of different sizes give images of different sizes, and any rotation recorded in the PDF is honoured.

Choosing between quality and resolution

For a page that will be looked at on screen or dropped into a slide, high resolution and 80 % quality do the job. For a document you intend to enlarge or crop into, raise the resolution before you touch the quality: no compression setting can restore pixels that were never computed in the first place.

Quality at 60 % shows up mainly on text. JPEG encoding works in blocks and leaves a faint halo around black letters on a white ground, an artefact far less visible on a page of photographs. Keep the economy setting for illustrated pages, or for sending files where size matters more than crispness.

Encoding is handed to the browser export function, not to an embedded codec such as the MozJPEG used by Compress image. With identical settings, the same PDF can therefore produce files of slightly different sizes under Chrome, Firefox or Safari.

White background and no transparency

Before the page is drawn, the canvas is filled with white. Transparent areas of the PDF therefore come out white, which is consistent with JPEG, a format with no alpha channel. If you need a transparent background, a logo to be cut out for instance, export the page here and then work on the image with Remove background, which writes PNGs that keep transparency.

What a large document costs you

Each canvas is released after its page, but every image produced stays in memory until it is downloaded. A two hundred page document at very high resolution is therefore a serious load, particularly on a phone; a warning appears as soon as you add a file over 400 MB, precisely because the work happens on your own device, and the per-file ceiling is 1 GB.

Two habits avoid the accident: pull out the pages you actually need with Split PDF first, or step the resolution down one notch. As for the archive offered at the end, it serves the convenience of downloading rather than the size of the result.

Frequently asked questions

Which resolution should I choose for printing a page?

The highest setting offered, very high, sits near 220 dpi, below the 300 dpi aimed at by careful printing. For anything destined for paper, printing the PDF directly gives a better result than printing an exported image.

Can I export a single page?

Not from this tool, which converts every page without exception. Extract the page you want with Split PDF first, then convert the one-page PDF you get out of it.

Can I get PNG files instead of JPEG?

No, the output format is fixed in the tool, right down to the file extension. PNG is only worth having for transparency or for perfectly crisp text; in that second case, raising the resolution is the better move.

What do the dimensions shown under each image mean?

They are the real size of the render canvas, in pixels, width then height. That is the figure to look at when you want to know whether the image will survive enlargement or cropping without going soft.

Do the images keep any metadata?

No. A JPEG written by a canvas has no EXIF block, no title, no author and no creation date: it contains nothing but the pixels of the page as it was rendered.

Does the ZIP archive reduce the total size?

Very little. JPEG is already a compressed format and DEFLATE finds almost nothing left to remove. Grouping the files is mainly there to spare you dozens of separate downloads.

Similar tools

Discover other tools

Categories