mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add todo for non supported features.
This commit is contained in:
parent
15a0384481
commit
05fc3eec93
@ -292,6 +292,18 @@ class SectionCompositeImage(object):
|
|||||||
|
|
||||||
|
|
||||||
class Reader(FormatReader):
|
class Reader(FormatReader):
|
||||||
|
'''
|
||||||
|
Convert a plucker archive into HTML.
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
* UTF 16 and 32 characters.
|
||||||
|
* Margins.
|
||||||
|
* Alignment.
|
||||||
|
* DATATYPE_MAILTO
|
||||||
|
* DATATYPE_TABLE(_COMPRESSED)
|
||||||
|
* DATATYPE_EXT_ANCHOR_INDEX
|
||||||
|
* DATATYPE_EXT_ANCHOR(_COMPRESSED)
|
||||||
|
'''
|
||||||
|
|
||||||
def __init__(self, header, stream, log, options):
|
def __init__(self, header, stream, log, options):
|
||||||
self.stream = stream
|
self.stream = stream
|
||||||
|
Loading…
x
Reference in New Issue
Block a user