am trying to convert a html file to pdf using DinktoPdf library in asp.net core. While I'm able to convert html files with Jquery cdn but when I try to use fusion chart's cdn in html template,C# debugger stops at the convert function of DinktoPdf library (byte[] pdf = _convertor.Convert(doc)) and does not move forward. I am not getting any error in catch function.
template1.txt
am trying to convert a html file to pdf using DinktoPdf library in asp.net core. While I'm able to convert html files with Jquery cdn but when I try to use fusion chart's cdn in html template,C# debugger stops at the convert function of DinktoPdf library (byte[] pdf = _convertor.Convert(doc)) and does not move forward. I am not getting any error in catch function. template1.txt