Print.js
Print.js copied to clipboard
Is it possible to allow printing HTML by path like PDF?
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.