Converting document to PDF

With the new functionalities of R8 it is possible to export a document to pdf, but

Can I make the same with LS and an Agent in order to generate a lots of documents automatically?

How can i do it?

Subject: It’s possible, checkout.

The agent example in www.openntf.org (search for PDF). You could also write your own using the iText java libraries, although there is a bit of work involved as iText is a pretty feature rich API.

Subject: You can not export a Notes document to PDF …

you can export a Lotus Symphony document to PDF. You can not do this with Notes documents. If you want to do this with LotusScript, you will need to use a third-party product

Subject: Converting document to PDF

Check out SWING PDF Converter for Lotus Notes.

It converts any Notes document or collection of documents into a PDF file. It does not require a printer driver to be installed nor DLL files. You can run the code either on the Notes client or on the server. The SWING PDF Converter can be used out-of-the-box (as a Notes toolbar icon) or by programming (LotusScript API is provided).