Joined: Fri Jul 05, 2013 2:26 pm Posts: 1
|
|
I am looking for an example of streaming multiple invoices at the same time. My app allows my user to select multiple documents to print. I want to generate the documents at the same time and produce one pdf viewer with all the documents. I have looked through several of the examples on this site but I can not find the correct one. I believe by creating a Memory Stream and added each new document to the stream and then sending the stream to the Response would accomplish the task. Thanks in advance for any help.
|
|