SurveyJS PDF Generator
Convert your SurveyJS web forms into polished PDFs for easy sharing and a paperless workflow.
Published by SurveyJS
Distributed by ComponentSource since 2025
Prices from: $ 1,004.35 Version: v2.5.34 NEW Updated: Jul 14, 2026
Released: Jul 14, 2026
Serializer treats an alias as its original type and creates the corresponding question model. When serializing the model back to JSON, it writes the registered alias instead of the original type name. Both the original type name and its alias are accepted when deserializing survey JSON.Serializer methods to work with question type aliases:
setAlias(type, alias)
getTypeByAlias(alias)
getAliasByType(type)
removeAlias(alias)
setAlias method."longtext" as the question's type when users add a "comment" question."longtext" instead of "comment" when authoring survey JSON manually."longtext" as a "comment" question automatically.SurveyModel creation is considerably slower than in previous releases for JSON schemas containing a Multi-Select Matrix with a visibleIf condition.survey-core throws an exception during import in React Native: window.addEventListener is not a function.