booktype / python-ooxml

Python library for parsing .docx (Office Open XML) files
GNU Affero General Public License v3.0
52 stars 24 forks source link

Scale to size option does not work with importer #14

Closed aerkalov closed 9 years ago

aerkalov commented 9 years ago

There is a code for scaling font size in the importer but it seems to be setting wrong options which are never used. (in importer.py; function _serialize_chapter). It should set this option on the serialize_options variable.

Scaling should be defined for the HTML and CSS serialisation.