PDF to Word (DOCX) conversion not working

Product: Apryse Java SDK

Product Version: PDFNet-9.5

Please give a brief summary of your issue:

we are trying convert PDF to Word, but we are getting some modules related exceptions, could you please help me on this

Please describe your issue and provide steps to reproduce it:

  1. HTML string to PDF Converted
  2. then converted PDF to Word we are trying

Please provide a link to a minimal sample where the issue is reproducible:

Please find below lines as reference, we tried in java

        PDFNet.initialize("License Key");
        PDFNet.addResourceSearchPath("../StructuredOutput");
        HTML2PDF.setModulePath("../HTML2PDFWindows");
        HTML2PDF converter = new HTML2PDF();
        PDFDoc pdfDocument = new PDFDoc();
		converter.insertFromHtmlString("HTML_Content");
        converter.convert(pdfDocument);
        Convert.WordOutputOptions wop = new Convert.WordOutputOptions();
        Convert.toWord(pdfDocument, "pdfTron.docx", wop);

Hi Kamma,

To investigate further could you please provide the following information.

  1. Input file(s)
  2. What exception you are receiving