GroupDocs.Editor for Java V20.8

Released: Aug 21, 2020

V20.8 での更新項目

機能

  • 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.

不具合の修正

  • When performing full roundtrip without editing in a Presentation document in trial mode, an exception is thrown.
  • In some cases there are undisposed resources in the EditableDocument class even after calling the “Dispose()” method.
  • Missing bindings for Aspose components.
  • Fixed bug with a document that was incorrectly rendered to HTML in paginal mode and then incorrectly converted back to word processing.