Description :
Type handlers for generating documents in PDF, RTF and HTML formats using OpenPDF / OpenRTF (which is basically a fork of itext project)
Status :
All basic features are implemented.
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.
See CHANGELOG.md for details.
Native support :
Native metadata for GraalVM have been included, but on some platforms (i.e. MacOS) it will not work, with this error :
dispatch failed: java.lang.UnsatisfiedLinkError: no awt in java.library.path] with root cause
java.lang.UnsatisfiedLinkError: no awt in java.library.path
at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.NativeLibrarySupport.loadLibraryRelative(NativeLibrarySupport.java:120) ~[na:na]