While creating PDF document using pdftron, I am getting the error.
Code Snippet:
InputStream inputStream = new FileInputStream("test.pdf");
PDFDoc doc = new PDFDoc(inputPdf);
doc.initSecurityHandler();
Exception:
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.pdftron.pdf.PDFDoc.MemStreamCreateMemFilt(J)J at com.pdftron.pdf.PDFDoc.MemStreamCreateMemFilt(Native Method) at com.pdftron.pdf.PDFDoc.(PDFDoc.java:246)
Can anybody help me ?