Skip to main content

PDF generator using HTML and CSS

Project description

*********
XHTML2PDF
*********


.. image:: https://travis-ci.org/xhtml2pdf/xhtml2pdf.svg
:target: https://travis-ci.org/xhtml2pdf/xhtml2pdf

.. image:: https://ci.appveyor.com/api/projects/status/y2mj843lpptwars9/branch/master?svg=true
:target: https://ci.appveyor.com/project/LegoStormtroopr/xhtml2pdf/branch/master

.. image:: https://coveralls.io/repos/xhtml2pdf/xhtml2pdf/badge.svg?branch=develop&service=github
:target: https://coveralls.io/github/xhtml2pdf/xhtml2pdf?branch=develop
:alt: Coveralls

.. image:: https://badge.fury.io/py/xhtml2pdf.svg
:target: https://pypi.python.org/pypi/xhtml2pdf

.. image:: https://readthedocs.org/projects/xhtml2pdf/badge/?version=latest
:target: http://xhtml2pdf.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

The current release of xhtml2pdf is xhtml2pdf **0.2b1** which is a beta that has
Python 3 support. As with all open-source software, its use in production depends
on many factors, so be aware that you may find issues in some cases.
**Big thanks** to everyone
who has worked on this project so far and to those who help maintain it.

--------------------------------------------------------------------------------

What else can you use instead?
==============================

Go use WeasyPrint, the codebase is pretty, it has a different features, and it
does a lot of what xhtml2pdf does and it is easier to use in many circumstances.

`WeasyPrint <http://weasyprint.org/>`__


Documentation?
==============

xhtml2pdf has some documentation, and we could use your help improving it.
A good place to start is ``doc/usage.rst``.


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


This project is community-led! To strengthen it, please hang out on IRC #xhtml2pdf (Freenode)
or join `our maling list <http://groups.google.com/group/xhtml2pdf>`__.


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 <https://coveralls.io/github/xhtml2pdf/xhtml2pdf?branch=master>`__ 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-2016 Benjamin Bach (@benjaoming)
* 2016-Current Sam Spencer (@LegoStormtroopr)

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

http://www.apache.org/licenses/LICENSE-2.0

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.


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

xhtml2pdf-0.2b1.zip (117.0 kB view details)

Uploaded Source

xhtml2pdf-0.2b1.tar.gz (97.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xhtml2pdf-0.2b1-py2-none-any.whl (232.7 kB view details)

Uploaded Python 2

File details

Details for the file xhtml2pdf-0.2b1.zip.

File metadata

  • Download URL: xhtml2pdf-0.2b1.zip
  • Upload date:
  • Size: 117.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for xhtml2pdf-0.2b1.zip
Algorithm Hash digest
SHA256 42ce87e4e732f0569ce592114fc007cbe50689c6a5ac50dc8d846aaa3a55e451
MD5 5793120c3622bf85ecbd0844d2501904
BLAKE2b-256 a98257ada36111511206ff2db1f77f0f3e3e5e8b2dfb073c2b6239016c493be1

See more details on using hashes here.

File details

Details for the file xhtml2pdf-0.2b1.tar.gz.

File metadata

  • Download URL: xhtml2pdf-0.2b1.tar.gz
  • Upload date:
  • Size: 97.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for xhtml2pdf-0.2b1.tar.gz
Algorithm Hash digest
SHA256 cd6f789f2deefcea56c221d125262430faa2b4ed284636f55db2b10686ba635d
MD5 4b99b1504047d3f340004243e604a297
BLAKE2b-256 638e918e2b2ced0eadb20372c23a0de7c514e83f44a2998b0d4e8d9f8fcf2216

See more details on using hashes here.

File details

Details for the file xhtml2pdf-0.2b1-py2-none-any.whl.

File metadata

File hashes

Hashes for xhtml2pdf-0.2b1-py2-none-any.whl
Algorithm Hash digest
SHA256 d4c544beb1225faa81cca8f456c1e2c3e329d56a14d366810442b20948c3a923
MD5 2e646b4e83a711ae271c0b8b69b584ea
BLAKE2b-256 3e4ab207f5928d8a36dc8b8875c0e8b8e652607fdb6a8cd57046d34cf842c191

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page