You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2009/08/18 07:21:14 UTC

[jira] Created: (PDFBOX-505) Support for adding a textmatrix, textscaling and textrotation

Support for adding a textmatrix, textscaling and textrotation
-------------------------------------------------------------

                 Key: PDFBOX-505
                 URL: https://issues.apache.org/jira/browse/PDFBOX-505
             Project: PDFBox
          Issue Type: New Feature
          Components: PDModel
    Affects Versions: 0.8.0-incubator
            Reporter: Andreas Lehmkühler


It is possible to add text to a pdf-document using the class PDPageContentStream, but there is no easy way to add a scaling, a rotation or a textmatrix for the added text. Up to now it has be done by adding raw pdf commands to the stream.

It would be easier to add some methods to wrap the raw commands (e.g. see setStrokingColor)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.