Thanks, Ulrich,
for the detailed drawback description and for te patch, I'll go check the
affected class source to see the reason.

As for us, we switched to OTF because there is some problems embedding TTF
fonts into some PDF files, formed by a third parties with some type 1 fonts
already embedded. (our application imprints and watermars these files) In
this case, iText simply siletly does not embed TTF.

However, OpenType fonts works well.

WBR,
Dmitri



Ulrich Telle wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/OpenType-font-subsets-not-displayed-in-Adobe-Reader-8-tp17988911p18631851.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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

Reply via email to