Acrobat.CAcroPDDoc open cannot find the specified file

            pdfDoc = (Acrobat.CAcroPDDoc)Microsoft.VisualBasic.Interaction.CreateObject("AcroExch.PDDoc", "");

            // validate parameter
            if (!pdfDoc.Open(pdfInputPath)) { throw new FileNotFoundException(); }

 Make sure pdfInputPath exists

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325302474&siteId=291194637