Print Email to PDF (silent)

I have scoured the internet but can’t find the exact solution I need.

I want to create a button that would allow a user to select an email, click the button and produce a PDF file, where I control the name of the PDF file and the location. I don’t want the user to have to see a printer drive if at all possible. There has to be a way to do this.

Any help would be greatly appreciated.

Bryan Schmiedeler

Subject: Print Email to PDF (silent)

This might help. I’ve used it and like it:

http://www.primeapple.com/Solutions/DominoPDF/tabid/581/Default.aspx

Subject: RE: Print Email to PDF (silent)

Another solution that is not platform dependent (i.e M$) is IText which after version 2.0.8 lets you render RT into PDF (and RT can be extracted using a couple of API calls).

And it’s free

//Daniel