I have a simple single page template for a letter that I fill out using a simple C# application. But how do I make multiple pages of that template in the same document, eg. adding pages to a "Microsoft.Office.Interop.Word.Document" document for each recipient.
The letters will never be more than a page long. What I'm trying to accomplish is beeing able to make severel letters from one template and then Print them out in one go.
How is this possible