I have previously successfully implemented a page that filled a PDF form and sent it directly to the browser. Now, I would like to take the PDF, fill it, then adhere an image to it and send it to the browser without having to save it on the web server. Is this possible and if so, how do i implement it using the FileStream objects for adhere image functionality.
Thanks,
Andrew