SurveyJS PDF Generator

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

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

價格從: $ 1,021.35 版本: v2.5.19 新增功能 更新: Apr 7, 2026

SurveyJS PDF Generator v2.5.11

Released: Feb 18, 2026

v2.5.11 中的更新

特性

  • [Survey Creator] JSON Editor: Smarter error fix suggestions for property values
    • In Survey Creator, the JSON Editor allows users to edit the survey JSON schema manually. If the JSON contains a syntax error or an invalid configuration, the JSON Editor tab displays an error message and, when possible, offers a button to automatically correct the issue.
    • Automatic error handling for invalid property values is now enhanced with suggestions based on Levenshtein distance. When a property value does not match any of the allowed options (for example, an enum value), the editor compares the entered value against valid alternatives and suggests the closest match.
    • This enhancement reduces friction when editing JSON manually, shortens debugging time, and helps prevent configuration errors caused by mistyped property values.

修補程式

  • Form Library
    • Checkboxes: "Select All" affects disabled choice options.
  • Survey Creator
    • UI Condition Editor doesn't allow creating rules based on other choices within the same question.