Skip to main content
← Back to index page

9.0.0.2898

List of used components

🔧 Security

  • Update OpenJDK to 11.0.19+7
  • Update Tomcat to 10.1.8
  • Update Maven libraries

🐛 Bug Fix

  • Incorrect encoding of unicode characters in Content-Disposition header in REST API GET /documents/{documentId} 🔗.
  • The performance of the compress🔗 operation for the web service endpoint Toolbox for large documents has been improved
  • The performance of the delete 🔗 operation for the web service endpoint Toolbox for large documents has been improved
  • Enabled Gzip compression was not always fully applied on server responses
  • Fixed font error after merging two PDF documents (Web service endpoint Toolbox 🔗
  • Portal: XInvoice transformation not executable without additional specification of a visualization file 🔗
  • Portal: Error when loading the merge dialog multiple times
  • Portal: Portal menu does not resize correctly on mobile devices
  • Portal: Missing login error messages added

🚀 New Feature

  • Expired sessions are removed faster to reduce the load on the server
  • Document locking to prevent parallel changes by the web services
  • Improve decoding of PEM content through automatic formatting correction in the web service parameters
  • Support for headers and footers (as HTML content) when converting HTML documents 🔗 - see example 🔗
  • Remove JavaScript code from PDF documents with sanitize 🔗 in web service Toolbox with operation redact
  • Portal: Code editor for better input and formatting of XML, JSON and HTML content
  • New REST API operation POST /documents/{documentId}/extract 🔗 to extract archives.
  • New REST API operation POST /documents/compress 🔗 to compress documents to an archive

📝 Documentation