SurveyJS PDF Generator

Konvertieren Sie Ihre SurveyJS-Webformulare in ansprechende PDFs, um sie einfach zu teilen und einen papierlosen Workflow zu ermöglichen.

Veröffentlicht von SurveyJS
Wird von ComponentSource seit 2025 vertrieben

Preise ab: US$ 1,004.35 Version: v2.5.30 NEU Letzte Aktualisierung: Jun 24, 2026

SurveyJS PDF Generator Releases

Released: Jul 22, 2025

Updates in v2.2.6

Funktionen

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

Released: Jul 15, 2025

Updates in v2.2.5

Funktionen

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.

Fehlerkorrekturen

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

Released: Jul 9, 2025

Updates in v2.2.4

Fehlerkorrekturen

Form Library:

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

Released: Jul 2, 2025

Updates in v2.2.3

Fehlerkorrekturen

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

Updates in v2.2.2

Funktionen

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

Fehlerkorrekturen

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

Released: Jun 17, 2025

Updates in v2.2.1

Funktionen

Form Library:

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

Fehlerkorrekturen

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

Updates in v2.2.0

Funktionen

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

Released: Jun 4, 2025

Updates in v2.1.1

Funktionen

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

Released: May 27, 2025

Updates in v2.1.0

Funktionen

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

Released: May 20, 2025

Updates in v2.0.10

Funktionen

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

Fehlerkorrekturen

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