Re: [iText-questions] Generate Unicode encoding PDF in a multiplatform/portable way

2014-05-13 Thread Centre Jacques-Petit
Thank you very much, I didn't well understand the embedding process and I understand now why the examples use the font files. I will try to get the raw data from the awt.Font and provide them to iText. Cheers, Sebastian Le 13/05/2014 12:29, iText Info a écrit : > Centre Jacques-Petit schreef op 1

Re: [iText-questions] Generate Unicode encoding PDF in a multiplatform/portable way

2014-05-13 Thread iText Info
Centre Jacques-Petit schreef op 13/05/2014 11:19: > For example, is there any way to > create a BaseFont from a font name/family or from a java.awt.Font > instance rather than a file path? When using UNICODE in PDF (e.g. Identity-H), ISO-32000-1 expects you to embed the font. If you want to embed

[iText-questions] Generate Unicode encoding PDF in a multiplatform/portable way

2014-05-13 Thread Centre Jacques-Petit
Hi, I'm doing some tests for exporting some Swing components to PDF using iText. I have some problems with Unicode strings which don't appear in the PDF. I saw a lot of Internet pages with some different approaches to correct this but I didn't manage to find a clean portable way to do that. Do yo