olefile

Contents:

  • Features
  • History
    • Main improvements over the original version of OleFileIO in PIL:
  • License for olefile
  • How to Download and Install olefile
    • Pre-requisites
    • Download and Install
  • How to Suggest Improvements, Report Issues or Contribute
  • How to use olefile - API overview
    • Import olefile
    • Test if a file is an OLE container
    • Open an OLE file from disk
    • Open an OLE file from a bytes string
    • Open an OLE file from a file-like object
    • How to handle malformed OLE files
    • Open an OLE file in write mode
    • Syntax for stream and storage paths
    • Get the list of streams
    • Test if known streams/storages exist:
    • Read data from a stream
    • Get information about a stream/storage
    • Overwriting a sector
    • Overwriting a stream
    • Extract metadata
    • Parse a property stream
    • Close the OLE file
    • Enable logging
    • Use olefile as a script for testing/debugging
  • About the structure of OLE files
  • olefile API Reference
    • Indices and tables
    • Summary
    • olefile module
 
olefile
  • Docs »

Index

C | D | E | G | I | L | O | P | S | W

C

close() (olefile.OleFileIO method)

D

DOCSUM_ATTRIBS (olefile.OleMetadata attribute)
dump() (olefile.OleMetadata method)
dumpdirectory() (olefile.OleFileIO method)
dumpfat() (olefile.OleFileIO method)
dumpsect() (olefile.OleFileIO method)

E

enable_logging() (in module olefile)
exists() (olefile.OleFileIO method)

G

get_metadata() (olefile.OleFileIO method)
get_rootentry_name() (olefile.OleFileIO method)
get_size() (olefile.OleFileIO method)
get_type() (olefile.OleFileIO method)
getclsid() (olefile.OleFileIO method)
getctime() (olefile.OleFileIO method)
getmtime() (olefile.OleFileIO method)
getproperties() (olefile.OleFileIO method)
getsect() (olefile.OleFileIO method)

I

isOleFile() (in module olefile)

L

listdir() (olefile.OleFileIO method)
loaddirectory() (olefile.OleFileIO method)
loadfat() (olefile.OleFileIO method)
loadfat_sect() (olefile.OleFileIO method)
loadminifat() (olefile.OleFileIO method)

O

olefile (module)
OleFileIO (class in olefile)
OleMetadata (class in olefile)
open() (olefile.OleFileIO method)
openstream() (olefile.OleFileIO method)

P

parse_properties() (olefile.OleMetadata method)

S

sect2array() (olefile.OleFileIO method)
SUMMARY_ATTRIBS (olefile.OleMetadata attribute)

W

write_sect() (olefile.OleFileIO method)
write_stream() (olefile.OleFileIO method)

© Copyright 2005-2017, Philippe Lagadec.

Built with Sphinx using a theme provided by Read the Docs.