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