Marcel Gil Vega wrote: > I'm looking for the possible errors in my printer setting.
Maybe you should post a PDF created with iText and a PDF417 barcode so that we can see the nature of the problem. Because now, we might not be talking about the same issues. > Do you think i must to obtain the same quality output image generating > by image and font? You keep talking about an 'image'. This is the most confusing about your question. In iText, a barcode is created as a PdfTemplate object. PdfTemplate extends PdfContentByte. PdfContentByte allows you to create a sequence of PDF syntax. > Is it independent of output quality? PDF syntax looks more or less like this: move to coordinate (X1, Y1), draw a line to coordinate (X2, Y2), draw a line to coordinate (X3, Y3), draw a line to coordinate (X4, Y4), close the path, stroke the lines and fill the shape. There are no pixels involved; just coordinates in a coordinate system. There is no resolution involved. It's just vector data. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
