SurveyJS PDF Generator

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

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

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

SurveyJS PDF Generator v2.5.27

Released: Jun 2, 2026

v2.5.27 中的更新

特性

  • Dependency Tracking for Expression Questions
    • Introduced a global expressionQuestionTrackDependencies property that controls when Expression question values are recalculated.
    • By default, this setting is false, and Expression questions recalculate whenever any survey value changes. If you set expressionQuestionTrackDependencies to true, Expression questions recalculate only in the following cases:
      • During the initial evaluation.
      • When all expressions are re-evaluated.
      • When a dependent value or property changes.
      • This behavior can improve performance in surveys that contain many Expression questions.

修補程式

  • Form Library
    • Dynamic Panel: "Add Panel" button ignores the enableAddPanelIf condition when the panel has 0 entries.
    • Date input shows value from survey.data in disabled (grayed out) text color.
    • Dynamic Panel + Lazy Rendering: Fields of a nested panel do not appear immediately when the parent panel is expanded.
    • Yes/No (Boolean) question in radio button mode inside Dynamic Panel is skipped during keyboard navigation in some panels.
    • Read-only Multi-Select Dropdown (Tag Box) displays the Other option value instead of the Other label.