pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
46 stars 12 forks source link

Microsoft Office Viewer #438

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 1 year ago

Work on an office viewer, essentially unzip the file in memory, get the content.xml and then parse it into html for the read only textedit.

pjrinaldi commented 1 year ago

Starting with DOCX first. need to look at [Content Types].xml for fi it's work document and then get the content.xml to parse into some form of functional displayable content.

pjrinaldi commented 1 year ago

got cat/sig for docx/pptx/xlsx working. now i have the info i need to show docx viewer. I just need to pull the document.xml out of the docx zip file and then parse the document.xml into simple text display, either plain/markdown/html

pjrinaldi commented 1 year ago

simple text viewer for docx works. I need to work on reading tag info from the document.xml to layout the html in the docx viewer better.

pjrinaldi commented 1 year ago

Added Open Document Text format to the simple viewer.