This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 434
Can't render to stdout #481
Comments
I am also facing similar issue. when running below code with PhantomJs v1.9.15 It works fine and generate a file.
|
I have a similar issue, I want to render my pdf to stdout, to take it in a var
|
did not work for me also, I am using windows 7, phantomjs-prebuilt 2.1.13 and node 6.9.1 |
Does not work for me either, the
This was my small code:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have reported a bug to PhantomJS here
When running
it does not output anything
But it only happens when installing phantomjs with
sudo npm install -g phantomjs
, not when usingapt-get
I tried many phantomjs versions.
I tried this on my ubuntu 12.04.5 laptop and on a softlayer server running ubuntu 14.04.3 and got the same results.
Do you know the problem?
Note that when using
fs.write("/dev/stdout", page.renderBase64(), "w");
I get the following output:The text was updated successfully, but these errors were encountered: