Page 1 of 1

Word document does not open on Word 2007

PostPosted: Wed Sep 21, 2016 5:07 pm
by saurabh singh
I creates a word document using docx4j which have altchunks, it is opened on Word 2010 and 2013 but not on Word 2007 version.
I think Word 2007 has a problem with altchunks.
How can I resolve this issue? Please help me ASAP.

Thanks in advance...

Re: Word document does not open on Word 2007

PostPosted: Wed Sep 21, 2016 7:00 pm
by jason
What sort of altChunk?

According to https://social.msdn.microsoft.com/Forum ... um=oxmlsdk Word 2007 supports the following content types for altChunk:

Code: Select all
         application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml
         application/vnd.ms-word.document.macroEnabled.main+xml
         application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml
         application/vnd.ms-word.template.macroEnabledTemplate.main+xml
         message/rfc822
         application/xml
         application/rtf
         application/xhtml+xml
         text/html
         text/plain