reportlab
ReportLab: Flowable too large on page 1 in frame 'normal' of template 'First'
I build PDF using ReportLab. My program has a MyDocTemplate(SimpleDocTemplate) class with two methods: beforePage(self) and afterPage(self) which add hea开发者_StackOverflowder and footer (as PNG imag[详细]
2023-04-11 22:14 分类:问答ReportLab Two-Column TOC?
I have a PDF I am generating using ReportLab.I am using the standard TableOfContents flowable, but am trying to split it up into two columns, so it will all fit on the first page.the content will only[详细]
2023-04-09 11:33 分类:问答Google gauges in python (reportlab)
I am currently writing a program that will automatically generate PDF files using reportlab (a python module). I would like to know if it would be possible to put google gauges in but not as an image,[详细]
2023-04-08 03:34 分类:问答Graphing data, website views what platform to use
I have been tasked with producing a analytic tool for some of the data which we get in about the activities the company i work for has with its clients.[详细]
2023-04-06 13:58 分类:问答Generate simple pdf report using platypus
I am trying to generate a pdf report using reportlab in django.I can get a simple report started by working directly with the canvas, but it looks like platypus should make things easier.But I can\'t[详细]
2023-03-29 21:11 分类:问答Looping through a table in python reportlab
I am creating a table using the python module reportlab. In this table, I would like to loop through and have a different background color depending on the values of any particular cell.[详细]
2023-03-28 01:12 分类:问答datacharts in reportlab
I am getting this error which running reportlab with django: Error was: No module named datacharts When I checked the[详细]
2023-03-25 07:26 分类:问答generate pdf from text file in python
Is there a solution to create pdf file from txt, maybe in ReportLab? To produce like this +------+-------+------------+[详细]
2023-03-23 22:25 分类:问答How to open pdf with Django ExtJs and ReportLab
Hi people I\'m doing an Extjs application and I want to open a pdf with ReportLab when the user click on a button.[详细]
2023-03-20 15:07 分类:问答eclipse with reportlab
I have an application made in Django which finally uses Reportlab to generate the pdf file by accessing the data from some tables.[详细]
2023-03-20 05:49 分类:问答