GroupDocs.Editor for Java
Adds the ability to process MP3 audio files embedded in word processing documents.
Features
- Added the ability to process MP3 audio files embedded in word processing documents.
- Added a new public namespace “com.groupdocs.editor.htmlcss.resources.audio” and two new public types: AudioType and Mp3Audio.
- When a word processing document contains an embedded audio, it will now be preserved and stored in the EditableDocument instance, and will be present in an editable HTML representation.
- Added a new HTML parser.
- Before this release the HTML parser supported only a strict range of valid HTML markup. Starting from this release any HTML content is processable, even if it is invalid.
- Added support for new HTML elements and CSS properties:
- Added new SOURCE, AUDIO and LABEL HTML elements.
- Added new text-align-last CSS property.