Need help or advice?

Call us on
+44 (0) 2077 545 948

PDF Notes

Notes To PDF

Quickly and easily convert Notes to PDF. With only 3 lines of code any Notes / Domino content can be saved as PDF.

Download Now
What is "live" and "html" DominoPDF logging?

DominoPDF supports logging by adding the LogFile= setting to the DoPDF() method options.

For example;

Call DoPDF(sURL, sPDF, "LogFile=c:\domlog.txt")

By default the log file is generated at the end of the PDF creation process. However, in some circumstances where errors are occuring it may be needed to update the log file as each even occurs.

By adding LogLive=True to the options the log file will be updated after each event.

For example;

Call DoPDF(sURL, sPDF, "LogFile=c:\domlog.txt;LogLive=True")

When LogLive=True is added there is more disk activity as the log file is written to more often.

When converting HTML content to PDF, DominoPDF can also add the actual HTML source to the log file by adding LogHTML=True to the options.

For example;

Call DoPDF(sURL, sPDF, "LogFile=c:\domlog.txt;LogHTML=True")

The log file will then include the original HTM code, making debugging and analysis easier.

 

In the Spotlight

Lotus Domino migration to Documentum - Challenges and Solutions

article thumbnailErwin Verstraelan of EMD writes about the challenges he faced and the solutions he adopted whilst managing a Lotus Notes data migration to Documentum project for a major pharmaceutical company.
+ Read More

Domino to Exchange Migration: Tips using DominoPDF

article thumbnailDon Koepnick of JC Steele, a mid-sized US manufacturing company talks about his experience in managing a Lotus Domino to Microsoft Exchange migration project using DominoPDF.
+ Read More

PDF reports and printing from Domino - P and H Mining Equipment case study using DominoPDF

article thumbnailP and H Mining Equipment use DominoPDF to generate professional looking PDF reports for easy distribution and printing. RJ Lindsay of P and H Mining writes about the project challenges and...
+ Read More

News Feed

Subscribe to the Primeapple RSS News Feed.