WeasyPrint
WeasyPrint copied to clipboard
The awesome document factory
Just a quick bug I came across, the css property: 'text-transform: capitalize' makes every letter in the word lowercase, except for the first which is made uppercase. According to the...
Transform the first typographic letter unit of each word to uppercase without modifying other characters See issue Kozea#1612
Bonjour WeasyPrint team, Thanks much for the excellent software. We're seeing a regression in 0.55 (I believe traced back to the [pydyf 0.0.3 -> 0.2](https://github.com/Kozea/WeasyPrint/commit/3ec5e8fbd8fbe0eac060196e778dfcdf9b974be9) change. Screenshots below, there are...
Additionally, ctypes.util.find_library() did not manage to locate a library called 'gobject-2.0-0'
I am facing this error while using WeasyPrint in django application. ```bash File "/usr/local/lib/python3.9/site-packages/cffi/api.py", line 827, in _load_backend_lib raise OSError(msg) OSError: cannot load library 'gobject-2.0-0': dlopen(gobject-2.0-0, 0x0002): tried: '/usr/local/lib/gobject-2.0-0' (no...
I am trying to replicate a print layout via CSS I've successfully created with Chrome. For each page, I want a containing `div` that is 100% height and width of...
I have a symptom that looks like the one described in #794. ``` ... File "/opt/pyenv-weasyprint/lib/python3.9/site-packages/weasyprint/document.py", line 216, in [Page(page_box) for page_box in page_boxes], File "/opt/pyenv-weasyprint/lib/python3.9/site-packages/weasyprint/layout/__init__.py", line 128, in layout_document...
This module allows a designer to align text with a custom shape or path and set a space between the object and the text. This module is defined as a...
Hello! First, thanks for this amazing tool / library ! I use CSS variables to style some parts of a report, it works well for many css properties but I...