In C# Application , I am trying To open/load a PDF file using the Aspose.Pdf.Document this is the code
//
string path = @“C:\Users\YourUser\Documents\my-test.pdf”;
var pdfDocument = new Aspose.Pdf.Document(path);
it…...jpeg (75.6 KB) f73fefb67fa08323d317...code snippet: using (Document doc = new Document(dataDir + "f73fefb67fa08323d317...