Dmitri Livotov schrieb: > I figured-out the workaround for the problem with hiding text based on > OpenType font with Acrobat 8+, > the exact non-unicode encoding - this solved problem and Acrobat Reader 8 on > Windows/Linux and 9 on Windows are all displaying the text normally: > > BaseFont bf = BaseFont.createFont("GFSDidot.otf", "Cp1251", true);
Although the generated PDF displays correctly, this method has its drawbacks since in this case the *complete* CFF font program is embedded in the PDF, not a subset as intended. But in the meantime I figured out the reason for the problem and submitted an iText patch solving it. The patched class CFFFontSubset is already available via iText SVN and will be included in the next iText release. Regards, Ulrich ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php