On Wed, Mar 4, 2015 at 10:10 PM, <[email protected]> wrote: > > Here i am Using Java Jdk7 and GAE. i am Using Itext for PDF but > Currency Symbols are not display in Pdf For Ex (₱), (ع.د) so pls any one > help me. >
You're better off posting in an iText-focused forum or SO since this isn't directly an App Engine issue, but I would suggest trying to use several different fonts when creating your PDF. Some custom fonts may not represent all Unicode characters, so try playing around with the configured font. If that doesn't solve your problem, can you post a small test case demonstrating what you're doing? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CALSvALDe6LPJx4H%2BZv3bK_wh3YGUadA9Ov61ntW1UeqU6-J2NA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
