Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'suppose': 0.07; 'instances.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'that).': 0.09; 'python': 0.11; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'subject:generator': 0.16; 'header:User-Agent:1': 0.23; 'specify': 0.24; 'tables': 0.26; 'header:X-Complaints-To:1': 0.27; 'especially': 0.30; 'bunch': 0.31; 'quotes': 0.31; 'writes:': 0.31; 'stuff': 0.32; '(including': 0.33; "i'd": 0.34; 'classes': 0.35; 'but': 0.35; 'charset:us-ascii': 0.36; 'invoice': 0.37; 'christian': 0.38; 'generic': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'applicable': 0.60; 'range': 0.61; 'received:217': 0.63; 'high': 0.63; 'containing': 0.69; 'quality': 0.72; 'pdfs': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: dieter Subject: Re: PDF generator decision Date: Wed, 15 May 2013 08:22:25 +0200 References: <3f4500ad-784a-401d-a089-e2b7081821e9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gmane-NNTP-Posting-Host: pd9e0b5a9.dip0.t-ipconnect.de User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux) Cancel-Lock: sha1:qiD9Dn1SrtM5DZVKTY4Pp1zwWUU= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368598960 news.xs4all.nl 15863 [2001:888:2000:d::a6]:55675 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45325 Christian Jurk writes: > ... > So far I'd like to ask which is the (probably) best way to create PDFs in Python (3)? It is important for me that I am able to specify not only background graphics, paragaphs, tables and so on but also to specify page headers/footers. The reason is that I have a bunch of documents to be generated (including Invoice templates, Quotes - stuff like that). High quality layouts, especially those containing (potentially complex tables), are very difficult to generate automatically. I do not suppose that you will find a generic solution - one applicable to a wide range of document classes and garanteeing high quality layout for almost all of its document instances.