Hi;
I am trying to create a pdf with Hebrew in it and am having a problem.
First, BaseFont.getResourceStream("com/lowagie/text/pdf/fonts/cjkfonts.properties", loader) fails. On getMethod and both getResourceAsStream calls.
It throws some other handled exceptions and then ends up in CJKFont.loadProperties where it calls cjkFonts.load(is) but is == null.
I do call: Assembly.Load("iText, Version=1.4.1.1, Culture=neutral, PublicKeyToken=82be440d6061a22f"); Assembly.Load("iTextAsian, Version=1.3.5.0, Culture=neutral, PublicKeyToken=8bd43a03bc28bd55");
beforehand and both loads are successful. Any ideas?
thanks - dave
Additional weirdness - this works fine when I run from the command line. The problem only occurs when I am running from VS 2005.
??? - thanks - dave
Log in to post a comment.
Hi;
I am trying to create a pdf with Hebrew in it and am having a problem.
First, BaseFont.getResourceStream("com/lowagie/text/pdf/fonts/cjkfonts.properties", loader) fails. On getMethod and both getResourceAsStream calls.
It throws some other handled exceptions and then ends up in CJKFont.loadProperties where it calls cjkFonts.load(is) but is == null.
I do call:
Assembly.Load("iText, Version=1.4.1.1, Culture=neutral, PublicKeyToken=82be440d6061a22f");
Assembly.Load("iTextAsian, Version=1.3.5.0, Culture=neutral, PublicKeyToken=8bd43a03bc28bd55");
beforehand and both loads are successful. Any ideas?
thanks - dave
Additional weirdness - this works fine when I run from the command line. The problem only occurs when I am running from VS 2005.
??? - thanks - dave