How to display a pdf document (not a file)?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi;

I have a case where after the user clicks the submit button, I need to
display a pdf document. I have the pdf file in memory, it is not on disk so I
can't redirect to a file.

How can I return the document the browser wants as a type application/pdf
and feed it the file image as the document?
 
David said:
Hi;

I have a case where after the user clicks the submit button, I need to
display a pdf document. I have the pdf file in memory, it is not on disk so I
can't redirect to a file.

How can I return the document the browser wants as a type application/pdf
and feed it the file image as the document?

How about render the pdf to images? Some libraries in sourceforge.net
can do this.
 
Back
Top