View Single Post
Old 03-21-2021, 03:22 PM   #35
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,108
Karma: 92190133
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by JSWolf View Post
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.
jhowell is offline   Reply With Quote