Hi,
Download the veraPDF-library, mvn clean install and added the
jar to my pom.xml
You should not even need to download it. I think the section Maven for integrators may be outdated. If I remeber correctly I managed to get a working example after I did something like
<dependency> <groupId>org.verapdf</groupId> <artifactId>verapdf-library</artifactId> <version>1.4.1</version> <type>pom</type> </dependency>
I followed the steps described on http://docs.verapdf.org/develop/
... I therefore assume you want to embed a PDF/A validation in your software?
So I’m quite sure, that I’m doing something completely wrong L
Does it work when you embed the library? If not, could you please elaborate on the error messages you encounter?
thanks and kind regards Jochen