Hi Team,

Need some help. I was using below code (C#) to read some text from a PDF
file. I am looking to read a numeric value from the PDF which is rendered
in English, but when I use below code, it returns some Unicode characters
to me. Please let me know how to fix these kind of issues. I am using iText
for the first time today.

StringBuilder text = new StringBuilder();

text.Append(PdfTextExtractor.GetTextFromPage(reader, 3));


Thanks,

Adesh
------------------------------------------------------------------------------
_______________________________________________
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