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.
Googleも@Pageのドキュメントもこのリンクも、これに関する情報はありません。
html から生成した pdf のページの右側にあるフッターにページ番号を表示する次のコードがあります。
@page { @bottom-right { content: "Page " counter(page) " of " counter(pages); } }
これはうまく印刷されPage A of Xます。A と X のスタイルを設定するにはどうすればよいですか?
Page A of X