Closed timur-g closed 2 years ago
also added Application
field to the exiftoolwdx.lua
I didn't know, thanks. I put OpenOfficeInfo and Office Open XML in \plugins\wdx\ and added in \Options\Plugins but what then? How to use it? I tried F3 for ODF but it directly opens file content. Not obvious, I couldn't find. Another problem is that Office Open XML doesn't have 64-bit version. I also added exiftoolwdx.lua and assigned a toolbar icon to it but also nothing, how does that work? Please put some explanation on the main page.
Now that I see how it works, search of files for some string is not what I wanted. But with this I got what I needed: I made Custom Columns with these plugins (I also switched to 32-bit to be able to use both). Thanks!
As for usage, please continue in forum.
@gitgt
Another problem is that Office Open XML doesn't have 64-bit version.
OOXML and ODF files have written app and version name of last save. It is inside .zip file for example in \docProps\app.xml for DOCX ( and ) and meta.xml for ODF ( ).
I hope this is a good place to ask for a script that would read those names and versions from office files (so that we don't have to unzip and click and open each time).
Thanks for considering.