Ulrich Eck wrote:
> is there an easy way to directly embed a complete font into the pdf  
> while stamping it (or in
> a later processing step ?) 

Not sure if this answers the question, but here are some examples:
http://www.1t3xt.info/examples/browse/?page=example&id=282
(The part where it says:
BaseFont unicode = BaseFont.createFont(
  "c:/windows/fonts/arialuni.ttf",
  BaseFont.IDENTITY_H,
  BaseFont.EMBEDDED);
form.setFieldProperty("Who", "textfont", unicode, null);
form.setField("Who", "\u7121\u540d");)

Probably less useful in your case (but maybe worth studying?):
http://www.1t3xt.info/examples/browse/?page=example&id=288
-- 
This answer is provided by 1T3XT BVBA

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to