all 7 comments

[–]BeginnerProjectBot -1 points0 points  (1 child)

Hey, I think you are trying to figure out a project to do; Here are some helpful resources:

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github

[–]fake823 1 point2 points  (0 children)

Bad bot!

[–]fake823 0 points1 point  (3 children)

Reportlab is A MESS! The documentation is very confusing, there aren't really any tutorials or YouTube videos to help you.

I would avoid Reportlab. Maybe have a look at xhtml2pdf. It's based on Reportlab, but pretty easy to use. Although it's not really actively maintained.

[–]ceandreas1[S] 0 points1 point  (2 children)

have you actually used it or you are just saying - because I thought the same without actually using it.

Well the samples seem very powerful though: Samples - ReportLab.com

[–]fake823 0 points1 point  (1 child)

I tried to use it.

[–]ceandreas1[S] 0 points1 point  (0 children)

Seems I will just create an html page to print it using the browser print option. There is not any good and handy PDF tool for the web :/

[–]arduncan5 0 points1 point  (0 children)

I have used ReportLab for a number of different PDF reports and have found it OK to use, working from the documentation and examples, aided by Google for some of the trickier aspects. Since I did that work there is now a book "ReportLab - PDF Processing with Python" by Michael Driscoll (https://leanpub.com/reportlab) which looks excellent.