This is an archived forum post. The information may be outdated. Contact us if you have any questions.

PDF crowd sample code of ASP.NET not working

prasadaress1 wrote on 2013-04-16:
Hi,
I am using the PDF crowd in ASP.NET but it is not working properly.

It giving the error at line
client.convertURI("http://www.google.com/", Stream);

and goes to catch

I have attached the C# file, please let me know the reason of issue

Thanks
Pravin
support wrote on 2013-04-16:
Hello Pravin,

The client library needs to send a POST request to pdfcrowd.com, ports 80 (http) and/or 443 (https). It seems that your network configuration prevents the library from connecting to our server.

Please ask your network administrator to help you with this.
prasadaress1 wrote on 2013-04-17:
Thanks very much ...Now its working