Release pdfXFA 4.0.0
Release date: May 10, 2023
pdfXFA is an iText Core add-on for Java and C# (.NET) that allows you to flatten dynamic XFA forms to static PDF. It also enables you to add a digital signature to converted XFA forms as additional security for further processing in PDF workflows or for archiving.
This release fixes a couple of flattening issues related to table cells, and one where content was drawn outside of the page area.
If you need to process XFA documents, we have a related blog post that may be interesting to you:
Downloads:
GitHub | Maven | NuGet | Artifactory | |
---|---|---|---|---|
iText pdfXFA – 4.0.0 (Java) | N/A | link | N/A | link |
iText pdfXFA – 4.0.0 (.NET) | N/A | N/A | link | link |
Changelog:
Bugs
- Flattening could hang if table cell content almost (but doesn't) fit on a single page
- Incorrect flattening of empty table cell
- comb element content is drawn outside of the page area