SurveyJS PDF Generator

將您的 SurveyJS Web 表單轉換為精美的 PDF,以便輕鬆共用和無紙化工作流程。

由以下開發商製作:SurveyJS
ComponentSource 開始代理銷售的日期:2025年

價格從: $ 1,004.35 版本: v2.5.30 新增功能 更新: Jun 24, 2026

SurveyJS PDF Generator 新版本發表

Released: Jul 22, 2025

v2.2.6 中的更新

特性

  • Breaking Change - settings.confirmActionFunc is now undefined by default.
    • Previously, the confirmActionFunc setting allowed you to display a browser confirmation dialog with a custom message, similar to using the standard window.confirm(message) method.
    • Starting with Form Library v2.2.6, confirmActionFunc is undefined by default and must be explicitly defined before use. This change resolves cases where confirmActionFunc was defined but not executed and streamlines its relationship with the...

Released: Jul 15, 2025

v2.2.5 中的更新

特性

Survey Creator:

  • It is now possible to add a panel inside another panel regardless of maxPanelNestingLevel being set to 0.
  • It is now possible to assign a non-unique element name by adding a space character to it.

修補程式

Form Library:

  • [Accessibility] Rating Scale: Screen readers do not announce the question title when the question is focused using the keyboard.
  • Slider: A custom theme doesn't change the color of the selected range.
  • Table of Contents didn't work when questionsOnPageMode is...

Released: Jul 9, 2025

v2.2.4 中的更新

修補程式

Form Library:

  • Dynamic Matrix didn't remove an extra row when a matrix value has fewer rows.

Released: Jul 2, 2025

v2.2.3 中的更新

修補程式

Form Library:

  • Could not override default value for valueName & titleName properties in choicesByUrl object.
  • Matrix called survey.onValueChanged before performing expression calculation.

Survey Creator:

  • Vue 3: Error occurred when creator.JSON was set more than once.

Released: Jun 25, 2025

v2.2.2 中的更新

特性

  • Accessibility:
    • Now fully accessible when used with the Contrast theme. This update brings the tool into full compliance with modern accessibility standards, including WCAG, Section 508, and ARIA.

修補程式

Form Library:

  • Update default row value when column cellType would change.
  • Rendering issue with multiple textboxes when item titles are too long.
  • A11y compliance test failure in the form validation example.
  • The Serbian locale's code should be changed to sr.
  • Numeric Mask - a 1.000 value was reset...

Released: Jun 17, 2025

v2.2.1 中的更新

特性

Form Library:

  • Read-only radio button group can now be edited using a keyboard.

修補程式

Form Library:

  • Multi-Select Matrix: Masked values had incorrect encoding when they were displayed in an error message within a matrix cell.
  • Question's clearIfInvisible property didn't override the survey's clearInvisibleValues property.

Released: Jun 12, 2025

v2.2.0 中的更新

特性

New Slider and Range Slider Question Types

  • Introduces two new interactive question types - Slider and Range Slider.
  • The Slider allows users to select a single value by dragging a thumb along a predefined scale.
  • The Range Slider lets users select a range using two thumbs.
  • Users can also drag the entire selected range along the scale without changing the distance between the thumbs.
  • These components support the following features out of the box:
    • Customizable scale (min, max, and step).
    • Auto...

Released: Jun 4, 2025

v2.1.1 中的更新

特性

  • Added support for Exclusive Options in Checkbox Questions:
    • An exclusive option clears all other selected choices in the same question when chosen.
    • The Checkboxes question type in SurveyJS already supports predefined exclusive options, such as None, Refuse to Answer, and Don't Know.
    • You can now make any option exclusive by enabling its isExclusive property.
    • To mark a choice option as exclusive in Survey Creator, locate the Choices table, click a Pen icon next to the desired option, and enable...

Released: May 27, 2025

v2.1.0 中的更新

特性

  • Form Library Accessibility Now Reaches 100%:
    • SurveyJS Form Library is 100% accessible when using the Contrast theme.
  • Populate Existing PDF Forms with Survey Responses:
    • PDF forms often include interactive fields that allow users to fill out the form within their PDF viewer and then save, share, or print it. Starting with v2.1.0, SurveyJS introduces a plugin that enables you to link survey fields to editable fields within a PDF form. Users can enter data through a dynamic SurveyJS interface...

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...