SurveyJS PDF Generator

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

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

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

SurveyJS PDF Generator 릴리스

Released: Mar 25, 2025

v2.0.2 버젼 업데이트

수정사항

  • Form Library:
    • Rating Scale in dropdown mode: The min and max labels are hidden if rate value aren't auto-generated.
    • The onTextMarkdown event doesn't provide access to a choice item for which the event is raised.
    • SurveyModel's isLastPage() method returns true even when the current page is not last in question-per-page mode.
    • Entering an already present choice option into the Other comment box saves an incorrect result if storeOthersAsComment is false.
    • displayValue() function copies the Other...

Released: Mar 7, 2025

v2.0.0 버젼 업데이트

기능

  • Native Support for ES Modules - SurveyJS v2.0 packages include ES modules that can be used directly, without being auto-converted from UMD modules by a transpiler. If your application uses ESM imports, the ES modules will be used automatically after you upgrade to SurveyJS v2.0.
  • Transition from Knockout to Vanilla JavaScript Packages - In this significant shift, SurveyJS has moved away from using the Form Library for Knockout in the examples, including the full-featured demo. To replace the...

Released: Mar 4, 2025

v1.12.26 버젼 업데이트

수정사항

  • Form Library
    • File Upload: Single file removal deletes all uploaded files.
    • Multi-Select Matrix: A Rating Scale question overflows its container on smaller screens.
    • The progressValue property returns an outdated value when asked for within an onValueChanged event handler.
    • A page doesn't appear if it's visibility conditionally depends on a question that belongs to the Start Page.
    • Dropdown is closed immediately if its menuType is set to "dropdown" for all devices.
    • The questionCount property...

Released: Feb 5, 2025

v1.12.22 버젼 업데이트

수정사항

  • Form Library:
    • The prevPage() and nextPage() methods switched between pages incorrectly when the survey is in question-per-page mode.
    • The onCurrentPageChanging and onCurrentPageChanged events were not raised when the survey is in question-per-page mode.
    • Randomizing questions on a page didn't work when the survey is in question-per-page mode.
    • Composite question: The "Other" value and comments were stored outside the object produced by the question.
    • [React] An exception was thrown when...

Released: Jan 28, 2025

v1.12.21 버젼 업데이트

기능

  • Conditional Visibility for Rating Scale Items:
    • You can now set conditional visibility rules for Rating Scale items. To conditionally show a rating scale item, specify the visibleIf expression within a rate item configuration object.
  • Form Library API:
    • Adds a new onDynamicPanelValueChanging event to the Form Library API. Its options argument contains the old and new values of a modified field within a Dynamic Panel and allows you to retrieve the old value or modify the new value if needed.

 

수정사항...

Released: Jan 22, 2025

v1.12.20 버젼 업데이트

수정사항

  • Form Library
    • Masked input questions did not apply a mask when returning the displayValue.
    • The onServerValidateQuestions event was not raised when a user navigates between pages using the progress bar.
    • The resetValueIf expression was not evaluated when it uses a custom function and doesn't directly reference questions.
  • Survey Creator
    • Choices editor: A gap between rows appeared under certain conditions when reordering choices.
    • A TypeScript error is raised on an attempt to define the settings...

Released: Jan 16, 2025

v1.12.19 버젼 업데이트

기능

  • Added new demo:
    • Survey Creator: Save and Restore a Survey JSON Schema

수정사항

  • Auto-advance to the next page didn't work when the "questionsOnPageMode" property was set to "questionPerPage".
  • Full Name composite question:
    • Inner input fields disappeared on the design surface after disabling the startWithNewLine property.
  • Multi-Select Matrix:
    • A column's required mark is not rendered when the displayMode property is set to "list".
  • Vue 2
    • File Upload raised a warning: Avoid using non-primitive value...

Released: Jan 10, 2025

v1.12.18 버젼 업데이트

수정사항

  • Fixed the onValidatedErrorsOnCurrentPage event which was not raised when a user attempts to navigate to another page using the Table of Contents.
  • The Start Page didn't display the Start button although the navigationButtonsVisibility property is set to "show".
  • The Skip trigger didn't work correctly when the questionsOnPageMode property is set to "questionPerPage".
  • The Complete trigger didn't work correctly when the questionsOnPageMode property was set to "questionPerPage" and a page...

Released: Dec 30, 2024

v1.12.17 버젼 업데이트

기능

  • Added an event for panel number customization
    • In addition to the onGetQuestionNumber and onGetPageNumber events, SurveyJS Form Library now supports an event that allows you to customize automatically generated numbers of panels - onGetPanelNumber.
    • Providing a similar API: use the options.panel parameter to access the PanelModel instance for which the event is raised and the options.number parameter to access and change the generated number.

수정사항

  • Survey Creator: Fixed hover effects which had...