xhtml2pdf2


Namexhtml2pdf2 JSON
Version 0.2.11 PyPI version JSON
download
home_pagehttp://github.com/brunomiglioretto/xhtml2pdf
SummaryPDF generator using HTML and CSS
upload_time2023-07-10 20:17:32
maintainerBruno Miglioretto
docs_urlNone
authorDirk Holtwick
requires_python
licenseApache License 2.0
keywords pdf html xhtml xml css
VCS
bugtrack_url
requirements arabic-reshaper coverage html5lib Pillow pypdf python-bidi reportlab svglib pyHanko pyhanko-certvalidator
Travis-CI No Travis.
coveralls test coverage
            XHTML2PDF
=========

.. image:: https://img.shields.io/pypi/v/xhtml2pdf?label=PyPI&logo=PyPI&logoColor=white&color=blue
    :target: https://pypi.python.org/pypi/xhtml2pdf
    :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/xhtml2pdf?label=Python&logo=Python&logoColor=white
    :target: https://www.python.org/downloads
    :alt: Python versions

.. image:: https://img.shields.io/coveralls/github/xhtml2pdf/xhtml2pdf?label=Coveralls&logo=Coveralls&logoColor=white
    :target: https://coveralls.io/github/xhtml2pdf/xhtml2pdf
    :alt: Coveralls

.. image:: https://img.shields.io/readthedocs/xhtml2pdf?label=Read%20the%20Docs&logo=read%20the%20docs&logoColor=white
   :target: http://xhtml2pdf.readthedocs.io/en/latest/?badge=latest
   :alt: Read the Docs

|

Release Notes can be found here: `Release Notes <https://xhtml2pdf.readthedocs.io/en/latest/release-notes.html>`__
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.

About
=====

xhtml2pdf is a HTML to PDF converter using Python, the ReportLab Toolkit, html5lib and pypdf. It supports HTML5 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 is that a user with web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies.

Please consider support this project using `Patreon <https://www.patreon.com/xhtml2pdf>`__ or Bitcoins: ``bc1qmr0skzwx5scyvh2ql28f7gfh6l65ua250qv227``



Documentation
==============

The documentation of xhtml2pdf is available at `Read the Docs <http://xhtml2pdf.readthedocs.io>`__.

And we could use your help improving it! A good place to start is ``doc/source/usage.rst``.


Installation
============

This is a typical Python library and can be installed using pip::

    pip install xhtml2pdf


Requirements
============

Only Python 3.7+ is tested and guaranteed to work.

All additional requirements are listed in the ``requirements.txt`` file and are installed automatically using the ``pip install xhtml2pdf`` method.


Alternatives
==============================

You can try `WeasyPrint <http://weasyprint.org>`__. The codebase is pretty, it has different features and it does a lot of what xhtml2pdf does.


Call for testing
================

