node-html-pdf icon indicating copy to clipboard operation
node-html-pdf copied to clipboard

This repo isn't maintained anymore as phantomjs got dreprecated a long time ago. Please migrate to headless chrome/puppeteer.

Results 132 node-html-pdf issues
Sort by recently updated
recently updated
newest added

Hello, The header of my HTML file looks like this: ```html ``` Somewhere else in my HTML file, I have an image: ```html ``` I am trying to compile with...

I have a .html template all organized with "display: flex;", but the html-pdf ignores the defined flex.

In my PC (Kubuntu 20.04) it works perfectly. The problem appears when I deploy to Vercel. To begin with, I need to set `phantomPath`, otherwise I get a "write EPIPE"...

**what is my problem?** let base = path.resolve('./public') + '/'; base = base.replace(new RegExp(/\\/g), '/'); var optionss = {childProcessOptions: { env: { OPENSSL_CONF: '/dev/null' } },format: "Letter",zoomFactor: "1",base: `file:///${base}`,"localUrlAccess": true};...

[Error: ENOENT: no such file or directory, open 'C:\tmp\html-pdf-11516.pdf'] { errno: -4058, code: 'ENOENT', syscall: 'open', path: 'C:\\tmp\\html-pdf-11516.pdf' }

Hi I'm using the grayscale filter on the body tag. The output file gets blurred. my code: ``` @media print {body{-webkit-filter: grayscale(100%);}} ``` Before: ![image](https://user-images.githubusercontent.com/30124243/170821875-cb06b9d3-5ef1-4d9e-b120-d2fa24d0c80b.png) After: ![image](https://user-images.githubusercontent.com/30124243/170821902-1025126e-144f-4a00-90dc-8e684fa0d5bd.png)

Is it possible to get the HTML source code for the receipt example. Thanks

CSS not working with dynamic content breaking page after dynamic data

everything works fine on local server ..... but when i deploy it in AWS server using docker .I respond be this error. Error: write EPIPE at afterWriteDispatched (internal/stream_base_commons.js:150:25) at writeGeneric...

hi ,i'm trying to use html-pdf module , but it throws "html-pdf: Failed to load PhantomJS module. You have to set the path to the PhantomJS binary using \'options.phantomPath" error...