Free HTML to PDF
Renders your HTML in a sandboxed iframe, captures it via html2canvas, and produces a PDF. Great for email templates and reports.
Your files never leave your device.
Frequently Asked Questions
Paste your HTML markup into the editor, choose page size (A4 or Letter), and click "HTML to PDF." OCRFire renders the HTML in a sandboxed iframe, captures it via html2canvas, and exports a PDF.
Inline and embedded CSS styles work well. External stylesheets or fonts loaded from CDN URLs may not render correctly inside the sandboxed environment. For best results, inline your styles using a <style> block or the style attribute.
The tool requires pasting HTML markup directly - it doesn't fetch pages by URL. To convert a live webpage, use your browser's Print > Save as PDF function, or copy the page's source and paste it into the editor.