Implement this interface if you want to receive notifications while mail merge is performed....when "mustache" text tags are replaced with MERGEFIELD fields. More...when "mustache" text tags are replaced with MERGEFIELD fields. See...
HI,
i would like to remove an attachment from a document
so i have document
and the i run the next
for(Page page : document)
{
List<AttachedFile> attachments = page.getChildNodes(AttachedFile.class);
…... how can i remove or replace the attachment whit empty one...there is no att.setbyte or replace or something } } amjad.sahi...