SurveyJS PDF Generator
SurveyJS 웹 양식을 세련된 PDF로 변환하여 간편하게 공유할 수 있으며, 이를 통해 종이 서류 없이 업무가 가능합니다.
SurveyJS사에서 공개
2025년 부터 ComponentSource에서 판매중
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.