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
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
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
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