SurveyJS PDF Generator

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

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

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

SurveyJS PDF Generator v2.0.10

Released: May 20, 2025

v2.0.10 버젼 업데이트

기능

  • Added two more functions that you can use for calculations within expressions:
    • round(num, precision): Rounds the given number to the specified number of decimal places.
    • trunc(num, precision): Truncates the given number to the specified number of decimal places.

수정사항

  • Skip Logic in question-per-page mode:
    • Navigating back would take users to the preceding question in the survey JSON schema instead of the actual previous question.
    • Didn't work in question-per-page mode if the executeSkipOnValueChanged property is disabled in global settings.
  • Dynamic Panel:
    • The {visiblePanelIndex} placeholder produced null under certain conditions.
    • It's possible to set a panelCount less than the minPanelCount and more than the maxPanelCount.
    • Didn't allow adding more entries than panelCount when its displayMode is "carousel" and the survey is in input-per-page mode.
  • Accessibility:
    • Error message colors do not meet minimum contrast ratio thresholds in the contrast theme.
    • Enhance accessibility for Dropdown and Rating Scale rendered as dropdown.
  • Survey Creator: An error is raised when trying to change a question type to a custom type.
  • Loop and Merge: Generated PDF form didn't contain follow-up questions.
  • Currency Input Mask: The prefix property could not be updated at runtime.
  • MISC:
    • Advanced header stayed fixed and overlapped the survey content when the content is scrolled.
    • A read-only text editor doesn't allow selecting its value.