Skip to main content Skip to footer

Maintenance Release for GrapeCity Documents for PDF and Excel

We've released a maintenance release for GrapeCity Documents for PDF and Excel (both .NET and Java).

GcPdf 2.2.0.315

Breaking changes

  • If GcPdfDocument.ConformanceLevel is not None (i.e. the document is PDF/A conformant), then fonts will be embedded even if GcPdfDocument.FontEmbedMode/StandardFontEmbedMode is NotEmbed. (DOC-1399)

  • Added Boolean property MergeDocumentOptions.

  • CopyNamedDestinations: 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. Note that even if this property is true, if source and target documents contain destinations with same names, they will be skipped during merge. If needed, custom logic can be implemented in user code.

Fixed

  • PDF files in StructTree can be processed (DOC-1423)

  • License exception occurs when a PDF is saved to any of the supported image formats using a licensed version of GcPdf. (DOC-1432)

Changed

  • Parsed on request: When a document is loaded, GcPdfDocument.StructTreeRoot, GcPdfDocument.EmbeddedFiles and GcPdfDocument.NamedDestinations are only parsed on request (in previous versions, they were parsed immediately). This improves perfomance, especially in export to image formats and document merging.

  • Required fields are now rendered with a red border. This improves compatibility with Adobe Acrobat. (DOC-1409)

Added

  • Controls Embedded: Property FontEmbedMode GcPdfDocument.StandardFontEmbedMode: controls embedding of the standard 14 PDF fonts. By default, the standard fonts are not embedded. (DOC-1399)

Read the release notes

GcExcel.NET 2.2.6

Enhancements

  • Improved the opening time of large spreadsheet when it contains shape and auto-fit rows.

  • JP built-in named styles are supported.

Bugs Fixed

  • The formula result is not precise which leads to the conditional checking failed.(DOCXLS-1453)

  • The location and size of shapes are incorrect after opening the saved Excel under JP culture.(DOCXLS-1361)

  • The content of exported pdf is incorrect.(DOCXLS-1315)

GcExcel Java

Enhancements

  • Improved the opening time of large spreadsheet when it contains shape and auto-fit rows.

  • JP built-in named styles are supported.

Bugs Fixed

  • The formula result is not precise which leads to the conditional checking failed.(DOCXLS-1453)

  • The location and size of shapes are incorrect after opening the saved Excel under JP culture.(DOCXLS-1361)

  • The content of exported pdf is incorrect.(DOCXLS-1315)

comments powered by Disqus