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
There seems to be a problem with pdfkit.from_url(['google.com', 'yandex.ru', 'engadget.com'], 'out.pdf')
pdfkit.from_url(['google.com', 'yandex.ru', 'engadget.com'], 'out.pdf')
But this is given as en example in the readme, so I assume that is how it should work.
This works if you do: pdfkit.from_url(['google.com'], 'out.pdf')
pdfkit.from_url(['google.com'], 'out.pdf')
the error you get is:
handle_error raise IOError("wkhtmltopdf exited with non-zero code {0}. error:\n{1}".format(exit_code, error_msg)) OSError: wkhtmltopdf exited with non-zero code 1. error: Exit with code 1, due to unknown error.
At least on an Ubuntu machine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There seems to be a problem with
pdfkit.from_url(['google.com', 'yandex.ru', 'engadget.com'], 'out.pdf')
But this is given as en example in the readme, so I assume that is how it should work.
This works if you do:
pdfkit.from_url(['google.com'], 'out.pdf')
the error you get is:
At least on an Ubuntu machine.
The text was updated successfully, but these errors were encountered: