Hello everyone,
I have a problem if I try to import a document into another using DocumentBuilder.insertDocument(): the content control id is changed respect the original one.
Into the document CHILD I have one content control that contains one table. The content control id is -1569802863.
Into the document PARENT I have one content control that contains the document CHILD. The content control id is 1867718377.
Using this method:
builder.insertDocument(child, ImportFormatMode.USE_DESTINATION_STYLES);
The document PARENT contains the document CHILD’s content control (it that contains the table), but its id is changed.
My question is: there are one or more reasons why the content control id change?
In my applkication I use aspose-word 21.07 but I have the same problem using 21.10.
Thanks for collaboration.
Regards,
Giulio