Re: [iText-questions] Image size in ColumnText

2008-12-10 Thread 1T3XT info
Hamilton, Ken wrote: > Thanks. I ended up creating a new ColumnText object the width that I > wanted, and putting the image in that. I was concerned that > setWidthPercentage would only scale the width, and not the height, and > I'd get a skewed image. In more recent versions, you don't have to se

Re: [iText-questions] Image size in ColumnText

2008-12-10 Thread Hamilton, Ken
ECTED] Sent: Wednesday, December 10, 2008 11:30 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Image size in ColumnText native.human wrote: > I am using ColumnText.addElement to add an Image object that I have run > scalePercent on. It seems to be ignoring my

Re: [iText-questions] Image size in ColumnText

2008-12-10 Thread 1T3XT info
native.human wrote: > I am using ColumnText.addElement to add an Image object that I have run > scalePercent on. It seems to be ignoring my scaling and making the image the > width of the entire column. Seems like it might have to do with text mode > vs. compsite mode, but I think I'm in composite

[iText-questions] Image size in ColumnText

2008-12-01 Thread native.human
I am using ColumnText.addElement to add an Image object that I have run scalePercent on. It seems to be ignoring my scaling and making the image the width of the entire column. Seems like it might have to do with text mode vs. compsite mode, but I think I'm in composite mode. My code looks like th