Batch Document Generation: How to generate a document using multiple templates
Batch document generation allows you to combine multiple templates with dynamic data to create customized documents. Whether it's merging contracts, invoices, or reports, users can easily assemble different templates as needed, with the result delivered as a base64-encoded file or a public URL for quick access. Prerequisites Before proceeding, please ensure you are familiar with the basic setup process for Postman. If you have not configured Postman or downloaded our collection, pleaseFew readersConverting HTML to PDF - How to start?
Using PDF Generator API V4, you have two options for converting HTML to PDF. You can send raw HTML directly or load it from an existing website that is publicly accessible on the Internet.Few readersGenerate QR Code via API
The Generate QR Code endpoint creates a QR code image from a string of data you provide. You can customise its appearance by changing the color or embedding a logo directly in the centre. The generated QR code is saved as an asset in your library, making it easy to reuse across multiple documents. Key parameters include: content – The text or URL you want to encode. color – The colour of the QR codeFew readersHow to create a JSON Web Token (JWT)?
The PDF Generator API uses JSON Web Tokens (JWT) to authenticate all API requests. These tokens offer a method to establish secure server-to-server authentication by transferring a compact JSON object with a signed payload of your account’s API Key and Secret. When authenticating to the PDF Generator API, a JWT should be generated uniquely by a server-side application and included as a Bearer Token in the header of each request. Creating a JWT JSON Web Tokens are composed of threeFew readersHow to create JSON Web Token With Javascript?
The PDF Generator API uses JSON Web Tokens (JWT) to authenticate all API requests. These tokens offer a method to establish secure server-to-server authentication by transferring a compact JSON object with a signed payload of your account’s API Key and Secret. When authenticating to the PDF Generator API, a JWT should be generated uniquely by a server-side application and included as a Bearer Token in the header of each request. What is JSON Web Token? JSON Web Token (JWT) is an open sPopularHow to embed editor to my application?
There are two possible ways to allow your users to access the PDF Generator API editor. You can redirect users to the editor or display the editor in an iframe as part of your application. Display the editor within your application Use the Open Editor endpoint to generate a unique URL, and set it as the src parameter to an iframe. We have created an example application using Javascript and HTML in CodePen that yoSome readersHow to generate your first document with API v3 using Postman
Making your first API v3 call with Postman Postman allows you to easily test all the API endpoints without developing and coding, making it an ideal tool for both beginners and experienced developers. With its intuitive user interface, you can quickly send requests, analyze responses, and debug issues in real time. You can download our Postman collection here. In this tutorial, we will cover: Setting up the Postman appPopularHow to generate your first document with API v4 using Postman
Making your first API v4 call with Postman Postman allows you to easily test all the API endpoints without developing and coding, making it an ideal tool for both beginners and experienced developers. With its intuitive user interface, you can quickly send requests, analyze responses, and debug issues in real time. You can download our Postman collection here. In this tutorial, we will cover basics so yoSome readers