1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 16:37:47 +03:00
The awesome document factory
Go to file
Simon Sapin 6b78c33622 First stab at FireWeasy.
The idea is to render the box tree in a browser instead of cairo,
so that tools like FireBug can be used to see the actual
dimensions of various boxes to help debug documents.
2012-01-25 19:06:33 +01:00
fireweasy First stab at FireWeasy. 2012-01-25 19:06:33 +01:00
weasy First stab at FireWeasy. 2012-01-25 19:06:33 +01:00
.coveragerc Don't cover NotImplementedErrors 2011-11-05 00:53:04 +01:00
.gitignore Ignore /dist 2011-10-28 17:41:24 +02:00
.pylintrc Better reporting of image errors. 2011-12-26 11:48:40 +01:00
CHANGES Implement page-break-before and page-break-after (without 'avoid'). 2012-01-20 11:55:06 +01:00
COPYING Add links to the website and an AGPL licence. 2011-04-28 19:15:30 +02:00
MANIFEST.in Make pixel tests not write PNGs unless a test fails. 2012-01-02 15:28:51 +01:00
README Remove obselete parts of the README. 2011-11-25 17:42:38 +01:00
setup.py Fix tests with SVG images, require a new CairoSVG version. 2012-01-16 11:39:02 +01:00
test_requirements Remove gorun settings. I just use inotifywait. 2011-10-24 13:51:10 +02:00
tox.ini Add a tox config. 2011-10-10 16:37:16 +02:00
weasyprint.py First stab at FireWeasy. 2012-01-25 19:06:33 +01:00

WeasyPrint converts web documents (HTML, CSS, ...) to PDF.

See the website and documentation at http://weasyprint.org/