Convert Notes Document

Hi all,I have a problem. We have a web application that uses a Java Agent to open the URL to a specific document , get the HTML code use InputStream. Save it in a HTML file and send it attached in a email.

To open the URL, we use a basic authentication passing an user id and password.

But now, we are migrating to a SSO server and this solution is not working anymore because the basic authentication fails.

Do you have any suggestion to convert a NotesDocument using JavaAgent to a HTML file, PDF file, Word file or any other file to send attached in a email?

Thank you very much!