Generating A PDF From A Tomcat-served Webpage
I'm having issues trying to figure out how to generate on server side a PDF from a javascript-heavy webpage that is served from Tomcat (the application is Pentaho CE). The content
Solution 1:
If you have a lot of AJAX calls you should wait for them. Use the --javascript-delay x
argument, where is x
is the time to wait.
Post a Comment for "Generating A PDF From A Tomcat-served Webpage"