I'm very happy to find this Delphi-specific forum here, well done on setting it up!

I just started using Delphi to integrate Amyuni into a client's web applications. It's quick and easy to define and control the pdf creation to a disk file.
I believe that a capability exists such that I can bypass the need to create the diskfile and actually return the pdf stream as response in an isapi dll - nothing complicated there except I can't see how to access the completed pdf stream.
I see a constant that looks promising Sendtocreator = 2000000;
and I guess I should go on to do
SetFileNameOptions(pdf,NoPrompt+sendtocreator);
I believe there is some pageprocessor but I'm not sure if this is related, in fact I'm stumped with this final piece.
So, I'm asking first "is this clear"

a few line code fragment would really help me take this project to a done.
how do I get at that pdf stream?
thankyou
Craig