LazyTools
Search
Ctrl
K
HTML Converter
Convert HTML code to PDF, Markdown, or plain text format.
Add to Favorites
HTML Input
Paste a complete document or an HTML fragment.
<article> <h1>Release Notes</h1> <p>This example document can be exported as <strong>PDF</strong>, Markdown, HTML, or plain text.</p> <h2>Highlights</h2> <ul> <li>Client-side conversion</li> <li>Custom PDF page setup</li> <li>Optional print CSS support</li> </ul> <blockquote> <p>Use the print CSS box to hide controls, force page breaks, or tune spacing for exported files.</p> </blockquote> <h2>Table</h2> <table> <thead> <tr><th>Area</th><th>Status</th></tr> </thead> <tbody> <tr><td>Preview</td><td>Ready</td></tr> <tr><td>Export</td><td>Ready</td></tr> </tbody> </table> </article>
Import HTML
Copy HTML
Clear
Export Settings
Configure output files and PDF rendering.
Format
PDF document
Filename
Page size
A4
Orientation
Portrait
Margins: 16 mm
Render scale: 2x
PDF theme
Light Mode
PDF background
#ffffff
Include page numbers
Apply custom print CSS to preview and PDF
Custom print CSS
h1, h2, h3 { page-break-after: avoid; } table, blockquote, pre { page-break-inside: avoid; }
Export
Snapshot PDF
Preview
Rendered HTML used for PDF export.
Text Output
Markdown or plain text output updates as you type.