![](http://origin2.cdn.componentsource.com/sites/default/files/styles/image_medium/public/images/feature_release/2020/08/25/img_739406.png?itok=MzoiNJYi)
Adds full support for Presentation formats including PPT, PPTX, PPTM, POT and PPS.
Features
- Added new public API.
- Added full support for Presentation format family, including PPT, PPTX, PPTM, POT, PPS, and more.
- Added the ability to enumerate over all formats.
- Improved the ability to open EditableDocument from inner-body markup by supporting a root BODY element.
- New GetDocumentInfo method - Along with the new API, GroupDocs.Editor contains a new GetDocumentInfo method, that allows you to get metainfo about the input document without editing it:
- Family format and exact document format.
- Encryption flag.
- Number of pages/tabs.
- Size.
- New text save options - This new version contains a new TextSaveOptions class that is responsible for saving edited documents in plain text format. The TextSaveOptions class contains the following new settings:
- Specify whether to add bi-directional marks before each run when exporting in plain text format.
- Specify whether the program should attempt to preserve the layout of tables when saving in plain text format.
- Improved XML comments.
- Added support for BUTTON HTML element.
- Added support for MACROBUTTON field in word processing documents.
- Added support for STRIKE HTML element.
- New feature allows you to set a custom class name for all form-fields with corresponding public options.
- New option allows you to specify a text direction for plain text documents (TXT) before editing.
- Added support for PDF 1.7 standard while saving edited documents to PDF.