From: Edwin van Leeuwen Date: 2005-12-22T00:36:15+09:00 Subject: Re: Merging two Word documents with Ruby? Denver Mike wrote: > Thanks for your thoughts on this Graham. By "merge", I meant appending > one Word document to the end of another, but to make things more > complicated, I need to add text into the headings across the entire > document. Microsoft word has something called a master document. Maybe you could add a masterdocument that inclkudes both files+extra headings. This masterdocument might be simple enouh that you can actually reverse engineer it. (Create one in word once and just edit the parts you need to edit with ruby). -- Posted via http://www.ruby-forum.com/.