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

Add support for CSS text-overflow #698

Open
bartosz-gorski opened this issue Jul 5, 2023 · 0 comments
Open

Add support for CSS text-overflow #698

bartosz-gorski opened this issue Jul 5, 2023 · 0 comments
Labels
CSS Issues with CSS properties feature request New feature or request

Comments

@bartosz-gorski
Copy link

text-overflow is not supported right now. I wanted to simulate the behavior to use it with long strings.

I want to achieve something like that:
expected

I tried to use -pdf-keep-in-frame-mode: truncate;, but text splits into two lines
no_word_wrap

When I use -pdf-word-wrap: CJK; text is not split after space, but then the text is not truncated
word_wrap

Is a way to achieve my goal? If not, it would be nice to have support for text-overflow

@bartosz-gorski bartosz-gorski added the feature request New feature or request label Jul 5, 2023
@timobrembeck timobrembeck added the CSS Issues with CSS properties label Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSS Issues with CSS properties feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants