crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.28k stars 672 forks source link

Is it possible to allow printing HTML by path like PDF? #669

Open alexeyr-ci opened 1 year ago

alexeyr-ci commented 1 year ago

That is, if we have

printJS({
  printable: '/',
  type: 'html'
})

it would print the home page of the domain. Having / should be enough to distinguish a path from an element ID.