diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-11 20:01:02 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:02 +0200 |
commit | edc8fc4d9945d38d53b06c11c34a02374566a85a (patch) | |
tree | 25433d636816379dbaf0a2ec5bb8bd43dd583caa /libraries/reportlab/README | |
parent | e5373818ae6fb06163b29aa92ba427a240f6e30c (diff) |
libraries/reportlab: Added to 12.0 repository
Diffstat (limited to 'libraries/reportlab/README')
-rw-r--r-- | libraries/reportlab/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/libraries/reportlab/README b/libraries/reportlab/README new file mode 100644 index 0000000000000..bc2ea13a14f5e --- /dev/null +++ b/libraries/reportlab/README @@ -0,0 +1,27 @@ +The ReportLab Open Source PDF library is a proven industry-strength +python-based PDF generating solution, suitable for web publishers, +developers or creative design professionals who need to quickly and +easily create or automate complex (even data-driven) documents. +It is released by ReportLab Inc., under BSD license. + +It has the following features: +- create professional portable documents +- real document layout engine (Platypus) +- flowable objects such as paragraphs, headlines, tables, images, +graphics, etc. +- arbitrary Type-1 fonts +- bitmap images, vector graphics +- library of reusable primitive shapes +- extensible widget library +- uses Python, a clean OO language +- layered architecture +- includes simple demos and more complex tools +- allows for any data sources +- fully available source code +- strong community support +- platform-independent +- includes PythonPoint - PDF Presentation Tool + +If pil (Python Imaging library) is installed (it is available from +Slackbuilds.org too), reportlab can use it for working with bitmap +images. |