Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

java-file-processor

This is an example java implementation to convert input files to PDF in batch form

Installation

To install the processor to your local Maven repository, simply execute:

mvn install

Maven users

Add 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>

Gradle users

Add this dependency to your project's build file:

compile "com.sphereon.public:java-file-processor:1.1.1"

Others

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

Getting Started

Please follow the installation instruction and execute the following Java code:

Author

dev@sphereon.com