DominoPDF and JavaScript

JavaScript support and browser/output differences; we actually “render” the html content in DominoPDF and therefore have no reliance on 3rd party browser software such as IE or Netscape.

We support all HTML 3.2, HTML 4.0 and most Cascading Style Sheet (CSS) properties, however JavaScript is not supported.

If you need to support JavaScript and have IE installed on the same machine as DominoPDF you can add the following option to the DoPDF() method;

UseIE=True

For example;

Call v.DoPDF(sURL, sPDF, “UseIE=True”)

IE will then be used to “pre-process” HTML containing JavaScript and pass the results back to DominoPDF for conversion.

Note: This only applies to visual / DOM level JavaScript that affects the HTML output.

Comments are closed.