Example project demonstrating the capabilities of PDFix SDK written in Java.
For more information please visit https://pdfix.net.
Run setup_maven.sh to download and install all dependencies, then execute main class net.pdfix.App.
./setup_maven.sh
Run example_run.sh or use command below with absolute path to pdfix bin directory
java -jar net.pdfix.App-8.0.0.jar --pdfix-bin <your_path>/pdfix/bin
Download PDFix SDK from https://pdfix.net/download
Copy class libraries from the {zip}/include/java
into ${project.basedir}/pdfix/include/java/ so that you see there
- net.pdfix.pdfixlib-${sdk_verison_num}.jar
- net.pdfix.ocrtesseract-${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:
libpdfix.so, libpdf_to_html.so, libocr_tesseract.so
- MacOS:
libpdfix.dylib, libpdf_to_html.dylib, libocr_tesseract.dylib
- Windows:
pdfix.dll, pdf_to_html.dll, ocr_tesseract.dll
Let us know and we’ll get back to you. Write us to support@pdfix.net or fill the contact form.