Hi Patrick,
Thanks for being patient.
Regarding WORDSNET-10298, our development team has completed the work on your issue and has come to a conclusion that they won’t be able to implement the fix to your issue. Your issue (WORDSNET-10298) is now closed with ‘Won’t Fix’ resolution.
Your test file contains two problems:
1. Shapes group is moved from fifth to first page (strange green rectangles) because it has anchor of physical page number:
<draw:g text:anchor-type=“page” text:anchor-page-number=“5” … >
…
</draw:g>
Please check the specifications at:
19.753 text:anchor-page-number
The text:anchor-page-number attribute specifies the physical page number of an anchor if the drawing object is bound to a page within a text document.
OOXML and Aspose.Words do not support it. Also, OpenOffice and MS Office do not support it. That is why we had to close this issue as “Won’t Fix”.
2. Shapes group is displayed without text content inside because Aspose.Words does not support import of “draw:rect” element content. We have added support of it.
Best regards,