Download the ReportLab Toolkit
The ReportLab Toolkit is a cross platform Python source package. Performance can be accelerated by compiling some extra code written in C; this is recommended but not required.
We provide precompiled binaries for Windows but not for any other platform. Many Linux distributors and other UNIX-like OS vendors provide their own binaries for download, which are installed along with the source code when using the relevant package manager.
Many Linux distributions now include ReportLab in their package repositories. However, these are not maintained by ReportLab, and might not be the latest version.
For full installation instructions, see the HG repo readme..
Prerequisites
- All our software requires Python (versions 2.4 through 2.7 supported; v2.6 is recommended if you're new to Python)
- If you want to use GIF or PNG images in your PDFs, you will also need to install the Python Imaging Library.
Latest release
The latest official release is 3.0. To see what's new, check the release notes
Cross-Platform Source Packages:
The source package can be installed with 'python setup.py install' on any platform with a C compiler. The package contains tests and documentation. In order to use the accelerated binaries on Windows, you will need to manually install the relevant DLLs .
- reportlab-3.0.zip
(2.1 MB, 14 Feb 2014, md5 checksum=2eda161e134902b2d350cd4103517089) - reportlab-3.0.tar.gz
(1.8 MB, 14 Feb 2014, md5 checksum=a4fd40abcfb604aa3bd907181133c071)
Windows Installers
These install the source code and the precompiled binary DLLs. Choose the appropriate file for your version of Python
- reportlab-3.0.win32-py2.7.exe
(2.2 MB, 14 Feb 2014, md5 checksum=bafea1c0d15b1ce96471e48bd74b6042)
Daily snapshots
- reportlab-daily-win32.zip
(2.1 MB, 26 Mar 2014, md5 checksum=5139aa5ddae345ee5957839e82b8407a) - reportlab-daily-unix.tar.gz
(1.8 MB, 26 Mar 2014, md5 checksum=91a5bf04c1092c3b3981dd1548c608f1) - reportlab-daily.win32-py2.7.exe
(2.2 MB, 19 Mar 2014, md5 checksum=90fe9f8a1812d3fed6576943555723c2) - reportlab-daily.win32-py2.6.exe
(2.2 MB, 19 Mar 2014, md5 checksum=45f48740d943b94153f2d365362053a1) - reportlab-daily.win32-py2.5.exe
(2.0 MB, 19 Mar 2014, md5 checksum=d57bb995eef3cfee7a39c2ec5a2e70e2) - reportlab-daily.win32-py2.4.exe
(2.0 MB, 27 Sep 2012, md5 checksum=a5f0ceebc6d73f3000f6554f863e8d06)
Repository checkout:
See https://hg.reportlab.com/hg-public/reportlab/
Precompiled C extensions for Windows:
To install these on Windows, just unzip the file and copy the contents to any location which is available from the PYTHONPATH environment variable.
- win32-dlls-py27.zip
(405.2 KB, 26 Mar 2014, md5 checksum=742fd0a1c2e9b9f19977ec8d1d725da9) - amd64-dlls-py27.zip
(405.2 KB, 26 Mar 2014, md5 checksum=19570f09d8c4bd0e80dd96ec84299920) - win32-dlls-py26.zip
(406.6 KB, 26 Mar 2014, md5 checksum=ae81b9d3e15a7228fd99cbbff9de30d4) - amd64-dlls-py26.zip
(406.6 KB, 26 Mar 2014, md5 checksum=d6a685e7e577a145e8ab6f0cdbfd8785) - win32-dlls-py25.zip
(401.9 KB, 26 Mar 2014, md5 checksum=fb24f8ee556b909058f69c5ff2dbb018) - win32-dlls-py24.zip
(493.0 KB, 26 Mar 2014, md5 checksum=2539e2e2f0d7027bcd10b66942a0febc)
Older Versions & Other Software
For access to all our older software and other packages, you can browse the download directory here