The desire is to have the user provide information in an OpenOffice Writer or MS Word file that is inserted into part of a ReportLab generated PDF. I am comfortable with ReportLab; but, I don\'t have
What\'s the best way to use Django and ReportLab to generate PDFs and attach them to an email message?
I\'m generating some pdf\'s with Reportlab and Django using a web interface. The pdf\'s are always going to be a single page. I\'d like to generate a png or jpg image of the generated page and return
I am using reportlab PDF package with platypus to generate some PDF files. On linux server and on windows box I have the same python application, same version of reportlab package (although slightly d
In Python, I have files generated by ReportLab. Now, i need to extract some pages from that PDF and hide confidential information.
I am making a simple pie chart in reportlab.I can not find in the docs how to change each individual pies fill color.
I´m using Reportlab to generate a PDF. Can´t retrieve a photo from a model. #Personal Info p.drawImage(\'myPhoto.jpg\', 40, 730)
I have seen many reportlab graphing examples.Generating the graph is not the problem, I can\'t开发者_JS百科 seem to figure out how to display the graph on the pdf.
I am usin开发者_开发问答g ReportLab to generate a pdf dynamically with python. I would like a line of text to be centered on a page.Here is the specific code I currently have, but do not know how to
I have written a Pdf merger which merges an original file with a watermark. What I want to do now is to open \'document-output.pdf\' file in the browser by a Django view. I already checked Django\'s