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…...@“C:\Users\YourUser\Documents\my-test.pdf”; var pdfDocument = new...@"C:\Users\YourUser\Documents\my-test.pdf"; try { var pdfDocument...