Medium / phantomjs

NPM wrapper for installing phantomjs
Other
1.42k stars 436 forks source link

Can't render to /dev/stdout #757

Open clarkk opened 6 years ago

clarkk commented 6 years ago

If you do this nothing is piped to stdout (the application is hanging) But it works fine if you pass a file path

page.render('/dev/stdout', {format : 'pdf'});

Install

npm install phantomjs-prebuilt
clarkk commented 6 years ago

Is there a workaround?

mxilievski commented 6 years ago

Some news about this?