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 S ...

Domino Server Settings

DominoPDF does not need any specific server settings to operate, however as with any process which utilises the Domino HTTP task it's good practice to examine your settings for optimum usage. In the Domino Directory (names.nsf) there are settings ...

DOLS Installation For DominoPDF

Provided below is a copy of the technote providing details on creating custom file sets for a DOLS subscription. You can have custom programs run on the subscription after it is installed to the user's machine. You must use a DOLS utility called DOLM ...

Does DominoPDF support rich text

DominoPDF will convert output as displayed by the Domino HTTP task (ie. HTML as viewed in a browser) so any rich text styles will reflect this output accordingly. DominoPDF does not change any of the output provided by Domino. If the output is not a ...

Does DominoPDF Support PDF/A?

PDF/A-1b DominoPDF supports PDF/A-1b with an independent color space.To enable support for PDF/A-1b in DominoPDF, simply pass the PDFACompatible=True setting in your DoPDF() call.For example;Call DoPDF(sInput, sOutput, "PDFACompatible=True")PDF/A-1a ...