Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DOMPDFで奇妙な問題が発生します。
brタグが含まれるコンテンツを使用する場合は常に。
<p> Something<br/> Something Else<br/> Last line </p>
レンダリングされた出力pdfは、brタグがある行を正当化するように見えるため、幅全体に広がります。
誰もがそれを手に入れますか?それを防ぐ方法はありますか?
トランクから最新バージョンを使用しています。
ええと-私はそれを試してみようと思ったが、明らかにそうではなかった。
Pスタイルをtext-align:leftに明示的に表示すると、それが修正されます。