bilal_fazlani 0 Light Poster

I am creating an web application which uses abcpdf to convert an html page to pdf.
the html page uses javascript to 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 (just for an example ) : https://developers.google.com/chart/interactive/docs/examples

Any help on converting javascript enabled pages would be really appreciated.