Easytable Versions Save

Small table drawing library built upon Apache PDFBox

v0.7.0

3 years ago

Border styles and fix for issue #89

v0.6.6

4 years ago

Fixes #86

v0.6.5

4 years ago

Small fix for #85, very minor changes

v0.6.4

4 years ago

Corrected a missing <scope>test</scope> in the pom.xml file

v0.6.3

4 years ago

Fixing an issue with row spanning and auto-sizing height (#74), improving line breaking (#79, #81) and introducing automatic comparison of PDF files for integration tests

v0.6.2

4 years ago

Introduced configuration for number of rows to repeat on RepeatedHeaderTableDrawer, fixed #62

v0.6.1

4 years ago

Introduced getFinalY() method in TableDrawer, fixed image scaling bug (https://github.com/vandeseer/easytable/issues/64)

v0.6.0

4 years ago

Mainly introduced ParagraphCell, also did some refactorings

v0.5.2

4 years ago

Performance improvements, bugfix for row spanning related issue

v0.5.1

4 years ago

Added possibility to draw several multipage tables on a document (https://github.com/vandeseer/easytable/issues/45), minor improvements on text splitting