From 4a52a71956a8d46fcb7294ac71734504bb09bcc2 Mon Sep 17 00:00:00 2001 From: S. Solomon Darnell Date: Fri, 28 Mar 2025 21:52:21 -0500 Subject: two version of R2R are here --- .../site-packages/olefile/doc/OLE_Overview.html | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .venv/lib/python3.12/site-packages/olefile/doc/OLE_Overview.html (limited to '.venv/lib/python3.12/site-packages/olefile/doc/OLE_Overview.html') diff --git a/.venv/lib/python3.12/site-packages/olefile/doc/OLE_Overview.html b/.venv/lib/python3.12/site-packages/olefile/doc/OLE_Overview.html new file mode 100644 index 00000000..ed481201 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/olefile/doc/OLE_Overview.html @@ -0,0 +1,31 @@ + + + + + + + + + +

About the structure of OLE files

+

This page is part of the documentation for olefile. It provides a brief overview of the structure of Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, Image Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc.

+

An OLE file can be seen as a mini file system or a Zip archive: It contains streams of data that look like files embedded within the OLE file. Each stream has a name. For example, the main stream of a MS Word document containing its text is named "WordDocument".

+

An OLE file can also contain storages. A storage is a folder that contains streams or other storages. For example, a MS Word document with VBA macros has a storage called "Macros".

+

Special streams can contain properties. A property is a specific value that can be used to store information such as the metadata of a document (title, author, creation date, etc). Property stream names usually start with the character '05'.

+

For example, a typical MS Word document may look like this:

+
+

+
+

Go to the API page to see how to use all olefile features to parse OLE files.

+
+

olefile documentation

+ + + -- cgit 1.4.1