SurveyJS PDF Generator v2.5.23
Released: May 5, 2026
Aggiornamenti in v2.5.23
Funzionalità
- Hybrid Paper and Digital Form Collection:
- Introduced AI Form Response Extractor, a new open-source MIT-licensed library that enables conversion of scanned documents into structured survey data using AI.
- This feature provides a unified approach to form response collection across both digital and paper-based workflows. You design a survey once, collect responses online through web forms, and process paper submissions by converting scanned documents into the same structured data format. Printed forms can thus be treated as an extension of your digital system rather than a separate data entry channel.
- All responses—whether submitted online or extracted from paper—are normalized into a single SurveyJS JSON data object.
Correzioni
- Form Library:
- Custom expression properties are re-evaluated even when they do not reference the changed value.
- Survey Creator:
- Page navigator is not scrollable when the survey contains many pages and
pageEditMode is "bypage".
- Deleting a question doesn't clear references to it in triggers'
setToName property.
- Dropdown preview in Android phone simulator landscape mode does not show Cancel and OK buttons.