Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61005

Print a text at a specific location on the page

Newsgroups comp.lang.python
Date 2013-12-04 02:18 -0800
Message-ID <ea01a990-dcd4-44ea-af8f-a12045f83e83@googlegroups.com> (permalink)
Subject Print a text at a specific location on the page
From loic.espern@gmail.com

Show all headers | View raw


Hi all

This is my first post on this list :-)

I have a web-application (developped using a python framework). In this web-app, I would like to print certificates for some courses.

The principle :
The course teacher has a "default" certificates, with placeholders for the name, and the certification name. ("Congratulations _______ you successfully passed the ______ course")
He puts the certificate in his printer, and my app prints the name, and the certification on a specific location, to fill the placeholders.

I looked at ReportLab, and Pod. They seems powerfull to build complex reports, but I wonder if it exists a simpler solution just to print a text at a specific place on the page...

Thank you

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Print a text at a specific location on the page loic.espern@gmail.com - 2013-12-04 02:18 -0800
  Re: Print a text at a specific location on the page Peter Otten <__peter__@web.de> - 2013-12-04 11:57 +0100

csiph-web