Frage

Is there a way to get the number of "revisions" of one docx ?

enter image description here

War es hilfreich?

Lösung

docx is a zipped format (see Tag Wiki)

You can find this information in docProps/core.xml:

For example:

<cp:revision>2</cp:revision>

means that they have been two revisions.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top