View Full Version : can anyone query a word document?
chester
March 22nd, 2004, 20:03
Does anyone know how to take a couple hundered page Word document and query each individual page so the end result is that each page can be saved by itself? Each page has it's own unique code located on the same line on each page. My thought is that the unique number could be queried. Any one have an idea on how this can be accomplished? Thank you in advance for any input!
Loon
March 25th, 2004, 06:53
You wouldn't be able to read a word doc in a regular language without the MS word object i don't think.
You would need to convert the doc to HTML then perhaps split it up using the page id numbers with explode() or another function.
Decker
March 25th, 2004, 16:00
Another option would be to use either XML or convert it to a multi page tiff file, but it depends on the final file format you need ??
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.