Print.js icon indicating copy to clipboard operation
Print.js copied to clipboard

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

Open alexeyr-ci opened this issue 1 year ago • 0 comments

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.

alexeyr-ci avatar Apr 14 '23 18:04 alexeyr-ci