Document editor
Documents and templates
Document templates are the foundation of PDFBlaze. They are used to define the structure and layout of the PDFs you generate. You can create and manage multiple templates at a time.
You can use the template editor to create and customize your templates. The editor provides a easy to use interface that allows you to design your templates without any coding knowledge. Once your template is ready, you can use it to generate PDFs using the data you provide.
Document layout
Any document is generally defined by a combination of text, images, and container elements. The document editor allows you to add and customize these elements to create your document. While customising you will have the choice between static and templated content. Static content is content that is defined in the editor and will be the same for every PDF generated using the template. Templated content is content that is defined using variables and will change based on the data you provide when generating the PDF.
The values for templated content can be supplied either using the editor itself or by providing JSON data in a POST request to the PDFBlaze API. The templated content can be used to create dynamic PDFs that change based on the data you provide.