Am 06.03.2016 um 21:31 schrieb Blake McBride:
Hi,

I am using 2.x.

I see that PDPageContentStream.moveTo can not be used with text (??).  I
also see that PDPageContentStream.newLineAtOffset uses relative position
numbers.  I'd lite to use absolute positions.  Is there a method for that,
or do I need to create my own layer on top of newLineAtOffset?

It starts from 0,0 initially... You could save the graphics state and restore when done.

Or use setTextMatrix(Matrix.getTranslateInstance((float) tx, (float) ty));

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to