在下面的代码中,使用显示的html code.ie生成证书,此html稍后将转换为pdf,依此类推。我的问题是,当打印html页面时,下面的页面中的打印始终显示在纵向中模式。任何人都可以通过在html,css代码中进行更改来告诉我如何将其转换为横向
<body>
<div style='text-align:center;background-image: url(merit);background-repeat:no-repeat;width:1650px;height:900px;padding-top:340px;font-family:\"Times New Roman\";'>
<font style='font-size:90px;color:#122229;'>Certificate of merit</font><br/>
<font style='font-size:35px;color:#212219;'>Awarded to </font><br><br>
<font style='font-size:45px;color:#3f3c32;'><b>Tom</b></font><hr color='#666666' style='width:600px;'><br/><br/>
<font style='font-size:60px;color:#993399;'>for the position</font><br/>
<font style='font-size:60px;color:#3f3c32';>Mnnager </font><br/><br/>
<font style='font-size:30px;color:#564782';>12-Feb-2010</font><hr color='#fffff' style='width:400px;'><br/>
</div>
</body>
答案 0 :(得分:0)
我相信不同的HTML-&gt; PDF转换器可以使用不同的方法。即答案取决于您使用的PDF转换器。 也许使用标准的HTML格式就足够了,请看这个链接: Landscape printing from HTML