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(urlConnection.getInputStream(), new HtmlLoadOptions("http://localhost:8190/xxx/xxx.jsp"));
doc.save("output.pdf");