We’re happy to announce the GroupDocs.Viewer for .NET 25.11 release, available as of November 2025. This major update introduces a new rendering option for PowerPoint presentations and resolves a large number of bugs across all supported formats.

What’s new in this release

  • [New feature] スライドのヘッダーとフッターにあるプレースホルダーをレンダリングするオプションを追加 (VIEWERNET‑5551)
    The GroupDocs.Viewer now has an option to include the placeholder text defined in header and footer of a slide when rendering an input Presentation document to any output format. The feature is exposed through a new Boolean property RenderHeaderFooterPlaceholders, defined in the PresentationOptions class:

    // Enable exposing of header/footer placeholders when rendering to PDF
    PdfViewOptions options = new PdfViewOptions();
    options.PresentationOptions.RenderHeaderFooterPlaceholders = true;
    using (Viewer viewer = new Viewer("sample.pptx))
    {
        viewer.View(options);
    }
    

This change does not affect existing rendering behaviour when the property is left at its default value (false).

Fixes and enhancements

The following issues have been resolved. All bug IDs reference the internal tracker (e.g., VIEWERNET-xxxx).

Category Issue Summary
Bug VIEWERNET-5550 PowerPoint フッターに追加されたコンテンツが、任意の形式にレンダリングするときに表示されなかった。
Bug VIEWERNET-5530 Arabic フォントが DOCX から PDF へ変換する際に正しくレンダリングされなかった。
Bug VIEWERNET-5408 PDF‑to‑HTML 変換でレンダリング速度が遅くなる問題が発生していた。
Bug VIEWERNET-4964 カスタム DefaultFontName が PDF‑to‑HTML 出力で文字化けを引き起こしていた。
Bug VIEWERNET-4941 Windows Server 2019 上で断続的に文字レンダリングエラーが発生していた。
Bug VIEWERNET-5024 PDF‑to‑HTML 変換時にテキストが正しく変換されなかった。
Bug VIEWERNET-5514 Spreadsheet 形式の明示的ページ番号付けが、連続呼び出し時に誤って処理されていた。
Bug VIEWERNET-5513 トライアルモードで、範囲外のページ番号が指定された WordProcessing ドキュメントの生成に失敗していた。
Bug VIEWERNET-5480 特定条件下で PDF のレンダリングが完全に失敗することがあった。
Bug VIEWERNET-5515 クロスプラットフォームビューアを Linux で使用した際に、TIFF のレンダリングで例外が発生していた。
Bug VIEWERNET-4540 PDF ファイルで文字が入れ替わり、行がずれて表示されていた。
Bug VIEWERNET-5516 ライセンスモードで、要求されたページ番号がドキュメントの総ページ数を超えると WordProcessing‑to‑PDF 変換が失敗していた。

No additional enhancements were introduced in this version.

How to get the update

  • NuGet – Upgrade to the latest package via NuGet. Use the appropriate feed for your target platform:

    • Cross-platform .NET 6GroupDocs.Viewer.CrossPlatform

      dotnet add package GroupDocs.Viewer.CrossPlatform --version 25.11
      
    • Windows-only .NET Framework 4.6.2 / .NET 6GroupDocs.Viewer

      Install-Package GroupDocs.Viewer -Version 25.11
      
  • Direct download – Assemblies for both .NET and .NET Framework can be downloaded from the GroupDocs.Viewer for .NET 25.11 release page.

Resources


今後のアップデートにご期待ください。ご利用いただきありがとうございます、GroupDocs.Viewer チーム一同。