I am trying to develop a small script that generate a complete new pdf, mainly text and tables, as a result. I am looking for a better way to do this.
I read about reportlab, which seems pretty good. As I can see, he has only one drawback. It's hard to write a template without a commercial version, and the code seems to be hard to maintain.
So, I was looking for a more suitable way and found xhtml2pdf, but this software is quiet and cannot generate tables of two pages or more.
The last solution, in my opinion, is to generate a tex file with a template framework, and then call pdftex as a subprocess.
I would use the latter and go through LateX. Do you do this, do you have any better ideas?
source share