mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
6dedb38d6f
- Use PKGNAMESUFFIX to simplify changes
- Change deprecated LICENSE
- Adobe CMaps is deprecated long ago
9877f90e0a
- Freetype fonts are brought in by py-imaging, the FREETYPE option has no effect
- Limit it to python 2.x
- Use PYDISTUTILS_AUTOPLIST
- Stagify
- Change patch+reinplace+reinplace chain to one simple reinplace
- Change from tab to space after 'WWW:' in pkg-descr
- Pass maintainership to submitter
PR: 186866
Submitted by: kozlov.sergey.404 gmail com
Approved by: maintainer
23 lines
933 B
Plaintext
23 lines
933 B
Plaintext
ReportLab is a software library that lets you directly create
|
|
documents in Adobe's Portabe Document Format (PDF) using the Python
|
|
programming language.
|
|
|
|
The ReportLab library directly creates PDF based on your graphics
|
|
commands. There are no intervening steps. Your applications can
|
|
generate reports extremely fast - sometimes orders of magnitude
|
|
faster than traditional report-writing tools.
|
|
|
|
The ReportLab library is expected to be useful in at least the
|
|
following contexts:
|
|
|
|
- Dynamic PDF generation on the web
|
|
- High-volume corporate reporting and database publishing
|
|
- An embeddable print engine for other applications, including
|
|
a 'report language' so that users can customize their own reports.
|
|
- A 'build system' for complex documents with charts, tables
|
|
and text such as management accounts, statistical reports and
|
|
scientific papers
|
|
- Going from XML to PDF in one step!
|
|
|
|
WWW: http://www.reportlab.org/rl_toolkit.html
|