Hello!
I try to get the Content_types.xml from a docx for checking if the
comments.xml part is overriden.
But i don't get the content_types.xml
Code
opcPackage = OPCPackage.open(super.path);
ArrayList<PackagePart> parts = opcPackage.getParts();
for(int i = 0;i<parts.size();i++) {
System.out.println(parts.get(i));
}
The Content_Types.xml seems not to be in the parts list.
How do I get it?
Thanks
greetings
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]