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

xhtml2pdf hangs forever on simple input #209

Closed
MirkoDziadzka opened this issue Dec 17, 2014 · 2 comments
Closed

xhtml2pdf hangs forever on simple input #209

MirkoDziadzka opened this issue Dec 17, 2014 · 2 comments

Comments

@MirkoDziadzka
Copy link

The following minimal HTML page let xhtml2pdf hangs forever (ok, I stopped it after 20 seconds or so)

<!DOCTYPE html>
<html> <head> <title>Test</title>
<style> @page { #foo { } } </style>
</head><body></body> </html>

Save this to a file foo.html and run python -m xhtml2pdf.pisa foo.html

please note that this is probably wrong syntax, but it should not hang.

@benjaoming
Copy link
Contributor

Confirmed, let's get that out of the way.

@benjaoming
Copy link
Contributor

Fixed in #284

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