rdvojmoc / DinkToPdf

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
MIT License
1.09k stars 417 forks source link

DinkToPdf : Unable to convert html to pdf while using fusionchart cdn in html teamplate #122

Open shubham27343 opened 4 years ago

shubham27343 commented 4 years ago

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