Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T17:19:04.000Z (9 months ago)
- Last Synced: 2024-05-07T18:13:45.753Z (6 months 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)
[![Keep a Changelog v1.1.0 badge](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735)](https://github.com/fugerit-org/fj-doc-mod-openpdf/blob/main/CHANGELOG.md)
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-doc-mod-openpdf.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-doc-mod-openpdf)
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-doc-mod-openpdf&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-doc-mod-openpdf)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-doc-mod-openpdf&metric=coverage)](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 causejava.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]
```