Hi, Am trying to generate a document that will be printable from a Zebra printer onto labels (approx 2" by 3"). However even though I have created my Document object with a custom PageSize and set the margins to 0 (eg Document = new Document(new Rectangle(150,150), 0, 0, 0, 0);) the label has a big indent that means the string takes up only half the width of the label. I have fiddled with the dimensions of the Rectangle, and if I shift either coordinate by just 1, it either flips the label 90 degrees or you only see a corner of it!! I also decompiled the Document.class file to see if there was any code that sets this big indent to no avail. I would appreciate any help from anybody who has experienced this, or who has tried using iText to print labels.
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
