Save a webpage as PDF, exactly as it looks
Short answer
Saving a webpage as PDF from a full page screenshot produces a document that matches what you actually saw, because it paginates the captured image rather than re-rendering the page. Chrome's own Print to PDF re-runs the layout through print stylesheets, which is why the output often looks nothing like the screen.
Updated 13 August 2026Written by the Full Page Screenshot team
Chrome already has Print to PDF, so it is fair to ask why anything else exists. The answer is that printing is not capturing. Print to PDF applies the site's print stylesheet, and print stylesheets are an afterthought on most sites — backgrounds vanish, columns collapse, navigation disappears, dark themes turn white, and interactive components render as empty boxes.
Sometimes that is what you want. When you need the page as it appeared — for a record, a review, an approval, a piece of evidence — you need the pixels, not a re-render.
Print to PDF versus capture to PDF
| Chrome Print to PDF | Capture to PDF | |
|---|---|---|
| Matches what you saw | Often not | Yes, by construction |
| Text is selectable | Yes | No — the page is an image |
| Backgrounds and dark themes | Usually dropped | Preserved |
| Sticky headers | Unpredictable | Captured once, at the top |
| Lazy images | Frequently missing | Loaded before capture |
| File size | Smaller | Larger |
| Good for | Reading and printing | Records and review |
Choosing page settings
Four decisions, and what each is actually for.
- Paper size
- A4 or Letter for anything a person will read or print. Legal buys extra height per page. Fit to image makes one single page exactly as tall as the capture, which is right for archiving a long page as a single unbroken document.
- Orientation
- Portrait for articles and documents. Landscape for wide dashboards and tables, where cutting horizontally loses more than it costs in page count.
- Where page breaks land
- A break through the middle of a line of text is the difference between a usable document and an annoying one. Break positions are nudged towards horizontal bands of low visual activity — the gaps between paragraphs — rather than falling on a fixed interval.
- Quality
- PDF pages embed JPEG data, so quality trades directly against file size. High quality is right for anything with small text; lower is fine for a long visual archive.
Saving a page as PDF
- 1
Capture the page
Click the toolbar icon and wait for the scroll to finish.
- 2
Choose PDF on the result page
Pick paper size and orientation. The page count updates as you change them.
- 3
Save
The PDF is assembled in your browser and downloaded. Nothing is uploaded at any point. Full walkthrough in the guide.
Frequently asked questions
How do I save an entire webpage as a PDF?
Capture the full page first, then export the capture as PDF. Chrome's Ctrl+P Print to PDF is the alternative, but it re-renders the page through print styles rather than preserving what you saw.
Can I select text in the resulting PDF?
No. The PDF contains the captured image, so the text is pixels. Use Chrome's Print to PDF if you need selectable text.
What paper sizes are supported?
A4, Letter, Legal, and a fit-to-image option that produces one page exactly as tall as the capture. All four work in portrait or landscape.
Will the PDF include background colours and images?
Yes. It is a photograph of the rendered page, so anything visible on screen is in the file, including dark themes.
Is the PDF uploaded anywhere to be generated?
No. The file is assembled by the extension in your browser. It makes no network requests at all.
Capture your first full page screenshot
Free, no account, and nothing leaves your computer.
Keep reading
How to save a webpage as a PDF
Save any webpage as a PDF using Chrome's print dialog or a full page capture. Which method preserves what you saw, and which keeps the text searchable.
PDF export
Export a captured webpage as PDF in A4, Letter, Legal or one continuous page, portrait or landscape, with page breaks placed between lines of text.
Long webpage screenshots and where the limits actually are
How to screenshot a very long webpage, why browsers cap images at 16,384 pixels, and what happens to captures past that limit.
Full page screenshots for legal and compliance
Capture web pages as dated PDF records for compliance files — and an honest account of the evidentiary limits of a self-made screenshot.