Really.
( ... Font.DEFFAULTSIZE " ", ... Derp).
Err... , HTMLWorker , , . . , ... !
, "", , . HTML, :
StyleSheet bodySize = new StyleSheet();
Map<String,String> props = new HashMap<String, String>();
props.put(ElementTags.SIZE, "8");
bodySize.applyStyle("body", props);
htmlparser.setStyleSheet(bodySize);
, , " " (com.itextpdf.text.Font.java), Font.DEFAULTSIZE , ... .