Open a database and get the document which contains the PDF in a richtext field.
Serve the PDF in a stream back to the browser
I’m wondering if it is possible to do it smartly in a notes agent. ( i don’t want to have to write a servlet, which means a lot of administration issues.)
Sorry, the * should have been an &. Just noticed you mentioned Java as well. Similar thing can be achieved by creating a PrintWriter object and using that to write to the browser.