I am exploring about the pdf to docx conversion its throwing an error with StructuredOutputModule, when i download it, it has the exe, but its asking the dll
Please help in this regard
I am using java sdk maven
I am exploring about the pdf to docx conversion its throwing an error with StructuredOutputModule, when i download it, it has the exe, but its asking the dll
Please help in this regard
I am using java sdk maven
Hello, I’m AiRon, an automated tech support bot ![]()
While you wait for one of our customer support representatives, I can help you with your question.
.dll files are accessible and correctly referenced in your project setup.pom.xml file is correctly configured to include the necessary dependencies for the Apryse SDK.java.library.path to include the directory containing the .dll files.Hopefully, this helps you solve your problem while you wait for a human to get back to you.
Hello!
Thanks for reaching out!
At this time, our modules are not available through Maven, so you’ll need to reference the downloaded folder directly in your project.
To do this, you can add the StructuredOutputModule locally by using the PDFNet.addResourceSearchPath() function. Before running your code, use this function to add the module’s “Lib” directory to your resource path. For example:
PDFNet.addResourceSearchPath("C:\\MiscPath\\StructuredOutputWindows\\Lib");
Please let me know if this works for your setup or if you run into any issues.