Make Use of Our PDF Generation API to
Automate PDF Generation with HTML
with Zapier, Integromat, N8n #Nocode or a Simple REST API
Design beautiful content with HTML, CSS, Javascript and JSON
Our PDF Template Editor allows you to design reusable templates easily. It’s quick and easy to generate PDF documents with HTML, CSS, Javascript, JSON data and automate PDF generation with our simple API.
Generate Dynamic PDF documents with a simple REST API Request
With our PDF generation API, you can design a HTML template with our HTML template editor and create dynamic PDFs via a simple REST API.
The following is an HTML template. To generate a new PDF, we just send a POST request with the properties to be overridden in JSON body.
HTML Template with Jinja2 Template Language
The dynamic data(JSON) will be passed in the {{ variable }} tag, it’s a special syntax of Jinja2 to render variables in the HTML template. You can learn more about the Jinja2 template language here
{{title}}
{{url}}
There was once a little boy called {{name}}.
I never knew his other name, and as he lived far off behind the {{place}}, we cannot go to inquire. He had fair hair and blue eyes, and there was something in his face that, when you had looked at him, made you feel quite happy and rested, and think of all the things you meant to do by-and-by when you were wiser and stronger.
He lived all alone with the tall aunt, who was very rich, in the big house at the end of the village. Every morning he went down the street with his little goat under his arm, and the village folk looked after him and said, "There goes Master {{name}}."
Restful API To Generate a PDF
Method: POST
URL: https://api.apitemplate.io/v1/create?template_id=[template_id]
Header: X-API-KEY: [API_KEY]
JSON Data in the request body
{
"title": "VERY SHORT STORIES",
"url": "http://www.gutenberg.org/files/30272/30272-h/30272-h.htm",
"name": "Willie",
"place": "mountain"
}
Response
{
"download_url":"https://pub-cdn.apitemplate.io/564121-23222232-6e2332375.pdf",
"template_id":"cd23222b188c5c42",
"transaction_ref":"564121-23222232-6e2332375",
"status":"success"
}
Generated PDF
PDF Generation with Zapier, Integromat or Airtable
Besides API integration, we also integrate with No-code platforms for you to automate PDF creation. You can generate PDFs easily with Zapier, Integromat, N8n, and UiPath. Additionally, you can generate PDFs in bulk with our Airtable integration.
*Integration with other platforms can be achieved using the platform’s HTTP/HTTPS component.
Customer Reviews
See what our customers have to say
It has been the perfect fit for us as we grow our Oxford summer school.
Thanks to an AWS Inclusion and Diversity grant, we're enhancing our live-streaming workflow, further boosted by your product's automation capabilities.
We're grateful for your excellent service and wanted to share our positive experience.
Having a vibrant social media community is crucial for our growth and APITemplate.io played crucial role in automating generation of digital posters for job postings, profile pitches, funding requests etc, to help us grow from 0 to 200K+ followers in LinkedIn in less than one year.
This is a great tool to use, both affordable, and the support service turnaround time is second to none!
Defintely worth the subscription!
It meets all our requirements and requests for changes/improvements can be discussed directly with Jacky 1:1.
Thanks and greetings from Germany
We are building a digital solution in an antiquated industry, which means we need to communicate data to our partners in the format that they are accustomed to (pdf forms).
APITempate makes it easy for us to do this!
New features are regularly added, and reasonable custom requests are honoured within days.
If you are struggling with PDF's, like I was, check 'em out!
Using the template editor is a bit of a learning curve, but the support team is very responsive and helpful.
Support is also fast and responsive.
Great vendor!
Sign up now for free!
- Social Media/Blog
- Blog
- [email protected]
- PDF Tools
- Convert HTML to PDF
- Convert Markdown to PDF
- Extract Text From PDF
- Add Watermark to PDF
- Extract PDF Metadata
- Add Page Numbers to PDF
- Merge Multiple PDFs
- Split PDF
- Rotate PDF Pages
- Convert PDF to HTML
- Convert PDF to PNG
- Convert PDF to JPEG
- Convert PNG to PDF
- Convert JPEG to PDF
- JSON Validator and Formatter