Java API to create pdf with tables: any recommendations?
Posted
by
jack
on Stack Overflow
See other posts from Stack Overflow
or by jack
Published on 2010-12-28T07:20:12Z
Indexed on
2010/12/31
14:54 UTC
Read the original article
Hit count: 237
java
|pdf-generation
I need to create a PDF containing some tables. When looking on google/stackoverflow the most frequent API seems to be iText but that's under the AGPL licence and thus not desirable for my purposes. I also frequently see apache pdfbox but that does not seem to have native support for tables (although a slightly hacky way was posted at Apache PDFBox Java library - Is there an API for creating tables? )
Does anyone have any recommendations?
© Stack Overflow or respective owner