I am having an issue with Aspose MailMerge. We have a table that is inside of a textbox. The text is set to align starting outside of the table cells. The PDF is supposed to clip the text rendering outside of the text…...// create a dataset to mail merge against DataSet ds = new DataSet();...Tables.Add(dt); // Perform mail merge. doc.MailMerge.Execute(ds.Tables[0]);...