Quote:
Originally Posted by JSWolf
Some program such as Vellum and Pages create rubbish code. How is the code from Kindle Create?
|
Kindle Create uses
Aspose Words for Java to convert DOCX to HTML which is then converted to KFX format.
KFX is like a cross between HTML and JSON. It focuses on visual rending over semantics. For example there is no distinctions between <p>, <div>, and <h#> elements in KFX. They are are all "text" distinguished by the styling applied.
The conversion tends to produce lots of styles that differ only slightly from each other. Compared to hand coded HTML/CSS the code produced is poor.