← Back to blog

June 28, 2025 · 6 min read

How to Save a Web Page as PDF (HTML to PDF)

Three reliable ways to convert a web page or HTML file into a clean, shareable PDF — including print-to-PDF and online tools.

Advertisement

Whether you're archiving an article before it disappears, building a portfolio of references, or printing receipts from order confirmation pages, HTML-to-PDF is a daily-driver workflow.

Three ways to do it

1. Browser "print to PDF"

Quick and free, built into every browser. Hit Ctrl/Cmd + P and pick "Save as PDF" as the destination. Pros: no upload. Cons: ad banners, cookie pop-ups and navigation often appear in the output.

2. Browser reader mode → print

Open the article in your browser's reader/clutter-free mode first, then print to PDF. Pros: clean output. Cons: only works on article-style pages.

3. Dedicated HTML to PDF tool

Use HTML to PDF for full control: paste a URL or upload an HTML file and get a faithful, full-page PDF including modern CSS.

Tips for clean output

  • Block ads with a browser extension before printing.
  • Switch to dark mode if you want a dark-mode PDF.
  • Use the "more settings" panel in the print dialog to control margins and headers.

Combine with other tools

Advertisement

Keep reading