Search code examples
c#rtf

Merge RTF files


I have a set of RTF's stored in strings in C# is their a way to merge these into one document for printing as the user wants to print them as one document with the print settings appearing once. I can use office interop if necessary, obviously avoiding this is better.

Edit: A page break would be necessary between each document I think I can just insert \page for this though


Solution

  • Here you go (C# code's included in)