Ngoc Tai giao wrote > I scan a ticket to pdf file (See attach file Doc1.pdf)In > iTextSharp.text.pdf, I don't know how to capture hand written number 195 > on field "COUNTED QTY".
Your PDF on its single page contains merely a bitmap image. Thus, all you can expect from a PDF library is that you can extract the image (which you can easily do using iText(Sharp)). If you need to interpret the image data (e.g. to find out what is written somewhere on it), you will need appropriate image analysis software, e.g. OCR software, and forward the image you already extracted to it. If you want to insert the information returned from that image analysis software back into the original PDF, you can once again use iText(Sharp). Regards, Michael -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-tp4660039p4660040.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ 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