我想在CodeIgniter中使用DOMPDF工具生成PDF。生成帶有無邊距背景圖像的PDF
我有一個形象,我想在後臺完整的DIN A4 PDF頁面來顯示它,當我嘗試這樣做:
body{
background-image: url('http://blogs.ucl.ac.uk/quantum/files/2013/12/artwork-fullsize.jpg'); background-position: bottom right; background-repeat: no-repeat;
background-size: 100%;
width:100%;
height:100%;
padding: 0px;
margin: 0px;
}
我有一個PDF,但它似乎保證金(或填充) 。我想要沒有邊距或填充,只有完整的100%圖像背景。
謝謝,
It works @BrianS thanks =) –