文本右对齐,删除 openhtmltopdf 中的尾随空格

Text-Align right, remove trailing whitespace in openhtmltopdf

我正在使用开源项目 openhtmltopdf,但我面临以下问题:

我在 div 元素中有一个 p 标签。该标签具有 属性 text-align: right。文本是右对齐的,但是当有中断时,因为 div 的宽度中断了 p-tag,它在白色 space 之后中断。 所以右边的行不在一条线上,因为有一个尾随的白色space。 white-space: 前线没有帮助。 当我显示 source-html.

时,浏览器正在正确渲染它

行尾有点像这样:

第 1 行没有中断

第 2 行有间断

。 . .第 2 行继续

这也发生在我试图用 openhtml 替换的飞碟渲染器上。

这已在较新版本的 openhtmltopdf 中修复

https://github.com/danfickle/openhtmltopdf/issues/440

https://github.com/danfickle/openhtmltopdf#102-2020-february-25