Hi, Gesendet: Mo, 25. Jan 2010 Von: Hesham G.<[email protected]>
> > using a simple setter, you have to add them by using appendRawCommands(). > > > Have a look at drawLine() as an example how to do so. > > I have checked the PDF reference for the text positioning, and I have also > checked a lot of PDFBox methods that use raw commands like fillRect(...), > drawLine(...), but I can't find the raw commands defined for PDFBox to make > > a rotation ... Is there a documentation or reference somewhere stating those > > commands, or if you can please give me an example for it, I will be > grateful. With version 903414 I've added some methods to the PDPageContentStream class to set the text matrix. I'll provide some sample code in a few days. > Best regards , > Hesham BR Andreas Lehmkühler

