Open alonagar opened 8 years ago
+1 Some good resources:
Also useful: phridge, which I was using to do this manually until I replaced it with html-pdf for simplicity. Would be nice to do something similar here.
Hi!, any update of this?
PhantomJS has been officially deprecated. I would strongly recommend using puppeteer for this now. It's pretty straightforward.
for each PDF you are spawning a new phantom.js child process. is it possible to reuse the same process to create multiple PDFs, instead of killing it and reloading it for every PDF?
This will speedup the io and less CPU usage...