I am creating an web application which uses ABCpdf to convert an html page to pdf. The html page uses javascript for some dynamic parts..
I have already tried setting the UseScript bool to true as follows :
theDoc.HtmlOptions.UseScript = true;
It renders static text and omits javascript content.
The URL I tried to convert is : https://developers.google.com/chart/interactive/docs/examples (just for example)
Any help on converting javascript enabled pages to pdf would be really appreciated.