Document Solutions for PDF .NET Releases

Released: Jan 25, 2024

Updates in 7.0.2

Funktionen

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

Released: Jan 5, 2024

Updates in 7.0.1

Fehlerkorrekturen

  • 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

Updates in 7.0.0

Funktionen

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

Updates in 6.2.5

Fehlerkorrekturen

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

Released: Oct 28, 2023

Updates in 6.2.4

Fehlerkorrekturen

  • 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

Updates in 6.2.3

Funktionen

  • 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

Updates in 6.2.2

Funktionen

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

Released: Aug 18, 2023

Updates in 6.2.1

Fehlerkorrekturen

  • Access violation exception when saving a specific PDF as image.
  • Exception occurs in ITextMap.GetFragment() method in some cases.

Released: Aug 7, 2023

Updates in 6.2.0

Funktionen

  • Added the ability to open/modify (with limitations) a password protected PDF without specifying the password.
  • Added helper methods to TextBoxField, ComboBoxField and CombTextField: SetPercentFormat(), SetPercentValue(), SetNumberFormat(), SetNumberValue(), SetDateFormat(), SetDateValue(), SetTimeFormat(), SetTimeValue(), SetSpecialFormat() and SetSpecialFormatValue().
  • Added the ability to generate custom time-stamp tokens. The new ITimeStampGenerator interface can be implemented by...

Released: Jul 12, 2023

Updates in 6.1.5

Fehlerkorrekturen

  • When text is added to a PDF, the positions of some characters may be incorrect.
  • When saving a certain PDF, "The item already has an owner" exception is thrown.
  • Certain PDFs are rendered incorrectly when saved as images.