We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

MailMerge with generic types

Hello, 

I'm testing your Syncfusion.DocIO.Net.Core and I've found any problem.
I'm using your word updated template (I attach template and code)

And this is my code:

public class NotificacionFirmantes
    {
        public string cdndni_fam { get; set; }
        public string nombreFirma { get; set; }
    }

byte[] documentMerge = OfficeHelper.Merge(templateFile,
                    new List<NotificacionDto> { new NotificacionDto { firmantes = firmantes } });

But, the template is the same.

Regards, 

Attachment: MailMergeTest_7e278093.7z

1 Reply

MR Manikandan Ravichandran Syncfusion Team February 5, 2020 11:23 AM UTC

Hi Ignacio,

Thank you for contacting Syncfusion.

We are unable to reproduce the mentioned problem at our end using the given details. So, kindly provide us the complete runnable sample, input document and generated output document to reproduce the mentioned issue, so that we can proceed further to analyse and update you with the appropriate details.

Please let us know if you have any further questions.

Regards,
Manikandan Ravichandran
 


Loader.
Live Chat Icon For mobile
Up arrow icon