Hi
I want to create a word document using only the font(s) in a folder. I copied all the Arial fonts to a folder and tried to create a word document using FolderFontSource. I see that the document that got created has t…...FolderFontSource("C:\\weblogs\\font", true, 0); Document doc = new Document();...setFontsFolder("C:\\Temp\\fonts", true); Document doc = new Document();...