In This Topic
Important Note
This is the initial release of the DS.Documents.Pdf package. This package replaces GrapeCity.Documents.Pdf, and provides the same functionality, ensures future enhancements, and is backwards compatible with GrapeCity.Documents.Pdf. Existing subscriptions will continue to apply to this new package.
Breaking Changes from GrapeCity.Documents.Pdf 6.2.5 version
- Method IPdfObject.IsContentEqual(IPdfObject) is removed. Static method GrapeCity.Documents.Pdf.Spec.IPdfObjectExt.IsContentEqual(IPdfObject v1, IPdfObject v2) can be used instead.
New Features and Improvements
- GrapeCity.Documents.Pdf.RawImage class is marked as obsolete. GrapeCity.Documents.Drawing.Image can be used instead.
- Reference to package Portable.BouncyCastle 1.8.2 has been replaced with BouncyCastle.Cryptography 2.2.1 for improved security.
- Added support for PDF caret annotations; see GrapeCity.Documents.Pdf.Annotations.CaretAnnotation for details.