[iText-questions] image setSpacingAfter()

2009-09-21 Thread Jason Berk
Is there some trick to making this work? I'm not seeing any whitespace around my images. Jason Now serving Boiler Spirit with every purchase. Switch to the new Purdue debit card today. Show your pride and earn Scorecard Rewards on the side. Just sign for your purchases and score valuable

Re: [iText-questions] image setSpacingAfter()

2009-09-21 Thread Bruno Lowagie
Jason Berk wrote: Is there some trick to making this work? I'm not seeing any whitespace around my images. I never use that method. I always use borders (Image extends Rectangle). br, Bruno -- Come build with us! The

[iText-questions] image setSpacingAfter() not working?

2009-09-18 Thread Jason Berk
public class ImageTest { public static void main(String[] args) { new ImageTest(); } public ImageTest() { try { Document doc = new Document(PageSize.LETTER, 36, 36, 36, 36);