I am having some problems with mailmerge functionality. I have written a code to do mailmerge and it works fine on documents with mailmerge fields. On other occasions, the aspose.words dll introduces the "?" characters into the mailmerge fields as well as other places on the document. For instance,
'Opening Account' which is NOT a merge field in the document, ended up with ?Opening Account? . The merge fields which have null values all have ??.
The only difference between the document which works and the one which doesn't is that the one which doesn't work has macros. Which brings another question, how can I strip a document of its macros?
Can anyone please enlight me on what is going on?
Thanks
George