Hi, I am using Aspose.PDF.Generator and I want to convert HTML pages to PDF. The HTML page is built using JavaScript files. Is it possible to do this? If so, how do I get the javascript to work? Do you have any examples …...Combine(dataDir, “test1.html”), htmloptions);...Save HTML file doc.Save(Path.Combine(dataDir, “HTMLToPDF_out.pdf”));...