Getting started in eclipse with jPDFProcess sample

1) Download and Install jPDFProcess sample from qoppa.com:

https://www.qoppa.com/pdfprocess/demo/download/

2) Create a new Java Project in eclipse named “jPDFProcessSamples.”

eclipse_java_pdf_library001

3) Right click the “jPDFProcessSamples” project and create a new folder named “lib.”

eclipse_java_pdf_library002

4) Copy and paste or drag and drop the jPDFProcess.jar from the installation where jPDFProcess Sample was installed in step 1), by default, on Windows, C:\Program Files (x86)\jPDFProcess into the “lib” folder.

eclipse_java_pdf_library003

5) Right click the jPDFProcess.jar and add the jPDFProcess.jar to the build path.

eclipse_java_pdf_library004

6) Right click the jPDFProcessSamples project and create a new package named “jPDFProcessSamples.”

eclipse_java_pdf_library005

7) Copy and paste or drag and drop the .java files from the C:\Program Files (x86)\jPDFProcess\jPDFProcessSamples folder into the jPDFProcessSamples package.

eclipse_java_pdf_library006

8) Right click the .java file you wish to run and choose Run As -> Java Application.

eclipse_java_pdf_library007

9) Some of the samples may require additional files to run. Copy any additional files needed from the C:\Program Files (x86)\jPDFProcess folder. Follow the steps above (steps 4 and 5) to add additional .jar files to the build path.

eclipse_java_pdf_library008