I use ABCPDF v8.1.1.1 on win7 x32 with .net 4.0. When I tried to print page from URl on https I got an error:
"Unable to render HTML. Unable to access URL COM error 800c0019 in FACILITY_INTERNET. The drive cannot locate a specific area or track on the disk. URL "
at WebSupergoo.ABCpdf8.Doc.AddUrl(String url, Boolean paged, Int32 width, Boolean disableCache)
at WebSupergoo.ABCpdf8.Doc.AddImageUrl(String url, Boolean paged, Int32 width, Boolean disableCache)
But when I print on http everything is OK. Who know how to resolve this problem?