Add your files
Drop one HTML or two hundred. Batch conversion is not a paid feature here.
A generated invoice, a report or a saved web page has to become a fixed document that can be filed or emailed.
The HTML is laid out by a browser engine at a fixed viewport width and paginated into pages. Text stays selectable and links stay clickable.
Pagination is the hard part. Without CSS page break rules, tables split across pages mid-row and headings end up stranded at the bottom of a page. Print stylesheets exist for exactly this, and a page that has never been printed usually has not got one.
Content rendered by script may or may not have finished before the snapshot is taken. Server-rendered HTML converts far more predictably.
Browsers strip background colours when printing unless print-color-adjust is set to exact in the stylesheet.
Whatever the CSS page rule says, defaulting to A4 or Letter.
Drop one HTML or two hundred. Batch conversion is not a paid feature here.
Portable Document Format is lossy, so the quality control decides the trade between size and fidelity.
Converted and deleted the moment it finishes. Never written to permanent storage.