Table hyphenation in PDF output

Having trouble installing Oxygen XML WebHelp? Got a bug to report? Post it all here.
CQatCN
Posts: 1
Joined: Mon Aug 05, 2024 10:51 pm

Table hyphenation in PDF output

Post by CQatCN »

How do I stop the PDF transformation from automatically hyphenating at end of line?
I'm using PDF (CSS Formatter - HTML5 transformation).
image.png
You do not have the required permissions to view the files attached to this post.
julien_lacour
Posts: 718
Joined: Wed Oct 16, 2019 3:47 pm

Re: Table hyphenation in PDF output

Post by julien_lacour »

Hello,

By default, hyphenation is enabled in tables but you can override this property in the CSS:

Code: Select all

*[class ~= "topic/table"] {
  hyphens: manual;
}
Regards,
Julien
Post Reply