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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top