Hi,
I am using a upload Document and then will change some special words with values using IReplace interface. For certain case I have To remove all the content after replacing it, but should show the exact empty pages(…...Document doc = new Document("C:\\Temp\\in.docx"); doc.getFirstSection()...getBody().removeAllChildren(); doc.save("C:\\Temp\\out.docx"); Please...