Re: [PHP] How to load PDF file page by page

2005-01-20 Thread Deepak Dhake
Hi Richard, There is a concept called "byte-serving" with you can control the loading of PDF file using PHP. I am not very sure how to do it. If you get a chance to look into it then please let me know. Thanks, Deepak Richard Lynch wrote: Deepak Dhake wrote: Can anyone tell me how to read lar

Re: [PHP] How to load PDF file page by page

2005-01-20 Thread Richard Lynch
Deepak Dhake wrote: > Can anyone tell me how to read large PDF file and outputs it but the PDF > file should load page by page before it completely downloads. I think that's more of an Adobe question than PHP, really... I vaguely recall that you could make this happen (only?) if you were using no

[PHP] How to load PDF file page by page

2005-01-20 Thread Deepak Dhake
Hello all, Can anyone tell me how to read large PDF file and outputs it but the PDF file should load page by page before it completely downloads. Thanks in advance! Deepak -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php