DominoPDF supports page breaks via the CSS page-break-before/inside/after styles. You can either use style-sheets in your Notes document design, for example; <style type="text/css"><!--.break {page-break-after: always}--></style>Or a s ...
How do I enable DominoPDF Logging?
Call v.DoPDF(sURL, sPDF, "LogFile=c:\dompdf.log.txt") After the method call is made the log file should exist and can be examined accordingly. For production usage logging should be disabled.
How do I control / expand sections in Notes / Domino?
On the web you can control section expanding by passing an operator in the URL. In the DominoPDF installation you can find a PDF named URL Cheat Sheet which details all the options for Domino URLs, including expanding sections etc. (You can also fin ...
How can I control margins in DominoPDF?
You can control margins by using the setting paramater in the DoPDF method of DominoPDF. For example; .lotusscript { font-family: sans-serif; font-size: 9pt; color: black; padding: 15px 15px 15px 15px; border-top: 1pt dotted black; border-bottom: 1p ...
How can I stamp text on a PDF file?
The DomPDFAddText() method allows text stamping and you can control the font size by adding a <font> tag into the text. For example; .lotusscript { font-family: sans-serif; font-size: 9pt; color: black; padding: 15px 15px 15px 15px; border-top ...
File and Directory Permissions For Writing PDF Files To Disk
As DominoPDF runs under the Domino restrictions you *will* need to ensure that the file path where you specified the PDF to be saved has appropriate permissions at the operating system and Domino restriction levels.
Externally Hosted Images Are Not Displayed When Creating A PDF Document
Notes / Domino has a setting for Image Security which prohibits showing remote images. "To ensure privacy, do not show remote images without my permission." DominoPDF will respect this setting and therefore not display externally hosted images. Ensu ...
DominoPDF Performance
There's a number of factors which can affect performance in DominoPDF. Firstly, it uses HTTP / HTTPS so if traffic is busy or you have a slow connection etc. speeds can be affected. Next, DominoPDF processes HTML from a URL which can come in may dif ...
Can DominoPDF run on Linux?
DominoPDF is a windows application and is therefore based on that platform. Operation from an alternative OS can be met by installing DominoPDF software on a windows machine with Domino installed and connecting to the windows machine via HTTP URLs to r ...
Does DominoPDF support Right-To-Left languages?
No, DominoPDF does not support right-to-left languages. Characters are converted correctly but any tags are not processed.