Raja Kantamneni wrote:
I have successfully created barcode label using iText API, we have a new requirement to add barcode label description on the top of the label. Barcode.setCode("xxxx") adds/sets barcode at the bottom of the label. Is there any function to add label description at the top of the barcode label? Please let me know.
barcode.setBaseline(-1) br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
