DocumentAssembler and RTF
- This topic has 2 replies, 2 voices, and was last updated 9 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Open-Xml-PowerTools › DocumentAssembler and RTF
Hi Christian,
Binding to RTF text is not a feature of DocumentAssembler. It is a great idea, though, but DocumentAssembler was not designed for this scenario.
In general, the idea behind DocumentAssembler is that the actual formatting of the document should reside in the template document, and the XML file should contain only data.
Cheers, Eric
Thanks,
So, instead, can I use the documentbuilder (and the AltChunk?) to achieve the same target ?? The problem with the documentbuilder, is I don’t know how to repeat the sections in a loop.
Here is a Template I’d like to use with RTF. All is working fine with DocumentAssembler except the RTF section.

Thanks