S
Scott Nichols
Hello,
I have an asp.net application. The application dynamically creates an
invoice. It is important to see and approve the invoice before it is
updated in the database.
So...I was dynamically creating a PDF file and writing the PDF file to
disk and then updating an ifram src attribute on the server side to
reference the newly created file.
I want to move away from disk-based dynamic generation to memory based
generation. So far so good. I now have a byte stream in memory
representing the PDF file.
My problem is I now want to dynamically populate the iframe with this
byte stream.
Any suggestions??
-Thanks,
Scott
I have an asp.net application. The application dynamically creates an
invoice. It is important to see and approve the invoice before it is
updated in the database.
So...I was dynamically creating a PDF file and writing the PDF file to
disk and then updating an ifram src attribute on the server side to
reference the newly created file.
I want to move away from disk-based dynamic generation to memory based
generation. So far so good. I now have a byte stream in memory
representing the PDF file.
My problem is I now want to dynamically populate the iframe with this
byte stream.
Any suggestions??
-Thanks,
Scott