GitHub user backslash47 opened a pull request:

    https://github.com/apache/pdfbox/pull/33

    Support for text positioning 

    I am trying to implement text justification for UNICODE encoded texts in 
project https://github.com/danfickle/openhtmltopdf . Because Tw operator is not 
supported (is ignored) for unicode strings, I need to calculate and write 
spacing between characters for every single character. 
    
    I implemented TJ text showing operator, which was not supported by 
PDPageContentStream. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/backslash47/pdfbox text-positioning

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/pdfbox/pull/33.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #33
    
----
commit 67cb029faf555e0da1025987486f592a78a99429
Author: Andreas Lehmkühler <[email protected]>
Date:   2017-03-13T18:00:19Z

    [maven-release-plugin] copy for tag 2.0.5
    
    git-svn-id: https://svn.apache.org/repos/asf/pdfbox/tags/2.0.5@1786747 
13f79535-47bb-0310-9956-ffa450edef68

commit 3c528295b16445e58dc9fe895f78384221452be2
Author: Matus Zamborsky <[email protected]>
Date:   2017-04-09T13:12:00Z

    Text with positioning (TJ) support

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to