Printing on Domino

Agent.RunOnServer(doc.Noteid))

I’d like to have an agent (executed by the stmt above) print documents using a printer driver installed on the server. It’s very improtant that the server print since I am not printing to paper, but converting the doc to PDF using a print driver. As you can see, the agent will have the ID of the doc needing to be printed.

Currently the only way I know how to print a document in LotusScript is using NotesUIDocument.Print(1).

Since I don’t have the UI doc opened on the server, how can I print it? I’d rather not open up notes on the server if possible.

Any ideas?

Thanks,

Shawn

Subject: I think you are out of luck with that…

but there are Domino add on utilities that can handle pdf conversion and I think some of them can be called by LotusScript. Check around and you should find some…

Howard

Subject: Printing IN NOTES on Domino

Hmmm… OK then how can I start notes, open up a document (using the unique id), and then print it all on the server (notes is installed) through the agent?

I can’t seem to find a method to open a document. There is db.Open but that opens a view…

Shawn

Subject: RE: Printing IN NOTES on Domino

If you can get the client open, then the EditDocument method of NotesUIWorkspace will open a document in the UI.

Cheers,

  • Mike

Subject: RE: Printing IN NOTES on Domino

Consider a third party tool like XML Mill.