Everyone has tried Ctrl+P on a web page and received a PDF with sliced-in-half tables, floating buttons, and three pages of ads. The HTML to PDF card takes saved .html and .htm files and renders them through a real document layout engine — headings, paragraphs, lists, tables, and images all get properly paginated into a clean PDF.
How the rendering works
The engine parses your markup and styles, lays out the content like a word processor, and breaks pages at sensible boundaries instead of mid-sentence or mid-row. That makes it ideal for structured documents that happen to be HTML: order confirmations, tickets, invoices from web portals, exported reports, and documentation snapshots you want to keep exactly as they were.
Where it shines
Online receipts and booking confirmations (the receipts that vanish from portals after 30 days), legal notices you need on file, and weekly report exports that arrive as .html attachments. Save the page, convert it once, and it's in your archive in a format that will still open in twenty years.
Tips for the tidiest output
Save the page as complete HTML (with images) rather than a lone .html file, and trim navigation bars or cookie banners with a quick edit first — less chrome, more document. Structured XML files get the same treatment from the XML to PDF card, which pretty-prints and styles them into readable pages.
Privacy-wise the conversion is ephemeral: the file is uploaded, rendered, and deleted the moment your download is ready — nothing lingers on a server. It also plays well with the rest of the toolbox: convert a saved booking confirmation to PDF, merge it with a scanned receipt using the Merge PDF card, and you've got a complete paper trail in one tidy file.