cognitom / paper-css

Paper CSS for happy printing
https://www.npmjs.com/package/paper-css
MIT License
2.51k stars 342 forks source link

div support #17

Closed nueko closed 6 years ago

nueko commented 7 years ago

Hi, greate if we support div element print, not only body.

cognitom commented 6 years ago

I'm not sure... If you think about printing a part of entire document, it may needs some JavaScript hack.

Note: And also I got to mention about the brower limitation: we can't set multiple page size in one document.

I'll close this issue, but feel free to reopen. Thanks.

Simon-Tang commented 6 years ago

For what it's worth, only CSS is needed to only print some elements, using @media print. (Although you'd still use JS to specify specific pages).

MDN reference: https://developer.mozilla.org/en-US/docs/Web/CSS/@media