RenderPDF.io provides developer-friendly APIs to
convert
HTML to modern PDF π₯°.
Leave the boring, hard & tedious tasks to
RenderPDF.io.
We'll give you the rendered PDF files in no time π.
Check out the examples to see how easy to integrate with us π.
// TypeScript
const httpClient = axios.create({
baseUrl: 'https://renderpdf.io/api'
headers: {
Authorization: 'Bearer YOUR_API_KEY',
},
});
function renderPdf(htmlContent: string): Promise<string> {
return httpClient.post('/pdfs/render-sync', {
htmlContent,
// add more options here if you need
}).then((res) => res.data.fileUrl));
}
// a "Hello World" PDF β€οΈ
const pdfUrl = await renderPdf('Hello World');
No more pain rendering PDFs on your own
We provide awesome & hassle-free API and let you use it within a few clicks.
A simple API call = A cooked delicious PDF ready to be served to your customers π₯.
And many more, you name it π
Powered by Chromium, your PDF will surely look awesome, available to use any complex & latest CSS styling π
Just in case you don't believe what we shared above π
Little spoiler π: These lovely templates are using TailwindCSS without any modification π.
Truly 99% what you see is what you get (WYSIWYG) experience π.
And you can be the next one ππ₯°