如何获得打印区域的大小?

时间:2017-10-13 10:37:19

标签: javascript html css printing

需要用于计算内容的打印尺寸区域(以像素为单位)。 对于尺寸我使用css:

@page {
   size: 11in 8.5in;
   margin: 1in;
}

enter image description here

1 个答案:

答案 0 :(得分:0)

您的问题有点模糊,但假设您尝试通过JavaScript执行此操作,请参阅:

How do I retrieve an HTML element's actual width and height?

Get div height with plain JavaScript

Get DIV width and height in javascript