SurveyJS PDF Generator

将您的 SurveyJS Web 表单转换为精美的 PDF,以便轻松共享和无纸化工作流程。

由以下开发商制作:SurveyJS
ComponentSource开始代理销售的日期:2025年

价格从: US$ 1,032.97 版本:v2.5.23 新增功能 更新: May 5, 2026

SurveyJS PDF Generator v2.5.22

Released: Apr 28, 2026

v2.5.22 中的更新

特性

  • Hiding Question Descriptions:
    • Previously, question descriptions could only be hidden together with question titles by setting the question's titleLocation or the survey's questionTitleLocation property to "hidden".
    • This release introduces a new "hidden" value for the question-level descriptionLocation and the survey-level questionDescriptionLocation property. You can use this value to hide descriptions globally for all questions in a survey or selectively for individual questions. Question-level settings override the survey-level configuration.
    • When configuring a survey in Survey Creator, you can now select Hidden in the Question description alignment dropdown.

修补程序

  • Form Library:
    • Expressions: Cannot access panel and page properties using {$pageName.propName} and {$panelName.propName}.
    • [React Strict Mode] Conditional panel visibility fails to render nested elements when lazy rendering is enabled.
    • Masked date and time input does not display default value when saveMaskedValue is enabled.
    • [Survey Creator] Multi-Select Matrix: UI freezes when moving a row in the Property Grid due to full table re-rendering.
  • Survey Creator:
    • Error occurs when attempting to remove a newly added question in the onQuestionAdded event handler.