Automate your content generation
Create PDFs or Images for things like resumes, portfolios, invoices, receipts and more with our API, SDKs and integrations.
PDF Generation API
Using the PDF Generation API you can generate pdfs by passing in some basic options, and your HTML with variable content.
const html = fs.readFileSync("./coffee-coupon.html");
const opts = {
html: Buffer.from(html).toString("base64"),
margin: {
top: 0,
bottom: 0,
left: 0,
right: 0,
},
landscape: true,
};
const assetUrl = await getAssetUrl();
console.log(assetUrl);
// https://assets.cloudlayer.io/local/3d93de3133e273e79b804df52b1f82a7f4fd4ef8/pdf/cc632228a8a4efbec24136e0433e29f155250315.pdf
From the blog
Check out some of the recent posts, guides, tutorials and updates from the blog.
Features
An easy to use automation and templating service with a simple REST API, SDKs and Integrations
High Fidelity Rendering
Headless Chrome is used for rendering which produces highly accurate results.
Full Html Support
Complex Html, Javascript, SASS, CSS, Images, SPA Applications (React, Vue, Angular, etc.).
Privacy Focused
Documents are never stored, unless storage is enabled. Sensitive parameters are always redacted.
Fanatical Support
Hands on support team, standing by 24x7 to help. Customer integration assistance, and more!
REST API
Simple and easy to use REST based API allows easy integration into your existing application or platform.
Multilingual
Supports any language including Arabic, Indian, Japanese, Korean, Chinese, Thai and more.
Knowledge base articles
Frequently asked questions and other related articles from the knowledge base.
Start a Free Trial
Start a free trial with 30 API Credits - no credit card required.