SurveyJS PDF Generator

SurveyJS 웹 양식을 세련된 PDF로 변환하여 간편하게 공유할 수 있으며, 이를 통해 종이 서류 없이 업무가 가능합니다.

SurveyJS사에서 공개
2025년 부터 ComponentSource에서 판매중

가격: US$ 1,004.35 버젼: v2.5.30 NEW 업데이스 날짜: Jun 24, 2026

SurveyJS PDF Generator v2.5.27

Released: Jun 2, 2026

v2.5.27 버젼 업데이트

기능

  • Dependency Tracking for Expression Questions
    • Introduced a global expressionQuestionTrackDependencies property that controls when Expression question values are recalculated.
    • By default, this setting is false, and Expression questions recalculate whenever any survey value changes. If you set expressionQuestionTrackDependencies to true, Expression questions recalculate only in the following cases:
      • During the initial evaluation.
      • When all expressions are re-evaluated.
      • When a dependent value or property changes.
      • This behavior can improve performance in surveys that contain many Expression questions.

수정사항

  • Form Library
    • Dynamic Panel: "Add Panel" button ignores the enableAddPanelIf condition when the panel has 0 entries.
    • Date input shows value from survey.data in disabled (grayed out) text color.
    • Dynamic Panel + Lazy Rendering: Fields of a nested panel do not appear immediately when the parent panel is expanded.
    • Yes/No (Boolean) question in radio button mode inside Dynamic Panel is skipped during keyboard navigation in some panels.
    • Read-only Multi-Select Dropdown (Tag Box) displays the Other option value instead of the Other label.