Re: [PHP] how to get page count when uploading files

2006-09-19 Thread Børge Holen
On Tuesday 19 September 2006 18:22, Richard Lynch wrote: > On Mon, September 18, 2006 3:18 pm, Børge Holen wrote: > > Would php at all take precaution of the px size of the letters, if any > > of the > > above issues were to be resolved? That would be at document level for > > starters, and probabl

Re: [PHP] how to get page count when uploading files

2006-09-19 Thread Richard Lynch
On Mon, September 18, 2006 3:18 pm, Børge Holen wrote: > Would php at all take precaution of the px size of the letters, if any > of the > above issues were to be resolved? That would be at document level for > starters, and probably should be resolved in the first place? The RTF parser may or may

RE: [PHP] how to get page count when uploading files

2006-09-18 Thread Jian Fu
to get page count when uploading files On Monday 18 September 2006 21:47, Richard Lynch wrote: > On Sat, September 16, 2006 9:44 am, Jian Fu wrote: > > I really need help and after going through the help page, I don't know > > where > > I can post my question. > > &

Re: [PHP] how to get page count when uploading files

2006-09-18 Thread Børge Holen
On Monday 18 September 2006 21:47, Richard Lynch wrote: > On Sat, September 16, 2006 9:44 am, Jian Fu wrote: > > I really need help and after going through the help page, I don't know > > where > > I can post my question. > > > > When I upload a file (word or pdf), how can I know the page counts of

Re: [PHP] how to get page count when uploading files

2006-09-18 Thread Richard Lynch
On Sat, September 16, 2006 9:44 am, Jian Fu wrote: > I really need help and after going through the help page, I don't know > where > I can post my question. > > When I upload a file (word or pdf), how can I know the page counts of > that > file immediately? If you actually mean "page count" PHP i

Re: [PHP] how to get page count when uploading files

2006-09-17 Thread Chris
Jian Fu wrote: > Oh, btw, I use PHP ftp function to upload the file, but there is no > information in $_FILES to tell me the total page for Word or PDF file. As Stefan said, there is no way for php to know that number - no matter whether you upload it through a form or through ftp. If you want t

RE: [PHP] how to get page count when uploading files

2006-09-16 Thread Jian Fu
: 2006年9月17日 2:49 To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: Re: [PHP] how to get page count when uploading files >I really need help and after going through the help page, I don't know where >I can post my question. > > > >When I upload a file (word or pdf),

Re: [PHP] how to get page count when uploading files

2006-09-16 Thread Stefan van der Linden
I really need help and after going through the help page, I don't know where I can post my question. When I upload a file (word or pdf), how can I know the page counts of that file immediately? Thank you, Jian There's no function in the PDF library to READ the file. And about Word document

[PHP] how to get page count when uploading files

2006-09-16 Thread Jian Fu
I really need help and after going through the help page, I don't know where I can post my question. When I upload a file (word or pdf), how can I know the page counts of that file immediately? Thank you, Jian