This content has been marked as final.
Show 4 replies
-
1. Re: SEAM pdf barcode
norman Jun 30, 2008 4:10 PM (in response to arissonleal)I don't see that iText supports this directly, but if it is possible, we could definitely add support for it in the wrapper.
-
2. Re: SEAM pdf barcode
arissonleal Jun 30, 2008 4:26 PM (in response to arissonleal)Other question:
It's possible generate the barcode without display the code ?
So i could do this to show the code above:
<p:paragraph>123456789</paragraph> <p:barCode type="inter25" code="123456789" />
-
3. Re: SEAM pdf barcode
jeanchastain.wjchastain.gmail.com Sep 15, 2009 10:27 PM (in response to arissonleal)To stop it from printing the text below the barcode, add a blank altText:
<p:paragraph>123456789</paragraph> <p:barCode type="inter25" code="123456789" altText=""/>
-
4. Re: SEAM pdf barcode
evanpan Oct 22, 2015 11:54 AM (in response to jeanchastain.wjchastain.gmail.com)Do you have any codes about barcode reading? Thanks in advance.