-
-
Notifications
You must be signed in to change notification settings - Fork 704
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
Got u'Printed-' between two lines. Expected nothing or a preserved line break #417
Comments
Thank you for reporting 😉! Could you please provide your HTML and CSS samples? |
I think that it's been fixed by #410, could you please try the current master branch? |
No news is good news, I'm pretty sure that it's fixed now. |
I don't think this is actually fixed. I'm getting a similar error on our production servers. weasyprint 0.36 weasyprint.HTML(string=<<string in attached file>>).write_pdf('/tmp/raw_test.pdf') Edit: For others running into this this issue, I'm currently applying |
It's now fixed (duplicate of #449). |
Version 0.39 ------------ Released on 2017-06-24. Bug fixes: * Fix the use of WeasyPrint's URL fetcher with CairoSVG. Version 0.38 ------------ Released on 2017-06-16. Bug fixes: * `#477 <https://github.com/Kozea/WeasyPrint/issues/477>`_: Don't crash on font-face's src attributes with local functions. Version 0.37 ------------ Released on 2017-06-15. WeasyPrint now depends on tinycss2 instead of tinycss. New features: * `#437 <https://github.com/Kozea/WeasyPrint/issues/437>`_: Support local links in generated PDFs. Bug fixes: * `#412 <https://github.com/Kozea/WeasyPrint/issues/412>`_: Use a NullHandler log handler when WeasyPrint is used as a library. * `#417 <https://github.com/Kozea/WeasyPrint/issues/417>`_, `#472 <https://github.com/Kozea/WeasyPrint/issues/472>`_: Don't crash on some line breaks. * `#327 <https://github.com/Kozea/WeasyPrint/issues/327>`_: Don't crash with replaced elements with height set in percentages. * `#467 <https://github.com/Kozea/WeasyPrint/issues/467>`_: Remove incorrect line breaks. * `#446 <https://github.com/Kozea/WeasyPrint/pull/446>`_: Let the logging module do the string interpolation.
This issue is similar, to #389, however i am
getting this error while trying to create pdf from html:
from weasyprint import HTML, CSS
HTML(string=output).write_pdf(pdf_file_name, stylesheets=[CSS(string=css_string)])
I have attached the stack-trace in detail:
Weasy_error.txt
I am using :
WeasyPrint==0.34
Thank you for providing WeasyPrint!
The text was updated successfully, but these errors were encountered: