Page 1 of 1

Not able to compare two documents if it contains any image

PostPosted: Tue Aug 18, 2015 10:31 pm
by durgeshacharya
I want to ompare two documents where the content may contain text,images,flowcharts etc..Comparison code is working fine with documents with only text in it.But when i tried with image its throwing error.
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,4405]

I have attached the two documents which i have used for comparison.Please suggest how to achieve the same.

Re: Not able to compare two documents if it contains any ima

PostPosted: Tue Aug 25, 2015 8:59 pm
by jason
I've opened https://github.com/plutext/docx4j/issues/154
but I'm afraid I can't prioritise looking into this myself in the foreseeable future.

Re: Not able to compare two documents if it contains any ima

PostPosted: Thu Aug 27, 2015 5:13 pm
by durgeshacharya
Thanks Jason for the reply.
Expecting some inputs or hints from you so that i can start working on the issue,till fix is ready for the same.