When you want to compare 2 ppt files, for example, it is not so easy to do it.
The reason is because:

1. comparing bytes is not a safe approach.

The ppt file could contain some custom metadata e.g. creation time of the file.
These metadata makes impossibile to compare 2 files by related bytes.

2. comparing slides (shapes) is not supported

Slide or Shape object do not have equals() method implemented

What do you suggest to compare 2 files



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to