Skip to main content

The ReportLab Toolkit

Project description

=====================================
README
=====================================

(C) Copyright ReportLab Europe Ltd. 2000-2014.
See ``LICENSE.txt`` for license details.

This is the ReportLab PDF Toolkit. It allows rapid creation
of rich PDF documents, and also creation of charts in a variety
of bitmap and vector formats.

This library is also the foundation for our commercial product
Report Markup Language (RML), available in the ReportLab PLUS
package. RML offers many more features, a template-based style
of document development familiar to all web developers, and
higher development productivity. Please consider trying out
RML for your project, as the license sales support our open
source development.

Contents of this file:

1. Licensing

2. Installation

2.1 Source Distribution or Subversion

2.2 Manual Installation without C Compiler (e.g. Windows)

2.3 easy_install

2.4 Windows .exe Installer

2.5 Ubuntu and other Debian-based Systems

3. Prerequisites / Dependencies

4. Documentation

5. Acknowledgements and Thanks


1. Licensing
============
BSD license. See ``LICENSE.txt`` for details.


2. Installation
===============

In most cases, ``easy_install reportlab`` or ``pip install reportlab`` will
do the job. Full details follow below for each platform.


2.1 General prerequisites
--------------------------
You need to have installed Python (versions 2.7 or >=3.3),
and ideally PIL or Pillow with Freetype support; more notes on prerequisites
follow below.

2.2. Where to get the code
------------------------------------------
Latest builds are available from ReportLab's
open source download area::

https://www.reportlab.com/pypi/

Main releases are also available from the Python Package Index:

http://pypi.python.org/

From March 2013, the code is being hosted in Mercurial on BitBucket.
You can obtain the latest code from our Mercurial repository with::

hg clone https://bitbucket.org/rptlab/reportlab


Users of our commercial libraries, and/or anyone who registers on our site,
can also access our commercial area which has exactly the same packages,
paired with the matching commercial ones (rlextra); it is important to keep
both in sync.




2.3 Windows Packages
--------------------
We no longer made .exe or .msi files. We provide ``.whl`` files with compiled
C extensions for all supported python versions at

http://pypi.python.org/pypi/reportlab/

These may be installed using recent `pip` or other competent distribution
package. If you aren't comfortable with the command line, we recommend pip-win:
https://sites.google.com/site/pydatalog/python/pip-for-windows

This will NOT install the tests, examples and documentation. If you want
to learn your way around the package or do development with it on Windows,
we suggest you also obtain source from https://bitbucket.org/rptlab/reportlab
and work with the examples/tests within that directory.

2.4 Mac OS
-------------
On Mac OS, you will need XCode with the Command Line Tools option installed
in order to compile the C extensions. On Lion
or later, type ``clang`` at a prompt; if you get ``command not found`` or
similar, the C compiler is not installed.

We then recommend the *brew* installation tool to fetch open source packages.
You should run::

brew install freetype

before instaling *reportlab* to ensure that the Python Imaging Library gets
compiled with JPEG support.

Thereafter, you can install with ``easy_install reportlab`` or by fetching
the source and using ``python setup.py install``


2.5 Unix / Linux
-----------------

On Unix and Mac OS we assume a C compiler is available to compile the
C extensions.

On Ubuntu, you will need
*build-essential*, *libfreetype6-dev*, *python-dev* and *python-imaging*.
Most other Linux and xBSD distributions have packages with
similar names.


Thereafter, you can use ``easy_install reportlab``, ``pip install reportlab``,
or fetch the source and use ``python setup.py install``.

From Ubuntu 12.04 desktop onwards, a copy of reportlab is already installed.
Take care not to confuse it with any releases you download.




3. Prerequisites / Dependencies
===============================
This works with Python 2.5 - 2.7. Older versions are available
going back to Python 1.5 or thereabouts.

There are no absolute prerequisites beyond the Python
standard library; but the Python Imaging Library (PIL or Pillow)
is needed to include images other than JPG inside PDF files.

The C extension are optional but anyone able to do so should
use _rl_accel as it helps achieve acceptable speeds when wrapping
paragraphs and measuring text string lengths. The
_renderPM extension allows graphics (such as charts) to be saved
as bitmap images for the web, as well as inside PDFs.


4. Documentation
================
Naturally, we generate our own manuals using the library.
In a 'built' distribution, they may already be present in the
docs/ directory. If not, execute ``python genAll.py`` in
that directory, and it will create three PDF manuals::

reportlab-userguide.pdf
reportlab-reference.pdf
reportlab-graphics-reference.pdf

These are also available in daily build form from the documentation
page on our web site. The manuals are very useful 'how-to' examples
if you are aiming to create long documents.

5. Test suite
=============
Tests are in the ``tests/`` directory. They can be executed by cd'ing into the
directory and executing ``python runAll.py``, or from ``python setup.py tests``.

The tests will simply try to 'import reportlab'. Be warned that if you already have a copy
of reportlab installed (which happens by default in Ubuntu 12.04 desktop), it may try to
run the installed reportlab and cause permission errors as it can't generate PDF files
without sudo rights.

If you do not have a copy insralled and run them prior to installation/compilation,
there may be one or two failures from tests which exercise the C extensions that have not
been compiled.

The tests mostly produce output files with the same name as the test, but extension
.pdf. It is worth reviewing the list of test scripts as they provide valuable 'how
to' information.

