Hi,
We are evaluating the aspose with our product. We have the Mailing labels with comma’s in between address1, address2 and city. When we merge the datatable, it merges fine. But empty columns are filled with comma’s. Even though the code has the
doc.MailMerge.RemoveEmptyParagraphs = true;
before the mail merge execution
and
doc.MailMerge.DeleteFields();
after the mail merge execution.
Here the sample mail merge label format
<<LastName>> , <<FirstName>>
<<Address1>>, <<Address2>>, <<City>>
Could you please help to fix this issue.
–Raj