docx-stamper
docx-stamper copied to clipboard
Comment processing does not works after editing and export from Pages on MacOS
How to reproduce:
- open RepeatTableRowTest.docx file in Pages on MacOS
- put some text changes
- export as .docx file
- run RepeatTableRowTest
// 1 header row + 1 row per character in list
Assert.assertEquals(7, rowCoords.size());
would fail with:
java.lang.AssertionError:
Expected :7
Actual :2
Can you provide the modified file ? i copied your issue to our fork -> https://github.com/verronpro/docx-stamper/issues/70