Can I convert a web page URL to PDF?+
Yes. Enter the URL and the tool fetches the page content and renders it as PDF. Note that pages requiring login or JavaScript-heavy SPAs may not render completely - for those, use Chrome's built-in Print to PDF.
How do I control page breaks in the PDF?+
Add the CSS rule page-break-before: always or break-before: page to elements where you want a new page to start. Avoid placing page breaks inside tables or complex layouts.
What is the difference between A4 and Letter paper size?+
A4 (210x297mm) is the standard in Europe, Asia, and most of the world. Letter (216x279mm / 8.5x11 inches) is the standard in the US and Canada. A4 is slightly narrower and taller.
Can I add a header or footer to every page?+
Yes. Enter HTML for the header and footer templates. Use template variables like {page} for page number and {totalPages} for total pages. Font size and margins are configurable.