GroupDocs.Editor for Java V22.4

Released: Apr 21, 2022

V22.4 での更新項目

機能

  • Added a new property with MIME codes for all supportable document formats.
  • Added the ability to save SVG as PNG and improved public API for vector images.
  • Added a new public property to obtain the XML content of SVG images.
  • Presentation module added the ability to preserve common text formatting features during round-trips including:
    • Bold text.
    • Italic text.
    • Underline text.
    • Subscript.
    • Superscript.
    • Strikethrough text.
  • Added support for SVG inlining instead of base64 embedding.

不具合の修正

  • SVG is not supported if is inlined into HTML markup as HTML element.
  • Images are not correctly transfered during conversion Markdown to DOCX.
  • HTML-markup loose styles after file open and saving without changes.
  • OutOfMemoryException while converting specific Cells file to HTML.
  • Presentation: convert HTML to presentation without stylesheet.
  • Exception while import Presentation with missing load options.
  • Exception with message Font name cannot be NULL, empty or whitespaces\r\nParameter name: fontName during call editor.Edit() for RTF-file.
  • Unknown field is improperly processed.
  • Editor hang on PowerPoint files.
  • Image is not JPEG exception in Presentation.
  • Fixed bug in markup parser.