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.
Twitter Bootstrap を使用してスタイル設定された weasyprint で Web ページをレンダリングした経験のある人はいますか? 試してみると、html はまったくスタイルが適用されていないかのようにレンダリングされます。
私は問題が何であるかを理解しました。スタイル シートを宣言したときに、media="screen" を設定しましたが、そのタグ要素を削除したところ、修正されたようです。さらに調査したところ、別のスタイルシートを宣言して media="print" を設定することもできることがわかりました。