cognitom / paper-css

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

How use multi orientation in one page? #26

Closed dedyprasetya closed 6 years ago

dedyprasetya commented 6 years ago

How use multi orientation in one page?

cognitom commented 6 years ago

AFIK, we can't, unfortunately.

A workaround could be like this:

// page1
print()
location.href('/page2.html')

// page2
print()