Document Solutions for PDF 7.1.2
Released: May 29, 2024
7.1.2 での更新項目
機能
- 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.
不具合の修正
- 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.