logo       

Re: Printing And Really Big PDF's: msg#00264

php.tcphp

Subject: Re: Printing And Really Big PDF's

First thought I had..

"Just because its what they want doesn't mean they can have it"

That being said you could go into the fpdf code and have it buffer to disk somehow. Then once its done close buffer, Then stream that file to the client.

The PDF spec includes support for streaming the PDF out to the client
without having to buffer all but the current page in memory or on disk.
Some PDF generation software can do that. FPDF can't.

-Bob
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise