Does anyone know if it is possible to open Adobe Reader and have a PDF displayed that comes from a memory stream?
I don't want to create any files, so I just want to get the PDF as a byte[] then use a memory stream to load it into Reader. Users can then save it where they want.
This is in a Windows application, Web is easy just Response.Write() it.