Articles on: Release notes

Release Notes 2.205.0 (28.05.2025)

Improvements



Improved Web Forms


With the latest version, we have improved our form fields to support Table, Select and Multi-select components. It is now possible to build much more complicated web forms to collect data and generate documents. You can create invoices, KYC forms, label generators and so on.

Create a template
The first step is to create a template or use an existing one. You can see the data fields on the template, e.g. {invoice_number}. You can now map these fields to Web Forms to collect data and fill the document.

The Template connected to the Web Form

Configure a Web Form
Once you have your template, you can map the template data fields (e.g. {invoice_number}, {company}) as Web Form fields to collect the data. You can use the Table to collect multiple inputs for line items. Click Save and Share to copy the form URL and paste it to your browser URL to fill the form. You can also share the URL with your customers to collect data from them.

Web Form Configuration with different fields

Filling the Web Form
You or your customer can easily fill the form data to generate a document.

Public view of Web Form for data collection

The Final Result
After filling out the form, click Submit to generate the document with the data from the form. Download the document. You can also configure the Web Form to submit the collected data and generated documents to your service, automating more complicated processes.

The end result of the generated document

New PDF Services endpoints


With this release we are introducing two new PDF Services endpoint for encrypting and decrypting your PDF documents. You can send your PDF document as a base64 string or URL with a password, and we will take care of the rest. Either way, we will return an encrypted document that is password-protected or a decrypted document that no longer requires a password to be opened.

Template Validation Endpoint


Many of our customers use the Create Template API to dynamically create templates. It is now possible to use the Template Validation Endpoint to validate the template definition before submitting the payload to the template creation endpoints. This way, you can test if the template definition complies with all the requirements specified in our template schema.

Internal updates


Release 2.205.0 introduces internal updates, refactoring, and code improvements that are not directly visible to end-users.

Updated on: 28/05/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!