Web page to PDF not rendering JS charts.
URL pageUrl = new URL("Http://localhost:8190/xxx/xxx.jsp");
URLConnection urlConnection = pageUrl.openConnection();
Document doc = new Document(urlConne…... URL pageUrl = new URL("http://localhost:8190/xxx/xxx.jsp");...getInputStream(), new HtmlLoadOptions("http://localhost:8190/xxx/xxx.jsp"));...