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.
printviewとpdfファイルのテーブルに境界線を付けようとしています。ほとんどのブラウザのプリントビューで動作しますが、同じcssファイルを使用するPDFを生成すると、動作しません。PDFファイルを生成するには、PrinceXMLを使用します。
PrinceXMLのcssに境界線を追加する方法を知っていますか?
試す
table, tr, td { border: 1px solid black !important }