Using iText 7 in module

342 Views Asked by At

I am trying a modular project in Java 16 and I want to test out iText7. As far as I can see, the jars of iText7 are compiled against Java8. So I have to update the jar-files of iText7 with jdeps aso. But it does not work. Is there an easier way to use iText7 in a Java > 8 project? Thanks!

0

There are 0 best solutions below