View on GitHub

fj-doc

Fugerit Document Generation Framework (fj-doc)Fugerit Doc

Fugerit Document Generation Framework (fj-doc)

Openrtf Renderer (rtf)(fj-doc-mod-openrtf-ext)

back to fj-doc index

Maven Central javadoc

Renderer for rtf format, based on OpenRTF.

Status :
Basic features implemented. (Sample JUnit TestFreeMarker01 is now working).

Since : fj-doc 3.4

Native support :
Disabled, native support will be added in a future release. openrtf-ext native support must be verified.

Quickstart :
Basically this is only a type handler, see core library fj-doc-base.
NOTE: If you have any special need you can open a pull request or create your own handler based on this.

Depends on renderer :

		<dependency>
			<groupId>org.fugerit.java</groupId>
			<artifactId>fj-doc-mod-openpdf-ext</artifactId>
		</dependency>