Document Solutions for PDF .NET のリリース
Released: May 11, 2020
3.1.0.513 での更新項目
機能
- GcPdfDocument.ImportFormDataFromCollection() method now interprets dots in field names as hierarchy delimiters.
不具合の修正
- Incorrect application of redact annotation in some cases.
- Exception when loading certain PDFs.
Released: Apr 28, 2020
3.1.0.512 での更新項目
不具合の修正
- In certain PDFs, images may not be rendered when saving the PDF to image.
- Exception is thrown when saving some PDFs with certain FreeTextAnnotation to image.
- Relevant properties of WidgetAnnotation.TextFormat (font/font name, font size, fore color) are ignored when the widget is associated with a SignatureField.
- Field values are not persisted for loaded and modified PDFs that contained an XFA entry. Now the XFA entry is removed when the document is saved.
- Some loaded PDFs throw a...
Released: Apr 13, 2020
3.1.0.511 での更新項目
機能
- AcroForm.Fields collection now uses case-sensitive search (PDFs exist that have fields with names differing only by case).
- GcPdfDocument.SaveAsTiff() method: added optional parameter that allows to specify TIFF frame settings (such as compression).
不具合の修正
- Errors when loading certain PDFs.
- Incorrect rendering of some PDFs.
- An embedded font specified for a form field not used in edit mode.
- Incorrect PDF generated when using ExportFormDataToXFDF() and then ImportFormDataFromXFDF() methods...
Released: Mar 18, 2020
3.1 での更新項目
機能
- Apply Redaction - You can now perform complete redaction by marking and removing sensitive, confidential content from PDF documents.
- Support for TrueType Hinting Instructions - Enhanced support for rendering specific CJK characters when converting PDF to images. Special true type features (hinting) are used to re-use glyph parts for drawing CJK characters when converting PDF to images.
- Fetch Signature Properties - Extract signature information from digitally signed PDF document and use that...
Released: Jan 17, 2020
3.0.0.420 での更新項目
機能
- All dlls included in the package are now digitally signed.
不具合の修正
- Text is reversed when added to a specific PDF.
- Loading PDFs that have circular bookmark references fails.
Released: Jan 7, 2020
3.0.0.419 での更新項目
機能
- Added new Boolean properties on StandardSecurityHandlerRev3: CopyContent and CopyContentAccessibility. These should be used instead of CopyContentPermissions, which is now marked as obsolete.
- Added new property FileSpecification.UnicodeFile. Allows to specify the "UF" entry in File Specification dictionary separately from the "F" entry (previously, the File property used to set both "F" and "UF" entries). This improves compatibility with Adobe Reader.
不具合の修正
- Additional fixes related to saving...
Released: Dec 13, 2019
3.0.0.418 での更新項目
不具合の修正
- When saving PDF as image with a high resolution, font size may become too small.
- Page.GetTextMap() incorrectly returns null for some PDFs.
- Incorrect rendering of some PDFs that use non-embedded fonts.
- An unhandled exception is thrown on loading and then twice saving certain PDFs.
Released: Oct 30, 2019
3 での更新項目
機能
- GrapeCity Documents for HTML - You can now convert HTML content to PDF using GrapeCity Documents for HTML (a utility package for GcPdf and GcImaging). It is a platform independent package that allows you to convert HTML content to PDF documents or images (PNG or JPEG). Key Features:
- Multi-platform package to render HTML content on Windows, macOS or Linux
- Renders HTML content from a page/URI source or HTML string to PDF
- Supports:
- Images
- Hyperlinks
- CSS
- JavaScript
- HTML5
- Page breaks
- SVG
- HTML...
Released: Sep 30, 2019
2.2.0.316 での更新項目
機能
- If GcPdfDocument.ConformanceLevel is not None (i.e. the document is PDF/A conformant), then fonts will be embeded even if GcPdfDocument.FontEmbedMode/StandardFontEmbedMode is NotEmbed.
- Added Boolean property MergeDocumentOptions.CopyNamedDestinations which gets or sets a value indicating whether to copy GcPdfDocument.NamedDestinations. This property is false by default, while in previous versions named destinations were always copied.
- When a document is loaded, GcPdfDocument.StructTreeRoot...
Released: Sep 5, 2019
2.2.0.315 での更新項目
不具合の修正
- Text outside of the document cannot be selected.
- Next page button does not scroll to the page if part of it is already visible.
- The icon button in navigation panel don't fully display in edge browser.
- (iOS) Document content disappears when changing zoom.
- When a form is posted, incorrect values are sent for some radio buttons.