I used "NReco.PdfGenerator.dll" to my web project (Visual studio 2012, c#), and it can export from internet url (like http://google.com.tw) succsssfully But when I change the url to internal url (out company internal system) and I got this error message:
"Cannot generate PDF: Exit with code 1 due to network error: AuthenticationRequiredError(exit code: 1)"
Here is my code:
new NReco.PdfGenerator.HtmlToPdfConverter().GeneratePdfFromFile("http://xxx.xxx.xxxx", null, AppDomain.CurrentDomain.BaseDirectory + "test.pdf");
Could anyone help this problem ??? Thank you so much