LotusScript does not have a native class for uncompressing files to .zip format. If you are running Notes or Domino R6 (or newer), by using the ability of LotusScript to make calls to functionality that is available in the Java language via LS2J -- which ...
Tracking issues with a bare bones agent
Enabling DominoPDF logging is the method used for seeing what is happening with DominoPDF. You can see how to enable logging from our Knowledge Base When I'm having trouble tracking down an issue with DominoPDF I go for the least code possible to te ...
SSL Connections In Notes / Domino
DominoPDF uses 2 DLL's to connect via HTTPS / SSL which are named ssleay32.dll and libeay32.dll. Notes / Domino v8 and later has another version of the SSL DLL (libeay32.dll) in Domino directory; \domino_icc\icc\osslib This Notes / Domino directory ...
Socket Errors when connecting to URL
DominoPDF uses HTTP / HTTPS to process a URL and convert the resulting HTML output to PDF. In some cases the underlying HTTP protocol may return an error (not the fault of DominoPDF) and this error will be flagged in the DominoPDF log file (if enabled). ...
Sales Proposals and Letters – Konica Minolta uses DominoPDF for Professional PDF
Richard Lehr writes about a completed project for Konica Minolta using DominoPDF for creating professional looking sales proposals and letters. With its headquarters in Basildon, Konica Minolta Business Solutions is one of the UK’s leading document solut ...
Reports from Domino: Property Management Solution uses DominoPDF
Forrest Waggoner writes about his experience of using DominoPDF for creating PDF reports from Deep Forest's Property Management software. Deep Forest Systems, Inc. provides state-of-the-art web-based Property Management and Facility Management Software f ...
Real-Time Claim Management Notifications With DominoPDF
Innovation Group's Fleet Operations has developed in-house software applications built on Domino, specifically designed to the unique needs of commercial motor fleets. All systems development is managed by Innovation Group staff, allowing for the quick a ...
Proxima Net, Italy implements DominoPDF for Leasint
Proxima Net Srl implemented a Lotus Domino based system for an international leasing society based in northern Italy. Marco Dal Degan Chief Technical Officer Proxima Net SRL, Italy www.proximanet.it Proxima Net Srl implemented a Lotus Domino based syste ...
Procurement System using Domino and DominoPDF – Case Study from First Choice Airways
First Choice IT department developed a Procurement application to manage the entire cycle of operation. Jeff Harris of First Choice writes about his experience in building a centralized procurement system with PDF capability using Domino and DominoPDF. ...
Ping Host with LotusScript
The Ping LotusScript class allows you to pass in an IP address and return whether the ping was successful or not. The class is useful if you're using DominoPDF via HTTP and want to check availability before converting a URL. The code below can be cre ...