Question
How I can include complex section into Word doc?
Hi guys! I need to include complex section into Word template. This section is shown on attached screenshot named "MySection" (only a little part of the section). There are two embedded sections. One on the right side, and one on the left.
So.. I try to add this section thru Rule-Obj-HTML rule thru this code:
<table border="1" width="100%">
<tr>
<td>
<pega:include name="SignedAOConditions" type="Rule-HTML-Section" mode="noinput"/>
</td>
<td>
<pega:include name="AOConditionsForChange" type="Rule-HTML-Section" mode="noinput"/>
</td>
</tr>
</table>
And when I generate word template I get a very strange document. It is not localazed. Also some incomprehensible ActiveX elements were drawn. I attached the document to this post (file named "GeneratedTemplate.doc").
So maybe you guys can tell me what I need to do to get correct section (it may be very simple section with text only, not formats) in template? Maybe I need to change some parameters, or I need to use generally different approach?
Thx in advance!
Hi Artsiom
Why don't you try to include a simple section in English first to test whether that works and then try to include your complicated section that you have in (not sure what that language is) to see what may be attributing to the problem?