PDF Tools

Convert HTML to PDF

Paste HTML or enter a URL. We render it in your browser and produce a clean, paginated PDF.

Note: We render the HTML into an offscreen canvas and paginate the result. CSS, images and inline styles work; external resources need to be same-origin or CORS-enabled.

Other PDF tools

Frequently asked questions

Does JavaScript run during conversion?

Scripts you paste into the HTML source will run once as the content is laid out (no sandbox). If you need a full browser render of a live URL, use Chrome → Print → Save as PDF for best fidelity.

Can I embed images?

Yes — data: URLs work out of the box. External image URLs need CORS enabled to be captured into the PDF.

Is the URL I fetch sent anywhere?

Only to the public r.jina.ai text-extraction service to fetch readable HTML. Direct HTML pasting uses zero network requests.