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

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

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

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