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.
不具合の修正
Released: Aug 18, 2023
6.2.1 での更新項目
不具合の修正
- Access violation exception when saving a specific PDF as image.
- Exception occurs in ITextMap.GetFragment() method in some cases.