Document Solutions for PDF .NET のリリース

Released: May 9, 2025

8.1.1 での更新項目

機能

  • Added GrapeCity.Documents.Text.Font.FindNativeFont() method: finds the most suitable native font for rendering text associated with this PDF font.

不具合の修正

  • Fields in some PDFs are not copied by PageCollection.ClonePage() or GcPdfDocument.MergeWithDocuments() methods.

Released: Apr 22, 2025

8.1.0 での更新項目

機能

  • New ActionSound Class - With the v8.1 release, DsPdf adds the ActionSound class. This class allows the PDF document to play a sound when triggered. The sound action is also supported in DsPdfViewer.
  • Document Solutions PDF Viewer (DsPdfViewer)
    • This release has added support for the following features in DsPdfViewer/Wasm:
      • Redact (add/edit and apply redact annotations).
      • Export to raster images.
      • Convert annotations to content.
    • Interactive Table Data Extraction - In the v8.1 release, the...

Released: Apr 2, 2025

8.0.6 での更新項目

不具合の修正

  • Synced version with other Document Solutions packages.

Released: Mar 21, 2025

8.0.5 での更新項目

不具合の修正

  • GcPdfDocument.GetText() and GcPdfDocument.GetImages() methods hang on a certain PDF.

Released: Mar 4, 2025

8.0.4 での更新項目

不具合の修正

  • Text containing inline images may not be correctly extracted by Page.GetText() or Page.GetTextMap() methods.
  • [Regression since v7.*] AcroForm field values may display incorrectly in Acrobat when using PdfFontFormat.Type0AutoOneByteEncoding.

Released: Feb 12, 2025

8.0.3 での更新項目

不具合の修正

  • Incorrect handling/redacting of layers represented by FormXObject's.
  • Export to images which may have produced incorrect results if SaveAsImageOptions.Zoom is not 1.
  • Export of PDFs containing zero width lines may produce images with jagged appearance.

Released: Jan 15, 2025

8.0.2 での更新項目

不具合の修正

  • Incorrect text mapping for text rendered using a Type3 font.
  • Incorrect processing of text rendered with a TrueType font without 'glyf' and 'CFF' tables.

Released: Jan 7, 2025

8.0.1 での更新項目

不具合の修正

  • Cannot save and sign a PDF with invalid outlines.
  • NullReferenceException thrown when drawing onto GcPdfGraphics a page of a PDF containing an embedded font with missing 'name' table.

Released: Dec 11, 2024

8.0.0 での更新項目

機能

Document Solutions for PDF (DsPdf)

  • Optimize PDF Documents
    • Multiple enhancements have been made to optimize the performance of loading and saving PDF files as well as optimizing the file size of the generated PDF. One of the enhancements includes optimizing the way DsPdf works with object streams. DsPdf introduces an API that can help to load and save PDFs with optimization options. A new SavePdfOptions class gives you precise control over your code to save PDFs in an optimal way for your...

Released: Nov 26, 2024

7.2.5 での更新項目

不具合の修正

  • Some annotation text is changed after calling the OptimizeFonts() method.
  • Redact opacity is ignored when saving a PDF with redact annotations as images.
  • MergeWithDocument() method throws exception for a specific PDF.
  • FormXObject constructor throws ArgumentNullException for a specific PDF.