I have a situation where a letter contains bullets that are wingdings. If I create the pdf from the existing rtf, with the fontmode wpEmbedSubsetTrueType_UsedChar, the bullets are empty boxes. If I use about any other embed option, the bullets come out correct. I would like to use the UsedChar option because of the smaller resulting file size. Using WPDF2, the resulting pdf has the correct bullets with UsedChar. The WPDF2 file size is the same size as one created with wpEmbedTrueTypeFonts; so maybe that is why it is generating it correctly.
Any thoughts?
Thanks