shaggycap Posted July 20, 2006 Share Posted July 20, 2006 A customer has an annual report that they have on their website, which is quite a large word document. However most people who download it are only interested in a section of the document, and not all of it.I know the easy answer is to make 2 documents and give them the choice, but different folk want different parts, so I have been asked if it is possible to manipulate the document with PHP, and somehow pull chunks out and glue them back together? The way I see it working is something like this. Each chapter is a separate .doc and then have some sort of contents page whereby people can download selective chapters of the document, and say if they choose to download the first & second chapter, then I want to append the 2 documents together as one.Is this possible? Quote Link to comment https://forums.phpfreaks.com/topic/15128-manipulating-a-word-document/ Share on other sites More sharing options...
litebearer Posted July 20, 2006 Share Posted July 20, 2006 Might look here: http://instruform.com/wordconv.phps and here: http://wvware.sourceforge.net/Lite... Quote Link to comment https://forums.phpfreaks.com/topic/15128-manipulating-a-word-document/#findComment-60958 Share on other sites More sharing options...
shaggycap Posted July 20, 2006 Author Share Posted July 20, 2006 I'm very sorry but I'm afraid I've just been told it is actually a PDF and NOT a word document I want, so all the files will be PDFS, including the source document.Thanks for your help though Quote Link to comment https://forums.phpfreaks.com/topic/15128-manipulating-a-word-document/#findComment-60962 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.