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.
このHTMLページとこのPDFページは、DOMPDFを使用したPHPスクリプトによって生成されています。
ご覧のとおり、マージンと間隔は同じではありません。
正しいページを作成するための提案はありますか?
これは私のために働いた:
<style> @page { margin: 0px 0px; } </style>