Hi,
I’ve made a Template with RichText Content Control and try to bind it with RTF text in the XML file.
It works but the RTF is place as pure text and not interpreted as RTF text.
What can I do to insert/bind RTF text to the Word document.
Here is my XML file
<?xml version="1.0" encoding="iso-8859-1"?>
<Root>
<DateSeance>Vendredi 26 juin 2016</DateSeance>
<DateConvocation>Lundi 21 juin 2016</DateConvocation>
<RTFXML>{\rtf1\ansi\ansicpg1252\deff0\deflang2060{\fonttbl{\f0\fnil\fcharset0 Calibri;}}
{\colortbl ;\red255\green0\blue0;}
{\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\sa200\sl276\slmult1\lang12\f0\fs22 Ici \cf1\i est \cf0\i0 un \b texte \ul\b0 en \ulnone RTF\par
\par
}</RTFXML>
</Root>
I try it with the First Sample “DocumentAssembler.exe”
Do I need special code or tags in Word template to make RTF text working ?