1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: python-trml2pdf
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Raphaƫl Hertzog <hertzog@debian.org>
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7.0.52), python, python-support
Homepage: http://tiny.be
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-trml2pdf/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-trml2pdf/trunk/
Package: python-trml2pdf
Architecture: all
Depends: ${python:Depends}, python-reportlab, python-imaging, ${misc:Depends}
Description: Converter of Report Markup Language (RML) file to PDF
Tiny RML2PDF is a tool to easily create PDF document without programming. It
can be used as a Python library or as a standalone binary. It converts a RML,
an XML dialect that lets you define the precise appearance of a printed
document, to a PDF. You can use your existing tools to generate an input file
that exactly describes the layout of a printed document, and RML2PDF converts
it into PDF. RML is a much more powerful and flexible alternative to XSL:FO.
|