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
--javascript-delay
Hi.
Thank you for crPDF.
wkhtmltopdf supports the --javascript-delay command line option.
See https://wkhtmltopdf.org/usage/wkhtmltopdf.txt
If a javascript delay isn't supported in puppeteer, I'm thinking crPDF should just ignore the command line option.
Currently, crPDF outputs error: unknown option '--javascript-delay' and doesn't produce the expected output.
error: unknown option '--javascript-delay'
Thank you.
The text was updated successfully, but these errors were encountered:
Hi @icnocop ,
Thanks for your interest in this project, I'll try to look into this and your other issues later today.
Sorry, something went wrong.
Hi @JorgenEvens.
I went ahead and implemented these feature requests in another project.
You may close the issues I created if you'd like.
Thank you for the inspiration! 🌟
No branches or pull requests
Hi.
Thank you for crPDF.
wkhtmltopdf supports the
--javascript-delay
command line option.See https://wkhtmltopdf.org/usage/wkhtmltopdf.txt
If a javascript delay isn't supported in puppeteer, I'm thinking crPDF should just ignore the command line option.
Currently, crPDF outputs
error: unknown option '--javascript-delay'
and doesn't produce the expected output.Thank you.
The text was updated successfully, but these errors were encountered: