Document Solutions for PDF .NET のリリース
Released: Jan 21, 2023
6.0.3 での更新項目
機能
- Added methods:
- ITextRunFragment.GetBounds() - gets a Quadrilateral representing the four vertices bounding this ITextRunFragment object.
- GcPdfDocument.RemoveEmbeddedFonts() - removes embedded fonts from the current document.
- GrapeCity.Documents.Pdf.Text.Font.RemoveEmbeddedData() - removes the embedded font data.
- CheckBoxField.HasRadioButtonBehavior() - checks whether the checkbox actually behaves as a radio button.
- CheckBoxField.GetCheckedAppearanceStreamName() - gets the name of a widget...
Released: Jan 3, 2023
6.0.2 での更新項目
不具合の修正
- [Regression added in v6.0.1] GcPdfDocument.GetLogicalStructure() method hangs.
Released: Dec 27, 2022
6.0.1 での更新項目
機能
- Added abstract class StructTreeItem which represents an item in a StructTreeRoot.
- Added StructElement.Items property which gets the collection of nested StructTreeItem objects.
- Added StructElement.HasItems property which gets a value indicating whether the Items collection contains any items.
- Added StructTreeRoot.Items property which gets the collection of nested StructTreeItem objects.
- StructElement and ContentItemLink classes are now derived from the common base StructTreeItem.
不具合の修正
Released: Dec 12, 2022
6.0.0 での更新項目
機能
- Render HTML to PDF and raster images.
- Support for Appearance streams for all annotations
- Generate content streams for annotations with rich text.
- PDF Viewer
- Support for Text Markup Annotations
- Save PDF pages as Images
Released: Aug 15, 2022
5.2.0.800 での更新項目
機能
- Added new WidgetAnnotation.RotationAngle property which specifies the angle by which the widget annotation is rotated counterclockwise relative to the page.
- Replace/delete text: Added the ability to find and replace, or find and delete, text in a PDF. Includes:
- GcPdfDocument.ReplaceText() method which replaces a specified text on all pages of the current document.
- Page.ReplaceText() method which replaces a specified text on the current page.
- ITextMap.ReplaceText() method which replaces a...
Released: Aug 1, 2022
5.1.0.796 での更新項目
機能
- Added new 'StandardSecurityHandler.HasUserPassword' property: Gets a value indicating whether the PDF has a user password that is required to open the document.
- Added new 'StandardSecurityHandler.HasOwnerPassword' property: Gets a value indicating whether the PDF has an owner password that is required to edit the document.
不具合の修正
- [Regression added in v5.1.0.793] InvalidOperationException occurs when signing a PDF in some cases.
- ITextMap.FindText() method does not assign the FoundPosition...
Released: Jul 18, 2022
5.1.0.795 での更新項目
不具合の修正
- When saving a PDF as images, in some scenarios images contained in the PDF appear blank.
- A null reference exception could occur if a .TTC font collection file included fonts containing CFF or CFF2 outlines.
- Invalid PDF/A-3 generated in some scenarios.
- Content is missing when saving certain PDFs as images.
- Some text is missing when using the Page.GetTextMap() method.
Released: Jun 13, 2022
5.1.0.793 での更新項目
機能
- Added new 'ComboBoxField.Text' property which gets or sets the value of the combo box as a string.
- Added new 'ComboBoxField.DefaultText' property which gets or sets the default value of the combo box as a string.
不具合の修正
- Default visibility of the outline panel changes when saving a PDF.
- Editable combo box values are not updated by the GcPdfDocument.ImportFormDataFromCollection() method.
- The check mark of a checkbox is missing when saving a PDF to an image.
- A null reference exception occurs...
Released: May 25, 2022
5.1.0.792 での更新項目
不具合の修正
- Rotating a stamp annotation distorts the stamp image.
- In some scenarios using incremental updates results in invalid PDFs.
- Bounds of found text are calculated incorrectly in some cases.
- Poor performance when saving certain PDFs containing large images.
Released: May 3, 2022
5.1.0.791 での更新項目
機能
- Added new WidgetAnnotation.RotationAngle property which gets or sets the angle, in degrees, by which the widget annotation is rotated counterclockwise relative to the page. The value must be a multiple of 90.
- Added new StampAnnotation.RotationAngle property which gets the angle, in degrees, by which the stamp is rotated. Positive values indicate counterclockwise rotation.
- Added new StampAnnotation.RotateAnnotation() method which rotates the annotation content by the specified angle. Positive...