Skip to content

ologolo/docs-to-html

Repository files navigation

Build Status Type License: LGPL v2.1

docs-to-html

Provides an implementation for converting Office formats to HTML with Streamline engine.

Using

Access the implementation via the TaskGroupFactory API in streamline-api.

Building

Build with gradlew build (Windows) or ./gradlew build (Mac/Linux)

Testing

Tests are run with gradlew test (Windows) or ./gradlew test (Mac/Linux)

Requirements & Compatibility

  • Requires JDK 8
  • Compatible with SPI only

More information

See the common wiki for more information.