Pdflib Java api

Does anyone know a high-level Java API that wraps the pdflib (awful) Java API, which is actually easy to use.

To clarify, I have to use pdflib (my company uses it), so I need a wrapper API, not other alternatives.

+2
source share
3 answers

Yes, there is a PDFlib cover, here: https://github.com/gonka/PDFdoc.git

+2
source

I don't know anything about pdflib, but for a good Java PDF API, you can look at iText .

+1
source

PDF Java, .

If you have a concrete example of what you are trying to do, this will help.

+1
source

Source: https://habr.com/ru/post/1727633/


All Articles