PDF generator using HTML and CSS
Project description
This project is community-led! To strengthen it, please hang out on IRC #xhtml2pdf (Freenode) or join our maling list.
Call for testing
This project is heavily dependent on getting its test coverage up! Currently, Python 3 support is being worked on and many refactors and suggestions are potentially coming in. Furthermore, parts of the codebase could do well with cleanups and refactoring.
If you benefit from xhtml2pdf, perhaps look at the test coverage and identify parts that are yet untouched?
About
xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent.
The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies.
Installation
This is a typical Python library and is installed using pip:
pip install xhtml2pdf
To obtain the latest experimental version that has Python 3 support, please use a prerelease:
pip install --pre xhtml2pdf
Requirements
Python 2.7+. Only Python 3.4+ is tested and guaranteed to work.
All additional requirements are listed in requirements.txt file and are installed automatically using the pip install xhtml2pdf method.
Development environment
If you don’t have it, install pip, the python package installer:
sudo easy_install pip
For more information about pip refer to http://www.pip-installer.org/.
I will recommend using virtualenv for development. This is great to have separate environment for each project, keeping the dependencies for multiple projects separated:
sudo pip install virtualenv
For more information about virtualenv refer to http://www.virtualenv.org/
Create virtualenv for the project. This can be inside the project directory, but cannot be under version control:
virtualenv --distribute xhtml2pdfenv --python=python2
Activate your virtualenv:
source xhtml2pdfenv/bin/activate
Later to deactivate use:
deactivate
Next step will be to install/upgrade dependencies from requirements.txt file:
pip install -r requirements.txt
Run tests to check your configuration:
nosetests --with-coverage
You should have a log with success status:
Ran 36 tests in 0.322s OK
Python integration
Some simple demos of how to integrate xhtml2pdf into a Python program may be found here: test/simple.py
Running tests
Two different test suites are available to assert xhtml2pdf works reliably:
Unit tests. The unit testing framework is currently minimal, but is being improved on a daily basis (contributions welcome). They should run in the expected way for Python’s unittest module, i.e.:
nosetests --with-coverage (or your personal favorite)
Functional tests. Thanks to mawe42’s super cool work, a full functional test suite lives in testrender/.
Contact
IRC: #xhtml2pdf on freenode
Mailing list: xhtml2pdf@googlegroups.com
Google group: http://groups.google.com/group/xhtml2pdf
History
This are the major milestones and the maintainers of the project:
2000-2007, commercial project, spirito.de, written by Dirk Holtwich
2007-2010 Dirk Holtwich (project named “Pisa”, project released as GPL)
2010-2012 Dirk Holtwick (project named “xhtml2pdf”, changed license to Apache)
2012-2015 Chris Glass (@chrisglass)
2015- Benjamin Bach (@benjaoming)
For more history, see the CHANGELOG.
License
Copyright 2010 Dirk Holtwick, holtwick.it
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file xhtml2pdf-0.1a3.zip
.
File metadata
- Download URL: xhtml2pdf-0.1a3.zip
- Upload date:
- Size: 121.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4a0ed2dbf471b584bc9c33c3f7834fd97a6b96b18703118105a3bf222f79efd |
|
MD5 | e820d21e4ce95514b222530acb970bb3 |
|
BLAKE2b-256 | b63d9635f01790f0f25ae8c3c25c7714e548d2fb3ce76aefbc82b6363a941fa7 |
File details
Details for the file xhtml2pdf-0.1a3.tar.gz
.
File metadata
- Download URL: xhtml2pdf-0.1a3.tar.gz
- Upload date:
- Size: 100.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76d07fa7d58b88745b4e972fc4a55abd7d2f2716da606824d490838319953f86 |
|
MD5 | 2eed337e4dd5a01a51620844cefe225a |
|
BLAKE2b-256 | 739c2fa37a27095370a39e74f44de5e7be568b2bb47bd7cb23e7adc5b678bd3c |
File details
Details for the file xhtml2pdf-0.1a3-py3-none-any.whl
.
File metadata
- Download URL: xhtml2pdf-0.1a3-py3-none-any.whl
- Upload date:
- Size: 251.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9247a02d8022b37491d97f3a95f31f96350d855b043b0122709d2081339eda28 |
|
MD5 | 433dba69d69957453ffc72a3ff412234 |
|
BLAKE2b-256 | 91e5fe12eec94bd5f9f6b3698d3715cce005548bbef1b3774195ec842444a916 |