Rilasci di Document Solutions for PDF .NET
Released: Dec 27, 2022
Aggiornamenti in 6.0.1
Funzionalità
- 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
Aggiornamenti in 6.0.0
Funzionalità
- 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
Aggiornamenti in 5.2.0.800
Funzionalità
- 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...
Released: Aug 1, 2022
Aggiornamenti in 5.1.0.796
Funzionalità
- 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.
Correzioni
- [Regression added in v5.1.0.793] InvalidOperationException occurs when signing a PDF in some cases.
- ITextMap.FindText() method does not assign the...
Released: Jul 18, 2022
Aggiornamenti in 5.1.0.795
Correzioni
- 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
Aggiornamenti in 5.1.0.793
Funzionalità
- 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.
Correzioni
- 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...
Released: May 25, 2022
Aggiornamenti in 5.1.0.792
Correzioni
- 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
Aggiornamenti in 5.1.0.791
Funzionalità
- 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...
Released: Apr 22, 2022
Aggiornamenti in 5.1.0.790
Funzionalità
- Added new GrapeCity.Documents.Pdf.Layers.ViewState class which represents the view state of a PDF document. It allows specifying visible layers, current zoom and other transient info when exporting PDFs to images, searching for text etc.
- Added new GcPdfDocument.SavingDocument event which occurs periodically when the document is being saved or exported. It can be used to implement a progress indicator.
- Added new GrapeCity.Documents.Pdf.Security.DocumentSecurityStore class which...
Released: Apr 8, 2022
Aggiornamenti in 5.0.0.776
Correzioni
- Some PDFs containing rotated stamp annotations are rendered incorrectly.
- Incorrect font is used when saving a certain PDF as image.