im using latest version of aspose and in .net
i have a merge field that will be field using
doc.MailMerge.Execute(
mergeNames,
mergeValues);
the problem is it occupies space even though i had used
doc.MailMerge.CleanupOptions = MailMergeCleanupOptions.RemoveUnusedFields;
its not just the merge fields ex
«AtWillEmploymentStatus»
but also IF conditions
http://c2n.me/3peeFkF
this occupies space as well
http://c2n.me/3peeUDO
may i know how to remove them
thanks