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.
Released: Oct 26, 2024
7.2.4 中的更新
特性
- Important note: This package, DS.Documents.Pdf, 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.
修补程序
- Some PDF stamps are not saved in export to images.
- The GcPdfDocument.Redact method may not completely remove an image from a PDF in some cases.
- Incorrect layout of text drawn sideways in vertical TextLayout with...
Released: Oct 10, 2024
7.2.3 中的更新
修补程序
- White spaces may be ignored in some situations by GetText()/FindText() methods.
- An unexpected exception occurs when loading a certain PDF.
- PDFs using certain embedded fonts are rendered incorrectly when exported to images.
Released: Sep 20, 2024
7.2.2 中的更新
修补程序
- The GcPdfDocument.GetFonts() method hangs on a certain PDF.
- Color shift occurs in JPEG images that use CMYK or YCCK color spaces.
Released: Sep 3, 2024
7.2.1 中的更新
特性
- Improved performance of the GetTextMap method.
修补程序
- Performance degradation when converting certain PDFs to images.
- Document catalog not found error when loading a specific PDF.
Released: Aug 19, 2024
7.2.0 中的更新
特性
Document Solutions PDF Viewer
- Introducing WebAssembly(Wasm)-based PDF Viewer
- Introduced the advanced WebAssembly(Wasm)-based PDF Viewer, enhancing the document editing experience locally on the client side with Document Solutions PDF Viewer (DsPdfViewer). This innovative solution is based on WebAssembly and delivers a fast, secure, and highly responsive PDF editing experience directly within your web browser. The Wasm-based PDF viewer is designed to meet the needs of modern users and offers...
Released: Jul 24, 2024
7.1.4 中的更新
特性
- Added the SaveAsImageOptions.CancellationToken property: gets or sets the CancellationToken object. Allows you to cancel the execution of GcPdfDocument.SaveAsXXX() methods.
修补程序
- Poor performance when extracting paragraphs and texts from a certain PDF.
- Parts of text disappear when saving a certain PDF as images.
- Incorrect background color when saving a certain PDF as images.
- Exception occurs when saving a particular PDF as images.
Released: Jun 26, 2024
7.1.3 中的更新
修补程序
- Incorrect result when saving a certain PDF as images.