|
Here is an overview of what I have been able to discover so far from examining kdf files:
Html and css files are replaced by text with associated formatting instructions in binary data structures. Semantic tags, such as em and strong, produce no difference in the result other than the formatting they represent.
The possible formatting instructions are based loosely on css properties, but changed and somewhat simplified.
The end result is much more like a reflowable pdf than an html document.
Also, there are no soft hyphens or other hyphenation indicators added to the text.
Last edited by jhowell; 02-16-2016 at 11:11 AM.
|