Free tools › Documents
HTML to PDF
A saved page laid out on pages by a document engine — text, links and pictures.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to convert HTML to PDF
- Drop the file.
- Nothing to choose.
- Press Convert and download.
What happens to your file
The HTML is opened by LibreOffice Writer on Fylane’s servers and laid out on pages as a document: headings, paragraphs, lists, links and tables. Pictures inside the file (data URLs) are kept; anything that only links to a site is not fetched. CSS layout is simplified to what a document can hold.
This is a document engine, not a browser: a page that depends on CSS grids, scripts or web fonts will look plainer than it does in Chrome. A browser-exact renderer is on the list.
Questions
Can I give it a URL?
Not yet — save the page from your browser (Ctrl+S, "Webpage, complete" or single file) and drop the HTML. Fetching sites is a separate tool, coming.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "convert",
"options": {
"to": "pdf"
}
}'The same operation, convert — Documents into another document format: Office, text and HTML to PDF by default, or by `to` into docx, odt, rtf, txt, html, xlsx, ods, csv, pptx, odp, md or epub (Markdown and EPUB through pandoc). Images to WebP. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.