We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi when I call and use it, got error in console Uncaught (in promise) TypeError: CDP.New is not a function
sample code: const html = '
Hello, world!
const options = { port: 9222 // port Chrome is listening on } htmlPdf.create(html, options).then((pdf) => pdf.toBase64())
The text was updated successfully, but these errors were encountered:
Could you please supply:
Sorry, something went wrong.
Node.js v18.16.1 and "node": ">= 18.14.2" windows "html-pdf-chrome": "^0.8.4"
Were you able to resolve this?
If not, could you please post more code, including your import statements?
No branches or pull requests
Hi
when I call and use it, got error in console
Uncaught (in promise) TypeError: CDP.New is not a function
sample code:
const html = '
Hello, world!
'The text was updated successfully, but these errors were encountered: