Hello,
I am using ComponentPro.PDF.dll using ASP.NET C#. I am invoking this command:
PdfImportedDocument pdftemp = new PdfImportedDocument(filename.Key);
The "filename.Key" is the file that I am trying to load but I get "Access Denied" when the webpage is loaded on a computer that does not have Adobe PDF viewer.
Please help!
asked 6/11/2019 6:32:15 PM