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

Highly scalable html to pdf conversion using phantom workers

Results 22 phantom-html-to-pdf issues
Sort by recently updated
recently updated
newest added

There is a prototype pollution in lodash version used. It should use `4.17.5` or later. more information in https://nodesecurity.io/advisories/577

Hi, I have tried the to push the customHeaders into global config or inside conversion option but still found that no custom headers received from server. My code is something...

Hi, I am using the option "Cookies" provided in the phantom-html-to-pdf, but while sending the request to html, I did not find any cookies attached with that request. I checked...

this PR implements what i say in [this issue](https://github.com/pofider/phantom-html-to-pdf/issues/44#issuecomment-272504729). for now, i've only removed the temporal pdf file (since it is the file that causes more troubles and the most...

There is no option to specify desired TLS version. Currently is hardcoded 'any'

I noticed that there is no support for phantomjs debug option in order to track the requests made from the html. How can I solve this?

right now when phantom.exe is not there (probably because bad installation) the process silently exits. we should throw in both strategies (here and in the `phantom-workers` package) when `phantomPath` from...

The project I'm working on required me to pass zoomFactor as an option, but phantom-html-to-pdf defaults it to a 1. This tiny modification is a useful addition to this package,...

Actually the module create temporary file (html, and pdf) for the generation of the pdf. Can the plugin remove them when the pdf is created (or in case of fail)...