Skip to content
Full Page Screenshot

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.

Chrome Print to PDFCapture to PDF
Matches what you sawOften notYes, by construction
Text is selectableYesNo — the page is an image
Backgrounds and dark themesUsually droppedPreserved
Sticky headersUnpredictableCaptured once, at the top
Lazy imagesFrequently missingLoaded before capture
File sizeSmallerLarger
Good forReading and printingRecords 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. 1

    Capture the page

    Click the toolbar icon and wait for the scroll to finish.

  2. 2

    Choose PDF on the result page

    Pick paper size and orientation. The page count updates as you change them.

  3. 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