Skip to content

fugerit-org/fj-doc-mod-itext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fugerit Document Generation Framework (fj-doc)

Itext 2.1.X Renderer (PDF/RTF/HTML)(fj-doc-mod-itext)

back to fj-doc index

Maven Central license Quality Gate Status Coverage

Note : In case you need an itext compatible implementation, consider the new module fj-doc-mod-openpdf based on OpenPDF (an IText fork).

Deprecation (2022-11-17):
Previously this module was part of the Fugerit Doc Venus and now is formally deprecated and put in an separate repository.

Description :
Type handlers for generating documents in PDF, RTF and HTML formats using last free version of IText 2.1.7.

Status :
All basic features are implemented.
The code is mature, and as IText 2.1.X is deprecated, this module is not likely to be updated.
Better to use the module based on Apache FOP fj-doc/fj-doc-mod-fop

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.