Hi ,

        I have a problem with local language in UNICODE font while
displaying in PDF.
This is my code

        PdfContentByte conByte = writer.getDirectContent();

        PdfPrinterGraphics2D pdfG2d = new PdfPrinterGraphics2D(conByte,
width,
                                                                 height,
null);
        myCanvas.setGraphics2D((Graphics2D)pdfG2d);

        myCanvas.paintCanvas();

        pdfG2d.dispose();


in myCanvas we are able to display unicode characters (like tamil words)
but when we are putting in to pdf empty string are coming .

Please help me on this issue.
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to