Skip to content

Fugerit Doc Venus type handler based on OpenPDF/OpenRTF for PDF/RTF/HTML Formats

License

Notifications You must be signed in to change notification settings

fugerit-org/fj-doc-mod-openpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fugerit Document Generation Framework (fj-doc)

OpenPDF Renderer (PDF/RTF/HTML)(fj-doc-mod-opendf)

back to fj-doc index

Keep a Changelog v1.1.0 badge Maven Central license Quality Gate Status Coverage

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]