SurveyJS PDF Generator

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

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

가격: US$ 1,021.35 버젼: v2.5.19 NEW 업데이스 날짜: Apr 7, 2026

SurveyJS PDF Generator v2.0.3

Released: Apr 2, 2025

v2.0.3 버젼 업데이트

기능

  • Added Recursive Question Numbering: In this mode, survey elements are numbered in a manner that takes into account their nesting level.
    • For example, questions nested in a panel with number 1 receive numbers 1.1, 1.2, 1.3, etc.
    • To enable recursive numbering, set SurveyModel's showQuestionNumbers property to "recursive".
  • Added support for hours and minutes in the dateDiff() function: The dateDiff function can be used in expressions to calculate a difference between two dates. Previously, this difference could be calculated in days, months, or years. Since SurveyJS v2.0.3, dateDiff also supports hours and minutes:
    • expression: "dateDiff({firstDate}, {secondDate}, 'hours')"
    • expression: "dateDiff({firstDate}, {secondDate}, 'minutes')"

수정사항

  • Signature: Strokes are duplicated when browser zoom is used.
  • Dropdown with Lazy Loading: The input field displays an incorrect suggestion if choices are not loaded yet.
  • Dynamic Panel: Nested questions ignore numbering settings.
  • A blank page appears when using visibleIf on a question in question-per-page mode.