I am creating a document where some of the parts are based on dynamically changing information (source code documentation extracted by Doxygen in my case).
I wish to accomplish the following:
- Integrate the dynamic parts in a seamless way, e.g., outline levels should match with the surrounding document
- The result should be a single Word 2003 document
- Be able to update the dynamic parts on demand, once more resulting in a single result document
I reckon that I could use subdocuments to represent the dynamic parts (these subdocuments could match their outline levels), but to achieve only a single result document I would have to merge their contents.
Is there a way to still have the original link information for the subdocuments present and update those contents only 'on demand' (i.e., when an update of the dynamic parts has occurred)?