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

Does DominoPDF support HTTP authentication?

Yes, if the database ACL you are accessing does not have default reader or anonymous access you can pass the username / password to authenticate with the database. The DominoPDF method would be as below; .lotusscript { font-family: sans-serif; ...

Does DominoPDF support 64-Bit?

DominoPDF supports 64-Bit operating systems with both the 64-Bit version of Domino and the 32-Bit version of Domino. Interface Security In some cases, security settings may need to be adjusted to allow DominoPDF COM to operate. On the server ...