Hello,
I have a ,Net application(C#) That appends two documents together after they are created and the data has been mail-merged. I am getting an OutOfMemoryExceptionError.
The code used to append the spanish document to the english document:
poster.AppendDocument(langposter, ImportFormatMode.UseDestinationStyles);
I am using Version 11.2. I did test with the 14.10 dll and had the same result.
Thanks.