Menu

Problem with Hebrew

2006-07-11
2013-05-01
  • David Thielen

    David Thielen - 2006-07-11

    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

     
    • David Thielen

      David Thielen - 2006-07-11

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.