https://github.com/fugerit-org/fj-doc-mod-openpdf
Fugerit Doc Venus type handler based on OpenPDF/OpenRTF for PDF/RTF/HTML Formats
https://github.com/fugerit-org/fj-doc-mod-openpdf
html html-generator itext java openpdf pdf pdf-generation rtf rtf-generation
Last synced: about 1 year ago
JSON representation
Fugerit Doc Venus type handler based on OpenPDF/OpenRTF for PDF/RTF/HTML Formats
- Host: GitHub
- URL: https://github.com/fugerit-org/fj-doc-mod-openpdf
- Owner: fugerit-org
- License: apache-2.0
- Created: 2023-07-22T18:27:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T17:19:04.000Z (over 2 years ago)
- Last Synced: 2025-02-15T23:43:30.316Z (over 1 year ago)
- Topics: html, html-generator, itext, java, openpdf, pdf, pdf-generation, rtf, rtf-generation
- Language: Java
- Homepage: https://www.fugerit.org/perm/venus/
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fugerit Document Generation Framework (fj-doc)
## OpenPDF Renderer (PDF/RTF/HTML)(fj-doc-mod-opendf)
[back to fj-doc index](https://github.com/fugerit-org/fj-doc.git)
[](https://github.com/fugerit-org/fj-doc-mod-openpdf/blob/main/CHANGELOG.md)
[](https://mvnrepository.com/artifact/org.fugerit.java/fj-doc-mod-openpdf)
[](https://opensource.org/licenses/Apache-2.0)
[](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-doc-mod-openpdf)
[](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-doc-mod-openpdf)
*Description* :
Type handlers for generating documents in PDF, RTF and HTML formats using [OpenPDF](https://github.com/LibrePDF/OpenPDF) / [OpenRTF](https://github.com/LibrePDF/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](https://github.com/fugerit-org/fj-doc.git).
NOTE: If you have any special need you can open a pull request or create your own handler based on this.
See [CHANGELOG.md](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]
```