我想从第一页删除标题,我将标题定义为:
header = {
height: header_height,
contents: phantom.callback(function(pageNum, numPages) {
if(pageNum == 1) {
return "";
}
return header_contents;
})
};
但是它使用header_height
留空空白。有没有办法为第一页设置header.height=0
?
答案 0 :(得分:0)
您无法专门为第一页设置保证金。但是你可以在第一页上包含css样式,因为phantomjs尊重css margin