SurveyJS PDF Generator

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

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

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

SurveyJS PDF Generator v2.3.14

Released: Nov 5, 2025

v2.3.14 버젼 업데이트

기능

Added API to Determine the Origin of Uploaded Files

  • In SurveyJS Form Library, users can upload files using the File Upload and Signature elements. To implement file uploads, you handle the onUploadFiles event.
  • This release extends the onUploadFiles event with a new sourceType parameter that specifies the origin of the uploaded file:
    • "file" - The file comes from the user's local file system.
    • "camera" - The file is a photo captured with a device camera.
    • "signature" - The file is an image representing a user's signature.

수정사항

Form Library

  • Date input displays both default and custom "min value" error messages simultaneously.
  • File Upload: Clicking a file icon opens the file in the same tab instead of downloading it.
  • Dropdown with obsolete rendering does not receive focus after a validation error.

Survey Creator

  • Slider: Changes to scale labels on the design surface are not persisted and are not rendered in preview.