Re: Imported Word document not displayed at the right place or target document ending

Hi
Thanks for your inquiry. Please try using the following code:

// Move to document end 
builder.MoveTo(doc.LastSection.Body.LastParagraph);
builder.InsertParagraph();
builder.Writeln("End of includeded file");
// Text after included file
builder.Writeln("This text should appear after the included file");

Hope this helps.
Best regards.

Alexey,
It works !
Thanks for your help.
Regards
Augusto