ProductsServicesDownloadsNewsCompanyContact

Versionsinformationen yExport Erweiterungspaket

Die aktuelle Version des yExport Erweiterungspaketes ist 1.1.

Technische Voraussetzungen

  • Graphvisualisierungsbibliothek yFiles 2.5.
  • Sun Microsystems J2SDK 1.4 oder höher zur Softwareentwicklung mit yExport.
  • Sun Microsystems J2RE 1.4 oder höher, um yExport Programme ausführen zu können.
  • Microsoft Internet Explorer 6.0 oder höher, Firefox 1.5 oder höher zum Betrachten der Dokumentation.
  • Ein Betriebssystem, das Java 2 unterstützt.

yExport 1.1 - Änderungen zu Version 1.0 (englisch)

Minor Features Added

  • EPSOutputHandler: replaced boolean property fontEmbeddingEnabled with enum property textRenderingPolicy to support regular text, text with embedded fonts, and vectorized text.
  • PDFOutputHandler: replaced boolean property fontEmbeddingEnabled with enum property textRenderingPolicy to support regular text, text with embedded fonts, and vectorized text.
  • SWFOutputHandler: added getter/setter for SWF version. Currently, SWF file format versions 7 and 8 are supported.
    Note: The main difference between versions 7 and 8 is the security policy applied to embedded links. Version 8 of the SWF file format allows embedded links to either local or external/network resources, but not both.
  • SWFOutputHandler: added support for hyperlinks.
    Note: Currently, only local links are supported for SWF version 8 files, i.e. embedded external (or network) links are blocked by Flash player implementations.

Incompatible API Changes

  • OutputHandler: removed obsolete constants
    • KEY_TEXT_RENDERING,
    • VALUE_TEXT_RENDER_DEFAULT,
    • VALUE_TEXT_RENDER_DEFAULT,
    • VALUE_TEXT_RENDER_QUALITY, and
    • VALUE_TEXT_RENDER_SPEED
  • EPSOutputHandler: replaced boolean property fontEmbeddingEnabled with byte property textRenderingPolicy.
  • PDFOutputHandler: replaced boolean property fontEmbeddingEnabled with byte property textRenderingPolicy.