SurveyJS PDF Generator

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

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

가격: US$ 1,032.97 버젼: v2.5.23 NEW 업데이스 날짜: May 5, 2026

SurveyJS PDF Generator 릴리스

Released: May 5, 2026

v2.5.23 버젼 업데이트

기능

  • Hybrid Paper and Digital Form Collection:
    • Introduced AI Form Response Extractor, a new open-source MIT-licensed library that enables conversion of scanned documents into structured survey data using AI.
    • This feature provides a unified approach to form response collection across both digital and paper-based workflows. You design a survey once, collect responses online through web forms, and process paper submissions by converting scanned documents into the same structured data format. Printed...

Released: Apr 28, 2026

v2.5.22 버젼 업데이트

기능

  • Hiding Question Descriptions:
    • Previously, question descriptions could only be hidden together with question titles by setting the question's titleLocation or the survey's questionTitleLocation property to "hidden".
    • This release introduces a new "hidden" value for the question-level descriptionLocation and the survey-level questionDescriptionLocation property. You can use this value to hide descriptions globally for all questions in a survey or selectively for individual questions. Question...

Released: Apr 22, 2026

v2.5.21 버젼 업데이트

수정사항

  • Form Library:
    • Dropdown: Search doesn't support languages with special characters (e.g., Turkish).
    • Errors added in the onValidatePage event handler do not prevent navigation to the next page.
    • Matrix with Checkboxes: getPlainData() returns column IDs instead of display values.
    • Composite Question: onAfterPropertyChanged and onModified are not raised when a custom Tag Box property editor value changes.
    • Questions in hidden pages persist in survey results after exiting preview mode.
    • New empty...

Released: Apr 14, 2026

v2.5.20 버젼 업데이트

기능

  • Expressions: minInArray and maxInArray support returning values from related fields:
    • The minInArray and maxInArray functions compute the minimum or maximum numeric value from a specified field within an array (for example, Multi-Select Matrix, Dynamic Matrix, or Dynamic Panel responses).
    • Previously, these functions always returned only the computed numeric value from the target field. With this update, they can optionally return a value from another field in the same array item that produced...

Released: Apr 7, 2026

v2.5.19 버젼 업데이트

기능

  • Survey Creator: Display Language Names in English
    • Added a new useEnglishLanguageNames property to ICreatorOptions. Enable this property to display language names in English across the Translations tab, the survey language dropdown, and other Survey Creator UI elements, instead of their native names.

수정사항

  • Form Library:
    • validateExpressions() incorrectly reports UnknownVariable for ...InArray functions.
    • Required validation errors appear for read-only panels.
    • Panel visibility doesn't evaluate...

Released: Mar 31, 2026

v2.5.18 버젼 업데이트

수정사항

  • PDFFormFiller: Calling raw("dataurlstring") triggers maximum call stack size exceeded error on large PDFs.

Released: Mar 24, 2026

v2.5.17 버젼 업데이트

기능

  • Input Masking: Out-of-the-box Validation for Incomplete Pattern Values:
    • Previously, pattern-masked fields could be left partially completed without providing immediate feedback. This update triggers out-of-the-box validation when a respondent tries to complete the survey or exit a field that does not fully satisfy the pattern format.

수정사항

  • Form Library:
    • [Accessibility] Specialized question type built on top of a numeric Single-Line Input lacks an accessible name.
    • [Mobile] File Upload...

Released: Mar 18, 2026

v2.5.16 버젼 업데이트

수정사항

  • Form Library:
    • Expressions: dateDiff function miscalculates day differences in certain cases.
    • Dynamic Panel: Nested Slider Scale triggers a validation error when a new entry is added.
    • Survey scrolls on startup if it contains a Dynamic Panel with panelsState: "firstExpanded".
    • onDynamicPanelValueChanging and onDynamicPanelValueChanged are not raised when a question's comment field is edited.
    • Expression validation is not triggered immediately when a dependent question value changes...

Released: Mar 11, 2026

v2.5.15 버젼 업데이트

기능

  • API to Customize Expression Syntax:
    • Introduced two global settings that allow you to customize parts of the expression syntax:
      • expressionVariableDelimiters
        • expressionVariableDelimiters specifies delimiters used to reference variables in expressions and dynamic texts. It accepts an object with start and end string properties.
        • By default, SurveyJS uses curly braces ({ and }). You can replace them with other symbols or symbol sequences.
      • expressionElementPropertyPrefix
        • The recently introduced...

Released: Mar 3, 2026

v2.5.14 버젼 업데이트

기능

  • Randomize Rows in Multi-Select Matrix:
    • You can now display rows in a Multi-Select Matrix in random order each time a survey is loaded.
    • To enable the same behavior in Survey Creator, select the Multi-Select Matrix question, open the Rows category in the Property Grid, and set the Row order property to Random.

수정사항

  • Form Library
    • [Angular] Dropdown: "Other" doesn't appear as a selected value.
    • [Mobile] Previous and Next buttons stack at certain device widths.
  • Survey Creator
    • Duplicating a panel...