The code:
String Path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\";
Document word = new Document(Path + "1.docx");
var builder = new DocumentBuilder(word);
for (int i = 0; i < word.getSections().getCount(); i++)
{
builde…...2026, 8:54am 1 The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\";...Document word = new Document(path + "1.docx"); var builder = new...