You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I'm using both XWPF convertor and JasperReports, there is a clash between the dependencies and I have to exclude com.lowage:itext:2.1.7 dependency.
Are there any plans for XWPF convertor to switch to OpenPDF?
The text was updated successfully, but these errors were encountered:
WARNING: Illegal reflective access by com.lowagie.text.pdf.MappedRandomAccessFile$1 (file:/~/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar) to method java.nio.DirectByteBuffer.cleaner()
Hello there,
I'm using this XWPF convertor to convert
.doc
files to.pdf
.The latest version 2.0.4 is using this vulnerable dependency: com.lowage:itext:2.1.7.
I'm also using JasperReports, which recently switch from iText 2.1.7 to LibrePDF/OpenPDF.
Because I'm using both XWPF convertor and JasperReports, there is a clash between the dependencies and I have to exclude com.lowage:itext:2.1.7 dependency.
Are there any plans for XWPF convertor to switch to OpenPDF?
The text was updated successfully, but these errors were encountered: