Hi,
OpenPDF dependency version is configured in the parent POM file:
https://github.com/intoolswetrust/jsignpdf/blob/JSignPdf_2_2_2/pom.xml#L33
You can change the version and build your own JSignPdf JAR. (It's a
fat JAR with dependencies included - see the maven-shade-plugin config
in the POM.)
You could also try to put your iText/OpenPDF JARs before the JSignPdf
in the classpath when running from command line. Sth like:
java -cp /path/to/another-OpenPDF-version.jar:/path/to/JSignPdf.jar
net.sf.jsignpdf.Signer ...
-- JC
po 16. 9. 2024 v 8:52 odesílatel Bảo Vũ Bá <
vbba...@gmail.com> napsal:
>
> Hello
> I would like to inquire whether it is possible to use a different version of Itext or OpenPDF in JSign, either a newer version or any version of my choice.
>
> --
> You received this message because you are subscribed to the Google Groups "JSignPdf" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
jsignpdf+u...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/jsignpdf/dbd12f1b-01fa-4268-bb65-dde73651cccen%40googlegroups.com.