Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #3: enable text justification using CSS's text-align #33

Merged
merged 1 commit into from
Aug 28, 2016

Conversation

joaomarcusc
Copy link
Contributor

@joaomarcusc joaomarcusc commented Jul 18, 2016

PDFBox doesn't support the Tc and Tw operators, so, they are manually added inside setCharacterSpacing and setWordSpacing.
The actual value must be normalized by using the document's dots per point as well.

@danfickle
Copy link
Owner

Thanks @HiddenDog - this is much simpler than the solution I would have thought of. Sorry for going quiet, I hope to be active again soon.

@danfickle danfickle merged commit fe1c445 into danfickle:open-dev-v1 Aug 28, 2016
danfickle added a commit that referenced this pull request Aug 28, 2016
…n and added tests for text justification.

Thanks again @HiddenDog - text justification now works great.
burka pushed a commit to burka/openhtmltopdf that referenced this pull request Apr 26, 2024
* No need to build for Java 8 and 11 when we're targeting 17 in the release

* Although we shouldn't release from other than main, it makes sense to keep that check at the action as a whole-top level

* Using the plugin recommended in sonatype docs

* Might help to use the correct profile

* Trying with a settings.xml as well

* Temporarily disable the build step until the action works as expected for faster debugging

* Getting GPG error, trying without the pinentry-mode

* More stacktrace

* Believe we need the pinentry-mode

* Skip all the dependency printing

* GPG config

* Consequent usage of server id

* Trying to fix the invalid signature thing

* Keep information in flattened poms

* Revert "Temporarily disable the build step until the action works as expected for faster debugging"

This reverts commit e5134a6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants