balamurugenS wrote: > I have used following code snippet to convert Text to Barcode and write > into PDF.
As you are creating the PDF yourself, it's easy to add the text in the barcode to some hidden field or annotation, and extract it from there instead of translating text into a bunch of lines, and then trying to translate this bunch of lines back to text. As I explained before: if we're talking about PDF417, QRCode or DataMatrix, you could try implementing Barcode Fields as described in section 8.6.3 of the supplement to ISO 32000. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
