It might help to have a peek at how the php Pdf libraries are doing this (www.php.net/pdflib, fpdf.org, www.ros.co.nz/pdf) . There are a lot of things to worry about with pdf, not the least the fact that older acrobat readers will give plenty of errors when the page is not send fast enough and many other reasons.
The safest workaround might be to save the pdf on the server, and then use headers to tell the browser where to find it.



At 14:55 14-10-03, you wrote:
Well, now, I get an unknown file type. I have already specified the
> > > "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]
> > > > I seem to be having problem with sending the PDF document to the browser to
> > > > be open on screen. I kept getting the error message, it say 'Windows cannot open this file'.

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to