Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'pages.': 0.07; 'repeated': 0.07; 'python': 0.09; 'subject:python': 0.11; '(when': 0.16; 'api,': 0.16; 'shame.': 0.16; 'url:appspot': 0.16; 'thanks,': 0.18; 'split': 0.23; "haven't": 0.23; 'tried': 0.25; 'header:User- Agent:1': 0.26; 'fit': 0.26; 'library.': 0.27; 'handle': 0.33; 'to:addr:python-list': 0.33; 'table': 0.35; 'there': 0.35; 'but': 0.36; 'pdf': 0.37; 'does': 0.37; 'level': 0.37; 'files': 0.38; 'page': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'wall': 0.62; 'received:204': 0.72; 'low': 0.83 Date: Mon, 17 Sep 2012 10:47:41 +0200 From: Laszlo Nagy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: python-list@python.org Subject: reportlab and python 3 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347871673 news.xs4all.nl 6976 [2001:888:2000:d::a6]:57115 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29372 Reportlab is on the wall of shame. http://python3wos.appspot.com/ Is there other ways to create PDF files from python 3? There is pyPdf. I haven't tried it yet, but it seem that it is a low level library. It does not handle "flowables" that are automatically split across pages. It does not handle "table headers" that are repeated automatically on the top of every page (when the table does not fit on a page). I need a higher level API, with features compareable to reportlab. Is there such thing? Thanks, Laszlo