/
Java extensions - Office Documents Dialect
Java extensions - Office Documents Dialect
Greenpepper support for MS Docx, OpenXML document
Using the --dialect
option in greenpepper, you can define a class that will be used to convert a specification from a syntax to HTML.
That is what is used for greenpepper to support OpenXML documents and MS Word documents.
Example usage
To use the default Markdown dialect, you will need to include greenpepper-extensions-java
in your classpath. Then you need to use the class com.greenpepper.runner.dialect.MarkdownDialect
.
java -cp greenpepper-core.jar:greenpepper-extensions-java.jar com.greenpepper.runner.Main \ -d com.greenpepper.runner.dialect.DocxDialect \ specification.docx \ output.html java -cp greenpepper-core.jar:greenpepper-extensions-java.jar com.greenpepper.runner.Main \ -d com.greenpepper.runner.dialect.DocDialect \ specification.doc \ output.html java -cp greenpepper-core.jar:greenpepper-extensions-java.jar com.greenpepper.runner.Main \ -d com.greenpepper.runner.dialect.OdtDialect \ specification.odt \ output.html
, multiple selections available,
Related content
Java extensions - Markdown Dialect
Java extensions - Markdown Dialect
More like this
GreenPepper Maven Plugin - Write Specification in Office Documents
GreenPepper Maven Plugin - Write Specification in Office Documents
More like this
Implementing a Dialect
Implementing a Dialect
More like this
GreenPepper Maven Plugin - documentation
GreenPepper Maven Plugin - documentation
More like this
GreenPepper 4.2: Supporting Markdown Specifications
GreenPepper 4.2: Supporting Markdown Specifications
More like this
Wiki macro
Wiki macro
More like this