Giter VIP home page Giter VIP logo

pdfix_sdk_example_java's Introduction

PDFix SDK example Java Maven

Example project demonstrating the capabilities of PDFix SDK written in Java.

Description

For more information please visit https://pdfix.net.

Quick Setup

Run setup_maven.sh to download and install all dependencies, then execute main class net.pdfix.App.

./setup_maven.sh

Compile App

mvn compile -f pom.xml
mvn package -f pom.xml

Run the sample

Make sure to copy jar file to lib/ folder next to net.pdfix.App-8.0.1.jar.

Run example_run.sh or use command:

java -jar target/net.pdfix.App-8.0.1.jar --pdfix-bin <your_path>/pdfix/bin --test <test_name>
  • --pdfix-bin - [optional] path to pdfix bin folder if stored on custom location
  • --test - [optional] the name of the test to run. For example AddTags, AddWatermark. All tests are executed if empty

Manual Setup

Download PDFix SDK and JAR file from https://pdfix.net/download

Copy class libraries in JAR file into ${project.basedir}/lib/ so that you see there

  • net.pdfix.pdfixlib-${sdk_verison_num}.jar

Install native libraries from {zip}/bin on your system by copying them into java.library.path (e.g. /Library/Java/Extensions/)

  • Linux: libpdf.so
  • MacOS: libpdf.dylib
  • Windows: pdf.dll

Have a question? Need help?

Let us know and we’ll get back to you. Write us to [email protected] or fill the contact form.

pdfix_sdk_example_java's People

Contributors

jozefbaranec avatar marekru avatar szamelsz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.