Released: May 16, 2024
7.1.2 中的更新
特性
Document Solutions for Imaging
- Added a new GcSvgGraphics.PushGroup() method which starts a group ('g') element with specified custom attributes in the SVG document.
- Added a new GcSvgGraphics.PopGroup() method which ends the group that was created by the last PushGroup call.
Document Solutions for PDF
- Added properties to GcPdfDocument that allow developers to define document level actions.
- GcPdfDocument.WillCloseAction property: specifies the ActionJavaScript to be performed before closing the document.
- GcPdfDocument.WillSaveAction property: specifies the ActionJavaScript to be performed before saving the document.
- GcPdfDocument.DidSaveAction property: specifies the ActionJavaScript to be performed after saving the document.
- GcPdfDocument.WillPrintAction property: specifies the ActionJavaScript to be performed before printing the document.
- GcPdfDocument.DidPrintAction property: specifies the ActionJavaScript to be performed after printing the document.
- Updated reference to BouncyCastle.Cryptography from v2.2.1 to v2.3.1.
修補程式
Document Solutions for Excel
- The formula result is incorrect using API to get the cell value.
- Performance issue on calculating workbook containing dynamic array formulas.
- The number format is incorrect when using Chinese version of Excel to open the Excel file exported in US culture.
- Rich text is missing in the exported PDF file.
- Copying the sheet takes a long time when sheet contains lots of pictures.
- The print info is changed in the exported SSJSON file.
- An exception is thrown on saving Excel file.
- Chart data lost after copying worksheet if EnableCalculation is false.
- Performance issue on exporting specific SSJSON file.
- German text changes to English language when refreshing the Pivot Table.
- Performance issue on loading specific SSJSON file.
- Exception is thrown on applying sorting via FontColorSortField.
- Exception is thrown on loading particular Excel file.
- Exception is thrown on processing the template when it contains cross worksheet formula.
- Exception is thrown on processing the template when it contains hidden sheets.
- All rows are hidden in the exported SJS file.
- The comments are lost in the exported Excel file after processing template.
Document Solutions for Imaging
- [SVG] Ensure that the family name in font-family property is quoted if required by the SVG spec.
- Certain PDFs are distorted when saved as images.
- [TextLayout] Incorrect string wrapping of certain strings.
- [TextLayout] Incorrect underline when using TextExtensionStrategy.EastAsianExcel or TextExtensionStrategy.Distributed.
Document Solutions for PDF
- Exception is thrown when loading a PDF on a system with FIPS enabled.
- If the PDF was created in GcPdfDocument using certain fonts, the text cannot be copied correctly in Acrobat.
Document Solutions for Word
- Exception occurs when loading a document that was created with LibreOffice.