Posted on 2009-02-12 12:31:47-08 by jmgdoc in response to 9938
Re: How to join (merge) sereral ODT files into one document

1) The office:text element should appear once in a regular document

2) OpenOffice::OODoc allows the programmer to create complex documents including parts possibly extracted/copied from other documents, but it's not designed to directly merge documents.

3) However the API allows you to easily create a master document and include external subdocuments through sections; see the appendSection() method in the OpenOffice::OODoc::Text manual chapter; the result is not exactly a merged document, i.e. the external documents remain hosted in external files, but the functionality is similar.
Direct Responses: 9946 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.