We are using the plutext to merge the code.Merged document shows the following error message
Individual documents we are trying to merge do not show this error , is there a reason we see this error on the merged content ?
Setting we are using to merge the document :
String[] files = {
C:\\1.docx",
"C:\\2.docx"
};
List<BlockRange> blockRanges = new ArrayList<BlockRange>();
for (int i=0 ; i< files.length; i++) {
BlockRange block = new ...