SurveyJS PDF Generator
SurveyJS 웹 양식을 세련된 PDF로 변환하여 간편하게 공유할 수 있으며, 이를 통해 종이 서류 없이 업무가 가능합니다.
SurveyJS사에서 공개
2025년 부터 ComponentSource에서 판매중
Released: Jan 27, 2026
"pattern" mask type now support a text question’s placeholder. The placeholder text is rendered until the field receives focus or the user begins typing. Once the field is focused or a value is entered, the placeholder text is replaced by the pattern’s underscore placeholders, guiding the user to complete the masked input.SurveyModel.checkErrorsMode to "onValueChanged" and enable the SurveyModel.validateVisitedEmptyFields option.getOwner() method to all survey elements, including pages, panels, questions, choices, matrix rows, columns, and validators. The method enables upward traversal of the survey structure, allowing you to identify higher-level elements that own a given lower-level element.validateExpressions() reports an unknown variable when an expression inside the template references outer questions.dataList property value is not saved in the survey JSON schema.fromJSON() with validatePropertyValues: true produces an error when choices are defined using a callback that references the object instance.selectToRankEnabled in RTL mode does not allow dropping multiple items into the rank area.