To register the COM object please run the following.$INSTDIR\DominoPDFCOM.exe /regserverWhere $INSTDIR is the COM file installation path. Once this is done please check the domcnfg once again.If you cannot see the DominoPDF COM object after registeri ...
I’ve created 2 PDF files with DominoPDF but I’d like them in 1 PDF. Can this be achieved?
A function called DomPDFMerge allows you to merge existing PDF files together. The function has been designed to work with PDF files generated from DominoPDF itself, however it typically works on external PDF files too but is not guaranteed. For e ...
What is Live and HTML DominoPDF Logging?
DominoPDF supports logging by adding the LogFile= setting to the DoPDF() method options. For example; Call v.DoPDF(sURL, sPDF, "LogFile=c:\domlog.txt") By default the log file is generated at the end of the PDF creation process. However, in ...
Wingdings and Bullets
As WingDings is not a standard PDF font the rectangle codes do not tally up when converting from HTML to PDF. The workaround is to use another font for the bullet character. In PDF text is displayed in a left low corner not from a left up corner as ...
Where Should OpenOffice Be Installed?
OpenOffice should be installed on the same machine where the DominoPDF software is being implemented. Therefore, if DominoPDF is being used server-side OpenOffice should be installed on the Domino Server. If DominoPDF is being used client-side Open ...
What platform does DominoPDF work on?
DominoPDF supports all Windows 32-Bit and Windows 64-Bit operating systems. If your Domino installation is running on another operating system (such as Solaris, Linux etc.) you can place a Windows machine in the same domain for DominoPDF usage. ...
What options are available for delivering the PDF? Mailbox? Database?
DominoPDF will create PDFs to a file path specified via LotusScript. Once the PDF has been created you can use LotusScript to mail the file, attach it to a document etc.
What Notes/Domino versions does DominoPDF support?
As DominoPDF is not "bound" to Notes/Domino in any way it supports all versions.
What File Types Does DominoPDF Support For Conversion?
DominoPDF supports the following file formats for attachment conversion. Document Formats Microsoft Word 2007 document (.docx) Microsoft Word 97/98, 2000/2001/v.X, XP/2004 document, template (.doc, .dot) Microsoft Word 6/95 document, template (.doc ...
What changes are required on the Domino server to support DominoPDF?
No changes are required on the Domino server except to ensure an active Notes HTTP task is running.