phantom-render-stream icon indicating copy to clipboard operation
phantom-render-stream copied to clipboard

Render a webpage and get the image/pdf as a stream.

Results 16 phantom-render-stream issues
Sort by recently updated
recently updated
newest added

I happened to put in a huge `timeout` value to render as a way to express that it should never timeout, since I was debugging: ``` timeout: 100000000000000000 ``` Instead...

I was trying to set some config when initializing this package. But none of my setting was taken into account. I was trying to do this: ``` var phantom =...

Thanks for the 2.2.0 release. It would be great if the HISTORY.md was updated to reflect what changed.

Hiya, I'm seeing some serious leakage going on when using the pool feature. I may very well be using the API wrong, but can you take a quick look? Here's...

I want to set the phantom `content` and get a stream in return, is there a way to do this with `phantom-render-stream`? I have gone through all the documentation and...

Very minor. The docs show `paperSize: : null,`. It should be `paperSize : null,`. Also, there is a missing coma after `phantomFlags: ['--ignore-ssl-errors=true']`

Hey there! How can I catch the error generated by phantom-render-stream? I got this error sometimes, which causes my express server to crash. ``` Error: Render failed (1 tries) Request...

[Listening on `0.0.0.0`](https://github.com/e-conomic/phantom-render-stream/blob/223e58d1653d19e4882047b13db433582ac2d0c3/index.js#L48) for a random Port could be a security risk. We should introduce a config option here.

The fix has been merged, but --strict-mode flag won't work on NodeJS until the next release of phantomjs-prebuilt https://github.com/Medium/phantomjs/pull/484