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 133 node-html-pdf issues
Sort by recently updated
recently updated
newest added

What's the default dpi value? Is it configurable? My images have bad quality, I was wondering if that's the problem.

/node_modules/html-pdf/bin/index.js:30 if (err) throw err ^ Error: html-pdf: Unknown Error Auto configuration failed 140389713233856:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file...

Hi , I am new to html-pdf package. Can someone please tell how to create TOC (table of contents) for a pdf file. Thanks in advance.

Error: html-pdf: Unknown Error internal/validators.js:120 throw new ERR_INVALID_ARG_TYPE(name, 'string', value); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received null at validateString (internal/validators.js:120:11) at normalizeSpawnArguments (child_process.js:411:3) at...

Hello All, I have used npm package 'html-pdf' to generate and downloaded a pdf through streaming . But I wonder why my generated pdf stored in TMP directory with name...

Hello! When I put `` with absolute position at (0, 0) it appeared in page at top left corner, but without this style properties it appeared with some margins (or...

I'm creating a pdf from a html with thead and tbody tags, I have already removed all style I had and I'm still with the same problem. Starting from second...

Hi! A service running many days begins to log this error. Error: spawn E2BIG at ChildProcess.spawn (node:internal/child_process:413:11) at Object.spawn (node:child_process:700:9) at PDF.PdfExec [as exec] (**/app/node_modules/html-pdf/lib/pdf.js:89:28**) at PDF.PdfToFile [as toFile] (/app/node_modules/html-pdf/lib/pdf.js:85:8)...

There is no problem to operate on Linux system. However, on windoows system, has error as following: Error: spawn D:Servicephantomjs-2.1.1-windowinphantomjs ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:478:16) at processTicksAndRejections (node:internal/process/task_queues:83:21)...

I am trying to use node-html-pdf on **linux/arm64** combination where I went into phantom-js prebuilt package and edited the download URL to download extract file for which supports linux-arm-64 refer...