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 2010/01/28 20:45:34 UTC

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

     [ https://issues.apache.org/jira/browse/PDFBOX-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler resolved PDFBOX-505.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0

With version 904229 I've added a sample [1] on how to use a text matrix.

Set this issue to resolved.


[1] http://svn.apache.org/repos/asf/pdfbox/trunk/src/main/java/org/apache/pdfbox/examples/pdmodel/UsingTextMatrix.java

> 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
>             Fix For: 1.0.0
>
>
> 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.