|
Hi,
I created an HTML page named template.html with the following content:
<span id="elementTest">ToTo</span>
<script type="text/javascript">document.getElementById("elementTest").innerHTML = "test";</script>
When I browse this page with IE, the span outputs the value "test" (as expected with the javascript code).
But when I send the URL of template.html as a parameter to pinPDF, the PDF rendered contains "ToTo" as if the javascript was not interpreted...
What can I do to get a PDF similar to the page shown in Internet Explorer ?
Thank you,
Nicolson
|