Skip to content

AireForms Release Notes

Version: 11.4.0
Release Date: 12 August 2026

Summary of Changes

✨ New Features

  • PDF Header Retrieval API (AFORMS-4146)

🐞 Bug Fixes

  • Row Span Support in PDF Banners (AFORMS-4147)

Detailed Changes

✨ New Features


PDF Header Retrieval API (AFORMS-4146)

Description

The Forms API now exposes a way for the surrounding application to request the configured PDF HTML header for a given tenant and subject. A default implementation returns nothing, so if no custom header is configured, none is injected into the PDF.

What this means for you

Where a custom PDF header has been configured for your organisation, it will now be pulled through automatically when your PDFs are generated.

🐞 Bug Fixes


Row Span Support in PDF Banners (AFORMS-4147)

Description

Added support for row spans in the custom banner within generated PDFs, converting the relevant HTML attribute to its FOP equivalent so that spanning cells render correctly.