|
__init__(self,
host=None,
port=None)
Set the host and port of the oood daemon during the instance creation |
source code
|
|
|
__process(self,
filename=None,
data=None)
Checks the file type and creates the proper object. |
source code
|
|
|
getImageDocumentList(self,
filename=None,
data=None)
Get a Image List from Office and PDF Documents |
source code
|
|
|
getServer(self)
Get OpenOffice Daemon - oood informations for conversion document |
source code
|
|
|
getSummaryDocument(self,
filename=None,
data=None)
Get Office Document's summary (odf, doc, ppt for instance) |
source code
|
|
|
getTableDocumentList(self,
filename=None,
data=None)
Get a Table List from Office and PDF Documents |
source code
|
|
|
getThumbnailsDocument(self,
filename=None,
data=None)
Get Office Document's Thumbnails (odf, doc, ppt for instance) |
source code
|
|
|
|
|
setServer(self,
host=None,
port=None)
Set OpenOffice Daemon - oood host and port for conversion document |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|