Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output #21

Open
mediaslave opened this issue May 1, 2012 · 1 comment
Open

Output #21

mediaslave opened this issue May 1, 2012 · 1 comment

Comments

@mediaslave
Copy link

In the libwkhtmltox docs it says:

out The path of the output file, if "-" output is sent to stdout, if empty the output is stored in a buffer.

I tried to set out to '-' which would seem to indicate that it should got to stdout. But the function only returns a boolean.

Is it possible to have the output be returned from your function?

Thanks,

Justin

@compwright
Copy link

STDOUT is not returned, it is echoed. Perhaps you could catch the output using output buffering?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants