When there are several input sources DominoPDF will start each source with a new page and there's currently no option to change this.
Calling DominoPDF COM in LotusScript
DominoPDF COM object can be called directly from LotusScript as follows. Dim v as Variant Set v = CreateObject("DominoPDFCOM.DominoPDFCOM") If Not v Is Nothing then Call v.DoPDF(szInput, szOutput, szSettings) End If All DominoPDF me ...
Are PDF files generated on demand? On a schedule?
As DominoPDF is called via LotusScript PDFs can be generated on demand, on a schedule etc. or anywhere LotusScript can be placed in a database.
A PDF from DominoPDF is different from a PDF printed from the client
DominoPDF operates differently from a UI view of the Notes content (Document etc.) and converts it as though it were viewed in a browser. As this is the case the document is not actually being printed; it's being displayed as though it were viewed i ...
