Navigation:  DominoPDF >

DominoPDF Overview

Previous pageReturn to chapter overviewNext page

DominoPDF is a one stop solution for creating PDF files from Lotus Notes and Domino.

 

DominoPDF is simply deployed on a Lotus Notes client or Domino Server and as it is the only software required no other additional software or third-party tool is needed.

 

All Notes content can be converted to PDF with a minimum of 2 lines of code.

 

Additional functions are provided to control PDF settings such as page size, orientation, encryption, compression, display modes, metadata etc.

 

DominoPDF also provides functions for merging existing PDF files into one single PDF.

 

Simply pass in the input source, the name of the pdf file to be created and any options and DominoPDF does the rest.

 

For example;

Declare Function DoPDF Lib "DOMINOPDF.DLL" (Byval szInput As String, Byval szOutput As String, Byval szOptions as String) As Long

 

Call DoPDF(|Select Form = "Memo"|, "c:\memo.pdf", "Database=mail.nsf;AutoLaunch=True")