This extracts thumbnails from formats such as Office Open XML (docx, xlsx, pptx, as well as their templates) and other formats following that spec that make sense for "office documents" such as xps.
Details
Details
- Reviewers
davidedmundson - Group Reviewers
Plasma VDG Frameworks - Commits
- R320:c6da4dabf635: Extend Open Document thumbnailer to Open Packaging Conventions format
The thumbnailer library name is kept to avoid changes when user updates and both do have "open" in the name :) I just dropped the Open Document Files suffix
Diff Detail
Diff Detail
- Repository
- R320 KIO Extras
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Thanks for expanding the thumbnailer lately, awesome work with this and the eBook one. :)
Comment Actions
It seems we can get the correct path via the _rels file as per
https://en.wikipedia.org/wiki/Open_Packaging_Conventions
which avoids guessing, and allows us to support more file formats in one go
Comment Actions
- Read thumbnail location from rels
- Add .xps file format (used in Windows for printing, I believe) which also follows the spec and qualifies as "office document"