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

Call to wkhtmltopdf never terminate #23

Open
dbourguignon opened this issue Jul 11, 2014 · 0 comments
Open

Call to wkhtmltopdf never terminate #23

dbourguignon opened this issue Jul 11, 2014 · 0 comments

Comments

@dbourguignon
Copy link

Tested on Max OS X (10.9.4)
Ruby 1.9.3p484

With several version of wkhtmltopdf (the one in wkhtmltopdf-binaries, the standard one on brew, one compiled by myself)

Tested with wisepdf version 1.2.5 and 1.4.0

the log dump :


"/usr/local/bin/wkhtmltopdf" "--encoding" "UTF-8" "--quiet" "-" "-"


And get stuck there. An icon of wkhtmltopdf appear in the dock, and I have to kill it to continue.

I generated the HTML and ran manually using :

cat tmp/invoice.html | wkhtmltopdf --quiet --encoding UTF-8 - -

and it worked well, generating a correct PDF.

The input file is a quite big html with a big inline CSS :
https://gist.github.com/dbourguignon/59668a75c739ced50eb4

Any idea ?

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

1 participant