Document Solutions for PDF 新版本發表

Released: Apr 17, 2024

7.1.0 中的更新

特性

Document Solutions for PDF

  • Add Rich Media to PDF Documents - Enhance your PDF documents by seamlessly incorporating rich media elements such as audio and video. With the addition of rich media, you can elevate user engagement and create dynamic, interactive content within your PDFs. Incorporate multimedia support programmatically into your PDF documents using the new RichMediaAnnotation class. Here are the key capabilities of the class:
    • Embed Multimedia Content: RichMedia annotations enable...

Released: Mar 22, 2024

7.0.4 中的更新

修補程式

  • The document is still empty after loading a specific PDF.
  • Some images in a loaded PDF are not visible when drawn on other pages.
  • The generated PDF does not show correctly in some viewers.
  • Saving a merged PDF with IncrementalUpdate corrupts the file.
  • An image that is completely inside a redact area is not wiped out when the redact is applied.

Released: Feb 21, 2024

7.0.3 中的更新

修補程式

  • No pages are loaded when opening a specific PDF.

Released: Jan 25, 2024

7.0.2 中的更新

特性

  • SaveAs* image methods now use slow antialiasing and multithreading. This improves output quality without performance penalty.

Released: Jan 5, 2024

7.0.1 中的更新

修補程式

  • Exception can be thrown when merging two identical PDFs with MergeStructTree option turned on.
  • Improved compatibility of PDFs created using DsPdf with Adobe Acrobat Pro.

Released: Dec 11, 2023

7.0.0 中的更新

特性

Document Solutions for PDF

  • New Caret Annotation - The CaretAnnotation class enables precise pointing out of missing content or necessary changes programmatically. This is especially required if you need to add a CaretAnnotation at several places in the document programmatically.
  • Custom Time-Stamps - In certain scenarios, a service may not be able to connect and return a required timestamp from the client due to security reasons. In these scenarios, a customized timestamp service may be...

Released: Nov 24, 2023

6.2.5 中的更新

修補程式

  • Save as image methods yield incorrect result for certain PDFs.

Released: Oct 28, 2023

6.2.4 中的更新

修補程式

  • Incorrect appearance streams could be generated for text fields in certain scenarios.
  • For some PDFs, portions of content were not shown in the exported image files.
  • Content of a certain PDF file was partially lost after resaving the document.
  • NullReferenceException is thrown when saving a specific PDF using incremental update.

Released: Sep 29, 2023

6.2.3 中的更新

特性

  • Added new ITextMapExt.GetLines() method which gets the lines of text in a TextMapFragment.
  • Added new ITextMapExt.GetText() method which gets the text of a TextMapFragment.

Released: Sep 14, 2023

6.2.2 中的更新

特性

  • Added new GrapeCity.Documents.Pdf.TextMap.ITextMapExt static class which provides extension methods for the ITextMap interface.
  • Added new ITextMapExt.GetFragmentFromRect() method which returns the TextMapFragment corresponding to the specified rectangle, or null if no fragment could be found.
  • Added new ITextMapExt.GetFragmentFromQuadrilateral() method which returns the TextMapFragment corresponding to the specified quadrilateral, or null if no fragment could be found.

修補程式

  • Exception is thrown...