We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
STDOUT is not returned, it is echoed. Perhaps you could catch the output using output buffering?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: