Re: [iText-questions] Question about transforms and positioning.

2008-07-25 Thread Sam Gibson
> table.writeSelectedRows(0, -1, 20 * 0.3f, PageSize.A4.getHeight() * > 0.85f * 0.3f, cb); Sorry, you actually have to divide, not multiply. My mistake. Sam Gibson - This SF.Net email is sponsored by the Moblin Your Move De

Re: [iText-questions] Question about transforms and positioning.

2008-07-25 Thread Sam Gibson
Talmage wrote: > cb.saveState(); > > > cb.transform(AffineTransform.getScaleInstance(0.3f,0.3f)); > > table.writeSelectedRows(0, -1, 20, > PageSize.A4.getHeight() * 0.85f, cb); > > cb.restoreState(); > > > If I remove the call

[iText-questions] Question about transforms and positioning.

2008-07-25 Thread Talmage
I am working on understanding the workings behind the Transform on the content byte class and affine transforms. I have the iText book and have also been trying to read the online docs about how transforms work. I find myself lost as algebra classes are long past (and yes, my former teachers are la