I want to create pdf files with Java. I get a HTML-String (with tables etc.). This content is to be written to the file. I found libs like iText but this is not for commercial use. Is it possible to solve my problem with PdfBox? I must not use iText!
Thanks for help!