Rilasci di Document Solutions for PDF

Released: Apr 17, 2024

Aggiornamenti in 7.1.0

Funzionalità

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...

Released: Mar 22, 2024

Aggiornamenti in 7.0.4

Correzioni

  • 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

Aggiornamenti in 7.0.3

Correzioni

  • No pages are loaded when opening a specific PDF.

Released: Jan 25, 2024

Aggiornamenti in 7.0.2

Funzionalità

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

Released: Jan 5, 2024

Aggiornamenti in 7.0.1

Correzioni

  • 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

Aggiornamenti in 7.0.0

Funzionalità

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...

Released: Nov 24, 2023

Aggiornamenti in 6.2.5

Correzioni

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

Released: Oct 28, 2023

Aggiornamenti in 6.2.4

Correzioni

  • 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

Aggiornamenti in 6.2.3

Funzionalità

  • 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

Aggiornamenti in 6.2.2

Funzionalità

  • 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.

Correzioni...