If you have no internet connection, one or two tests may fail where we try to load images
from URLs. This is normal. The next release of this package will silently skip
such tests using features only available in Python 2.7.

6. Demos
========
A small number of demo programs are included in ``demos/``, none of which are particularly
exciting, but which may have some intructional value. These were the first programs we
wrote back in 2000.

The *odyssey* demo serves as our benchmark suite. If you download the full Odyssey text,
you can generate a PDF of Homer's Odyssey with either (a) no wrapping, (b) simple paragraphs
or (c) paragraphs with enough artificial markup (bold/italic on certain words) to exercise
the parser.


7. Acknowledgements and Thanks
==============================
``lib/normalDate.py`` originally by Jeff Bauer.

Many, many contributors have helped out between 2000 and 2013.
We try to keep a list in the first chapter of the User Guide; if you
have contributed and are not listed there, please let us know.

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 Distribution

reportlab-3.1.44.tar.gz (1.9 MB view details)

Uploaded Source

Built Distributions

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

reportlab-3.1.44-cp34-none-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.4Windows x86-64

reportlab-3.1.44-cp34-none-win32.whl (2.0 MB view details)

Uploaded CPython 3.4Windows x86

reportlab-3.1.44-cp33-none-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.3Windows x86-64

reportlab-3.1.44-cp33-none-win32.whl (2.0 MB view details)

Uploaded CPython 3.3Windows x86

reportlab-3.1.44-cp27-none-win_amd64.whl (2.1 MB view details)

Uploaded CPython 2.7Windows x86-64

reportlab-3.1.44-cp27-none-win32.whl (2.0 MB view details)

Uploaded CPython 2.7Windows x86

File details

Details for the file reportlab-3.1.44.tar.gz.

File metadata

  • Download URL: reportlab-3.1.44.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for reportlab-3.1.44.tar.gz
Algorithm Hash digest
SHA256 f6c22e4afefd1aed0e85f1c1216eee5e74d2eb77d53963feab0172b321b636d5
MD5 34f13c50b416c6bea12e3d8cb23ec7d7
BLAKE2b-256 77d73860b9b1484e994c8d55309f9be12be43096b2052676e39af5589ecc7074

See more details on using hashes here.

File details

Details for the file reportlab-3.1.44-cp34-none-win_amd64.whl.

File metadata

File hashes

Hashes for reportlab-3.1.44-cp34-none-win_amd64.whl
Algorithm Hash digest
SHA256 3ca2715397e8c05fdbc6099edbbd69f5524116a807966ce8390b3fd2edc98102
MD5 a0963ef05d4cf369bfcc9e51b4b9402c
BLAKE2b-256 f0a3f7036b6d22610ba69d5ad9b61f075da88683930da00bd31e662c3759d6a3

See more details on using hashes here.

File details

Details for the file reportlab-3.1.44-cp34-none-win32.whl.

File metadata

File hashes

Hashes for reportlab-3.1.44-cp34-none-win32.whl
Algorithm Hash digest
SHA256 e16b6112bc31eabd74c9671924db9eadb2639abce1fad4ffd5b5169872fe8487
MD5 7a37ff40c8f26c37e716a3d8c500da22
BLAKE2b-256 566567df26c14d1d0bb9a4e80e068d2cdc8630790f5934e289f590dadeff76ad

See more details on using hashes here.

File details

Details for the file reportlab-3.1.44-cp33-none-win_amd64.whl.

File metadata

File hashes

Hashes for reportlab-3.1.44-cp33-none-win_amd64.whl
Algorithm Hash digest
SHA256 8563015fa16f986511f20e46194667fd4d7d45bb9c65ac6e549e5052577f98ee
MD5 14771ec0960f7416cd6641d59d597433
BLAKE2b-256 7d227d6993c32fdeea695a4036e5fd4f9a56c07f40565b0d22c4066a886db04d

See more details on using hashes here.

File details

Details for the file reportlab-3.1.44-cp33-none-win32.whl.

File metadata

File hashes

Hashes for reportlab-3.1.44-cp33-none-win32.whl
Algorithm Hash digest
SHA256 b157c3a7b6e59eb35ee357cad8a7116244470999f872e5ffed0d591537b25594
MD5 1ffd4e63b791e85696569ed125f57f62
BLAKE2b-256 29a3ee2f53dd4dab945b90bee5c7473ca6e92480fff0f17df1c9740c59cb6d18

See more details on using hashes here.

File details

Details for the file reportlab-3.1.44-cp27-none-win_amd64.whl.

File metadata

File hashes

Hashes for reportlab-3.1.44-cp27-none-win_amd64.whl
Algorithm Hash digest
SHA256 89827f8e64f30ca83701ec84d36791af13a1a0ad39c2e3ad848e2914bd4ed816
MD5 196cb80bb6c535dc362d5e3a04975156
BLAKE2b-256 93c5742661e2b712d4be11336062c732887c085a01430ea80ef0669bf2f0b7a1

See more details on using hashes here.

File details

Details for the file reportlab-3.1.44-cp27-none-win32.whl.

File metadata

File hashes

Hashes for reportlab-3.1.44-cp27-none-win32.whl
Algorithm Hash digest
SHA256 e4b6140eaed23714258afdfbe8dd3229d146aa79458aa0a9d59f916a7e88fe06
MD5 80449fe804324c13726f1ce5d5d4fbce
BLAKE2b-256 b94751085a2cb36a70e0a84b1984d0410943615b7711be44141a234b9b45b16b

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