PDF Thumbnail Generator
Create preview thumbnails for your PDF files.
Drag & Drop PDF
or click to select file
About PDF Thumbnail Generator
Drop in a PDF and every page comes back as a small JPEG preview. The grid shows them as they are produced; the download button hands you thumbnails.zip containing thumbnail-page-1.jpg, thumbnail-page-2.jpg and so on. Rendering happens in this browser tab and the document is never uploaded.
Fixed settings, on purpose
Pages are rendered at half their point dimensions and encoded as JPEG at 80% quality. There is nothing to configure, which is the entire point of a separate tool: when you want a contact sheet or a set of cover images, the last thing you want is a resolution dialogue. In practice that means about 36 DPI — an A4 page becomes roughly 298 by 421 pixels and lands somewhere in the tens of kilobytes.
Because the scale is relative rather than an absolute pixel target, a document with mixed page sizes produces mixed thumbnail sizes, and the aspect ratio of every page is preserved exactly. Pages are drawn on white, and annotations and filled form values are painted in, so a preview looks like the page a reader would show rather than a stripped-down version of it.
Why half size and JPEG are the right defaults
Rendering cost grows with the square of the scale, so a preview at half size costs a fraction of a full-resolution page and a two-hundred-page document finishes in seconds rather than minutes. It also keeps memory low, which is what lets this run on a phone where a high-resolution conversion of the same file would exhaust the tab. As for the format: at 300 pixels wide you are viewing the image far below the resolution at which lossy artefacts become visible, so lossless coding would buy you nothing but a ZIP many times larger.
What people use these for
- Document libraries and CMS entries that want a cover image next to each PDF in a list.
- Contact sheets for a long report, so a reviewer can see the shape of it before opening it.
- Visual indexes of scanned archives, where filenames tell you nothing and the picture tells you everything.
- Verification after editing — a quick way to confirm that a merge, a reorder or a rotation produced the page sequence you meant.
- Finding a page number before pulling it out with Split PDF or removing it in Organize PDF.
When you need something else
If the images are the output rather than a navigation aid, use PDF to JPG, which offers five resolutions up to 432 DPI, an adjustable quality slider and a download button on every page. If they will be read by an OCR engine or edited afterwards, use PDF to PNG so nothing is lost to compression. If you want the photographs stored inside the document rather than pictures of its pages, Extract Images from PDF pulls those out at native resolution. And if you want to resize the finished previews to a uniform pixel size for a grid layout, Bulk Image Resizer handles the set in one pass.
One preview per page, half size
Every page is rendered at 0.5x — half its point dimensions, so an A4 page becomes roughly 298 by 421 pixels. Small enough to generate a hundred of them quickly, large enough to recognise a page at a glance.
JPEG at 80%, zipped
Each preview is encoded as JPEG at 80% quality — a few dozen kilobytes apiece — and the whole set downloads as thumbnails.zip containing thumbnail-page-1.jpg onwards, ready to drop into a folder or a build script.
No upload, no queue
The document is rendered by JavaScript in this tab. A confidential deck you need cover images for is never transmitted, and there is no server-side rate limit to work around.
Frequently Asked Questions
What size are the thumbnails exactly?
Half the page size in points. Because a point is one seventy-second of an inch, that works out at 36 DPI: an A4 page (595 by 842 points) produces a 298 by 421 pixel image, and US Letter produces 306 by 396. Pages of different sizes in the same document produce differently sized thumbnails, since the scale is relative rather than a fixed pixel target.
Can I choose a different size or format?
Not here — the scale and the JPEG quality are fixed, which is what makes this a one-click tool. When you need control, PDF to JPG offers five resolutions from 72 to 432 DPI plus an adjustable quality slider, and PDF to PNG gives lossless output. This tool is for the common case where you want a set of previews and do not want to think about it.
Can I download a single page rather than the whole set?
No, the download is the ZIP. All the previews are shown in the grid so you can see what you are getting, but the only download button produces thumbnails.zip. If you want one image, either take the ZIP and keep the file you need, or use PDF to JPG, which has a download button on every page.
Why JPEG rather than PNG for previews?
At this size the trade favours JPEG heavily. A 300-pixel-wide preview is being viewed far below the resolution where compression artefacts are visible, and JPEG at 80% cuts each file to a fraction of the lossless equivalent. For a 200-page document that is the difference between a ZIP of a few megabytes and one of several dozen.
Are annotations and form values shown?
Yes. Annotations carrying an appearance stream — highlights, stamps, sticky-note icons — and the values typed into form fields are painted by the renderer just as a reader shows them. Pages are drawn on a white background, so a preview always looks like the printed page rather than a transparent cut-out.
How long does a big document take?
Each page has to be rendered, so time scales with the page count, but at half size the per-page cost is small — a few tens of milliseconds on a desktop. A hundred pages is a matter of seconds and a progress percentage tracks it. Memory stays modest for the same reason: these canvases are a fraction of the size a full-resolution conversion would need.
What are these actually useful for?
Contact sheets for a long report, cover images for a document library or CMS, quick visual indexes of a scanned archive, checking that a merge or a reorder produced the page order you intended, and finding the page you want before extracting it with Split PDF.
The document would not load.
A password-protected PDF cannot be parsed, so run it through Unlock PDF first. Otherwise the file is likely damaged — try re-exporting it from its source, or re-downloading it if it came from the web. Nothing is uploaded in either case; the whole process happens on your machine.