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 as des ...
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 Domin ...
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; font- ...
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 mach ...
Does DominoPDF require a dedicated Domino server?
DominoPDF does not require a dedicated Domino server, it just requires an active Notes HTTP task running on the server.
Document Assembly and Delivery – Olympia Capital improves productivity using DominoPDF
Patrice Fournier of Olympia Capital services writes about DominoPDF implementation to automate document assembly and delivery which gave a 60% to 80% productivity improvement. He has also provided some technical tips for developers from his project. The ...
Do I need Internet Explorer, Chrome, Safari or similar browser to create PDF files from DominoPDF?
No, DominoPDF has its own internal HTML renderer and HTTP task so no additional installations are required.
Do I need Adobe Acrobat to create PDF files from DominoPDF?
No, DominoPDF operates completely standalone and creates PDF files natively without the need for Adobe Acrobat or any other third party / external PDF creation tools.
Do I have to set the default access level to Reader in my database ACL for DominoPDF to work?
If you do not wish to use authentication then you will need to allow reader access or create anonymous access. However for security it is recommended you use authentication and pass a username / password to the DominoPDF software (see "Does DominoPDF supp ...