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