GroupDocs.Editor for .NET 19.10 Release Notes

Major features

This release contains one major feature - full support of Presentation format family, that includes PPT, PPTX, PPTM, POT, PPS, and more Presentation formats. Presentation support came with a set of new load/edit/save option classes, formats, its support was also added to the GetDocumentInfo method.

Other features

Along with new Presentation module, GroupDocs.Editor now contains binding redirects for Aspose components. This means that now GroupDocs.Editor for .NET can successfully work together with any of Aspose libraries without any incompatibilities.

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
EDITORNET-1317Add Presentations editing supportFeature
EDITORNET-1318Add Presentation support into GetDocumentInfo methodFeature
EDITORNET-1308Setup binding redirects for third-party componentsFeature

Public API and Backward Incompatible Changes

  • Presentation module - ability to load, open for editing, edit and save Presentation documents. This feature is represented in public API by the next new public types.
    Type nameResponsibility
    PresentationLoadOptionsAllows to specify custom options for loading documents of all supportable Presentation formats like PPT(X), PPTM, PPS(X) etc.
    PresentationEditOptionsAllows to specify custom options for editing documents of all supportable Presentation (PowerPoint-compatible) formats
    PresentationSaveOptionsAllows to specify custom options for generating and saving Presentation (PowerPoint-compatible) documents
    PresentationDocumentInfoRepresents metadata of one Presentation document
    PresentationFormatsEncapsulates all Presentation formats