Introducción

Esto es una demo.


In [2]:
from odt_parse import OdtData
from odt_diff import find_style_by_name

In [3]:
ref = OdtData('../PDF2ODT/libro_final_azul (1).odt' )

In [4]:
find_style_by_name(ref.style['paragraph'], 'uberschrift1')

In [5]:
find_style_by_name(ref.style['paragraph'], 'verzeichnis1')

In [6]:
ref.meta['IC']

In [ ]: