Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29413
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-09-18 00:16 -0700 |
| References | <mailman.829.1347871673.27098.python-list@python.org> |
| Subject | Re: reportlab and python 3 |
| From | wxjmfauth@gmail.com |
| Message-ID | <mailman.861.1347952571.27098.python-list@python.org> (permalink) |
Le lundi 17 septembre 2012 10:48:30 UTC+2, Laszlo Nagy a écrit : > 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 A big yes and it is very easy. I assume you know how to write a plain text file with Python :-). Use your Python to generate a .tex file and let it compile with one of the pdf TeX engines. Potential problems: - It requires a TeX installation (a no problem). - Of course I requires some TeX knowledge. Learning it is not so complicate. Learn how to use TeX with a text editor and you will quickly understand what you have to program in Python. Bonus: you learn at the same time a good text editing engine. I can not figure out something more simple, versatile and powerful. jmf
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
reportlab and python 3 Laszlo Nagy <gandalf@shopzeus.com> - 2012-09-17 10:47 +0200
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 00:16 -0700
Re: reportlab and python 3 Laszlo Nagy <gandalf@shopzeus.com> - 2012-09-18 11:04 +0200
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 04:17 -0700
Re: reportlab and python 3 Laszlo Nagy <gandalf@shopzeus.com> - 2012-09-18 15:31 +0200
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 10:10 -0700
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 10:10 -0700
Re: reportlab and python 3 Terry Reedy <tjreedy@udel.edu> - 2012-09-18 13:33 -0400
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 04:17 -0700
Re: reportlab and python 3 wxjmfauth@gmail.com - 2012-09-18 00:16 -0700
csiph-web