Re: [PHP-WIN] End of Page characters

2003-08-28 Thread sven
hi, good luck in parsing .doc-files! but if you try your page-break, save the file and view it in a hex-editor, your page-break is in fact 'x0E'. and hexdec('0E') gives you 14. hth SVEN Gerardo Rojas wrote: > Yes, holding down the ALT key and using the numeric keypad and typing > 014, does force a

RE: [PHP-WIN] End of Page characters

2003-08-26 Thread Gerardo Rojas
Yes, holding down the ALT key and using the numeric keypad and typing 014, does force a page break in MS Word. My question now is how do I detect these values in PHP? I want to take an MS Word document and parse it with PHP, breaking up each page (in a multiple page MS Word document) into a fi