GroupDocs.Editor for .NET 17.7.0

Released: Aug 7, 2017

17.7.0 での更新項目

機能

Manipulate Documents Using HTML

  • Load Document.
  • Edit content using HTML.
  • Edit styles.
  • Perform Editor operations.
  • Convert back to a supported file.

Advanced GroupDocs.Editor API Features

  • Easy integration.
  • Direct and inverse document transformation.
  • Edit multiple document formats.
  • Storage agnostic.
  • UI agnostic.
  • Support for streams.
  • Simple Flexible API
  • Translate Document to HTML DOM & Vice Versa - GroupDocs.Editor for .NET allows you to load a document and convert it to HTML DOM for parsing structure as well as the extraction of CSS contents. The API also allows you to convert the DOM to document format.
  • Load and Extract External Resources - .NET Editor API is capable of loading external resources attached to the HTML such as images, fonts, CSS and so on. These resources can easily be traversed and saved separately as well as along with the resultant HTML document.