This project is heavily dependent on getting its test coverage up! 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>`__ and identify parts that are yet untouched.


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

#. We will recommend using ``virtualenv`` for development.

#. Create a virtualenv for the project. This can be inside the project directory, but cannot be under version control::

    python -m venv xhtml2pdfenv

#. Activate your virtualenv::

    source xhtml2pdfenv/bin/activate

   Later to deactivate it use::

    deactivate

#. The next step will be to install/upgrade dependencies from the ``requirements.txt`` file::

    pip install -r requirements.txt

#. Run tests to check your configuration::

    nosetests --with-coverage

   You should have a log with the following success status::

    Ran 167 tests in 34.585s

    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 that xhtml2pdf works reliably:

#. Unit tests. The unit testing framework is currently minimal, but is being
   improved on a regular 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 is available at ``testrender/``.

You can run them using make

.. code:: bash

        make test       # run nosetest
        make test-ref   # generate reference data for testrender
        make test-all   # Run all test using tox

Contact
=======

This project is community-led! Feel free to open up issues on GitHub about new ideas to improve xhtml2pdf.


History
=======

These 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-2018 Sam Spencer (@LegoStormtroopr)
* 2018-Current Luis Zarate (@luisza) 

For more history, see the `Release Notes <https://xhtml2pdf.readthedocs.io/en/latest/release-notes.html>`__.

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.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/brunomiglioretto/xhtml2pdf",
    "name": "xhtml2pdf2",
    "maintainer": "Bruno Miglioretto",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "brunomiglioretto@gmail.com",
    "keywords": "PDF,HTML,XHTML,XML,CSS",
    "author": "Dirk Holtwick",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f7/27/61c069509bd72af98562383eab913b8ae95b730eb73323b2c971d1d75fbc/xhtml2pdf2-0.2.11.tar.gz",
    "platform": null,
    "description": "XHTML2PDF\n=========\n\n.. image:: https://img.shields.io/pypi/v/xhtml2pdf?label=PyPI&logo=PyPI&logoColor=white&color=blue\n    :target: https://pypi.python.org/pypi/xhtml2pdf\n    :alt: PyPI version\n\n.. image:: https://img.shields.io/pypi/pyversions/xhtml2pdf?label=Python&logo=Python&logoColor=white\n    :target: https://www.python.org/downloads\n    :alt: Python versions\n\n.. image:: https://img.shields.io/coveralls/github/xhtml2pdf/xhtml2pdf?label=Coveralls&logo=Coveralls&logoColor=white\n    :target: https://coveralls.io/github/xhtml2pdf/xhtml2pdf\n    :alt: Coveralls\n\n.. image:: https://img.shields.io/readthedocs/xhtml2pdf?label=Read%20the%20Docs&logo=read%20the%20docs&logoColor=white\n   :target: http://xhtml2pdf.readthedocs.io/en/latest/?badge=latest\n   :alt: Read the Docs\n\n|\n\nRelease Notes can be found here: `Release Notes <https://xhtml2pdf.readthedocs.io/en/latest/release-notes.html>`__\nAs with all open-source software, its use in production depends on many factors, so be aware that you may find issues in some cases.\n\n**Big thanks** to everyone who has worked on this project so far and to those who help maintain it.\n\nAbout\n=====\n\nxhtml2pdf is a HTML to PDF converter using Python, the ReportLab Toolkit, html5lib and pypdf. It supports HTML5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python, so it is platform independent.\n\nThe main benefit of this tool is that a user with web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies.\n\nPlease consider support this project using `Patreon <https://www.patreon.com/xhtml2pdf>`__ or Bitcoins: ``bc1qmr0skzwx5scyvh2ql28f7gfh6l65ua250qv227``\n\n\n\nDocumentation\n==============\n\nThe documentation of xhtml2pdf is available at `Read the Docs <http://xhtml2pdf.readthedocs.io>`__.\n\nAnd we could use your help improving it! A good place to start is ``doc/source/usage.rst``.\n\n\nInstallation\n============\n\nThis is a typical Python library and can be installed using pip::\n\n    pip install xhtml2pdf\n\n\nRequirements\n============\n\nOnly Python 3.7+ is tested and guaranteed to work.\n\nAll additional requirements are listed in the ``requirements.txt`` file and are installed automatically using the ``pip install xhtml2pdf`` method.\n\n\nAlternatives\n==============================\n\nYou can try `WeasyPrint <http://weasyprint.org>`__. The codebase is pretty, it has different features and it does a lot of what xhtml2pdf does.\n\n\nCall for testing\n================\n\nThis project is heavily dependent on getting its test coverage up! Furthermore, parts of the codebase could do well with cleanups and refactoring.\n\nIf you benefit from xhtml2pdf, perhaps look at the `test coverage <https://coveralls.io/github/xhtml2pdf/xhtml2pdf>`__ and identify parts that are yet untouched.\n\n\nDevelopment environment\n=======================\n\n#. If you don't have it, install ``pip``, the python package installer::\n\n    sudo easy_install pip\n\n   For more information about ``pip`` refer to http://www.pip-installer.org\n\n#. We will recommend using ``virtualenv`` for development.\n\n#. Create a virtualenv for the project. This can be inside the project directory, but cannot be under version control::\n\n    python -m venv xhtml2pdfenv\n\n#. Activate your virtualenv::\n\n    source xhtml2pdfenv/bin/activate\n\n   Later to deactivate it use::\n\n    deactivate\n\n#. The next step will be to install/upgrade dependencies from the ``requirements.txt`` file::\n\n    pip install -r requirements.txt\n\n#. Run tests to check your configuration::\n\n    nosetests --with-coverage\n\n   You should have a log with the following success status::\n\n    Ran 167 tests in 34.585s\n\n    OK\n\n\nPython integration\n==================\n\nSome simple demos of how to integrate xhtml2pdf into a Python program may be found here: ``test/simple.py``\n\n\nRunning tests\n=============\n\nTwo different test suites are available to assert that xhtml2pdf works reliably:\n\n#. Unit tests. The unit testing framework is currently minimal, but is being\n   improved on a regular basis (contributions welcome). They should run in the\n   expected way for Python's unittest module, i.e.::\n\n        nosetests --with-coverage (or your personal favorite)\n\n#. Functional tests. Thanks to mawe42's super cool work, a full functional\n   test suite is available at ``testrender/``.\n\nYou can run them using make\n\n.. code:: bash\n\n        make test       # run nosetest\n        make test-ref   # generate reference data for testrender\n        make test-all   # Run all test using tox\n\nContact\n=======\n\nThis project is community-led! Feel free to open up issues on GitHub about new ideas to improve xhtml2pdf.\n\n\nHistory\n=======\n\nThese are the major milestones and the maintainers of the project:\n\n* 2000-2007, commercial project, spirito.de, written by Dirk Holtwich\n* 2007-2010 Dirk Holtwich (project named \"Pisa\", project released as GPL)\n* 2010-2012 Dirk Holtwick (project named \"xhtml2pdf\", changed license to Apache)\n* 2012-2015 Chris Glass (@chrisglass)\n* 2015-2016 Benjamin Bach (@benjaoming)\n* 2016-2018 Sam Spencer (@LegoStormtroopr)\n* 2018-Current Luis Zarate (@luisza) \n\nFor more history, see the `Release Notes <https://xhtml2pdf.readthedocs.io/en/latest/release-notes.html>`__.\n\nLicense\n=======\n\nCopyright 2010 Dirk Holtwick, holtwick.it\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "PDF generator using HTML and CSS",
    "version": "0.2.11",
    "project_urls": {
        "Homepage": "http://github.com/brunomiglioretto/xhtml2pdf"
    },
    "split_keywords": [
        "pdf",
        "html",
        "xhtml",
        "xml",
        "css"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f72761c069509bd72af98562383eab913b8ae95b730eb73323b2c971d1d75fbc",
                "md5": "d1d5fe4ccdfb8f8c03b0a893c4c70eed",
                "sha256": "f4fdb2763131c14c02e838c72ecfb486cbfd9db47511c6ba9e543433a1f578a5"
            },
            "downloads": -1,
            "filename": "xhtml2pdf2-0.2.11.tar.gz",
            "has_sig": false,
            "md5_digest": "d1d5fe4ccdfb8f8c03b0a893c4c70eed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 127025,
            "upload_time": "2023-07-10T20:17:32",
            "upload_time_iso_8601": "2023-07-10T20:17:32.750940Z",
            "url": "https://files.pythonhosted.org/packages/f7/27/61c069509bd72af98562383eab913b8ae95b730eb73323b2c971d1d75fbc/xhtml2pdf2-0.2.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-10 20:17:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brunomiglioretto",
    "github_project": "xhtml2pdf",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "requirements": [
        {
            "name": "arabic-reshaper",
            "specs": [
                [
                    ">=",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    ">=",
                    "5.3"
                ]
            ]
        },
        {
            "name": "html5lib",
            "specs": [
                [
                    ">=",
                    "1.1"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    ">=",
                    "8.1.1"
                ]
            ]
        },
        {
            "name": "pypdf",
            "specs": [
                [
                    ">=",
                    "3.1.0"
                ]
            ]
        },
        {
            "name": "python-bidi",
            "specs": [
                [
                    ">=",
                    "0.4.2"
                ]
            ]
        },
        {
            "name": "reportlab",
            "specs": [
                [
                    ">=",
                    "3.5.53"
                ],
                [
                    "<",
                    "4"
                ]
            ]
        },
        {
            "name": "svglib",
            "specs": [
                [
                    ">=",
                    "1.2.1"
                ]
            ]
        },
        {
            "name": "pyHanko",
            "specs": [
                [
                    ">=",
                    "0.12.1"
                ]
            ]
        },
        {
            "name": "pyhanko-certvalidator",
            "specs": [
                [
                    ">=",
                    "0.19.5"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "xhtml2pdf2"
}
        
Elapsed time: 0.10300s