hi, I have generated a barcode(ean13) image of 13 digit number. Now I am having a PdfPCell of height 15f(cell.setFixedHeight(15f)). Also I have created the pdfpcell with the constructor as follows "cell = new PdfPCell(image1,true);". Now the problem is the image appearing very small in the pdfpcell. Also I have tried the constructor like this "cell = new PdfPCell(image1,false);". Now the image is invisible in the pdfpcell.
Is there any way of fixing the barcode image exactly to the size of the pdfpcell? Please let me know. Regards, UmaSankar. ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
