This is an example java implementation to convert input files to PDF in batch form
To install the processor to your local Maven repository, simply execute:
mvn installAdd this dependency to your project's POM:
<dependency>
<groupId>com.sphereon.public</groupId>
<artifactId>java-file-processor</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>Add this dependency to your project's build file:
compile "com.sphereon.public:java-file-processor:1.1.1"At first generate the JAR by executing:
mvn package
Then manually install the following JARs:
- target/java-file-processor-1.1.1.jar
- target/lib/*.jar
Please follow the installation instruction and execute the following Java code: