Message from discussion
Printing a text over an image
Received: by 10.180.87.170 with SMTP id az10mr1781455wib.0.1352312218903;
Wed, 07 Nov 2012 10:16:58 -0800 (PST)
Path: q13ni181191wii.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!212.27.60.64.MISMATCH!cleanfeed3-b.proxad.net!nnrp2-1.free.fr!not-for-mail
From: Laurent Pointal <laurent.poin...@free.fr>
Reply-To: laurent.poin...@laposte.net
Date: Wed, 07 Nov 2012 19:16:58 +0100
User-Agent: KNode/4.8.5
Subject: Re: Printing a text over an image
Newsgroups: comp.lang.python
References: <2e801261-9ec6-4660-bbd1-6168c3dce8ed@v3g2000yqb.googlegroups.com>
MIME-Version: 1.0
Lines: 22
Message-ID: <509aa59a$0$1835$426a74cc@news.free.fr>
Organization: Guest of ProXad - France
NNTP-Posting-Date: 07 Nov 2012 19:16:58 CET
NNTP-Posting-Host: 78.192.180.54
X-Trace: 1352312218 news-1.free.fr 1835 78.192.180.54:46210
X-Complaints-To: abuse@proxad.net
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7Bit
Martha Morrigan wrote:
>
> 3) Any more simple approach or module to deals with printers (paper
> and/or pdf) will be welcome.
For pdf, you can take a look at ReportLab's Toolkit. I used it to build a
"trombinoscope" (ie an employee directory with each member's photo on top of
his name and room number).
http://www.reportlab.com/software/opensource/
Once created the pdf, you must find a solution to send it to the printer...
>
> Thanks in advance,
>
> Martha
A+
Laurent.