I Hope the question is understandable..
I am programming for my Exam in "Business Informatics" and my goal is to get All Paragraphs (w:p) that changes in an edited .docx-File in comparison to the original .docx-File.
I am using Java and my actual standing is that I have 2 Lists:
- All Text - Attributes from the original File
- All Text - Attributes from the edited File (one List - Item / Text-Attribute = one paragraph in the document.xml which contains text-Attributes [w:t])
Please, I need any help that .. It's my first Program.