标签: html printing thermal-printer
我正在使用sp90驱动程序为热敏打印机打印普通页面。
<div>Hello test</div> <script type="text/javascript"> window.print();
我的div包含收据。
热敏打印机的sp90驱动程序中的页面大小为80 x 3260 mm,没有其他选项,因此它会打印一个我想要避免的很长的收据。
请帮忙
有没有办法将html页面限制为特定的页面大小?