reportlab
Is it possible to include OpenOffice Writer or MS Word data in a ReportLab generated PDF?
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[详细]
2023-01-31 01:15 分类:问答Django, ReportLab PDF Generation attached to an email
What\'s the best way to use Django and ReportLab to generate PDFs and attach them to an email message?[详细]
2023-01-29 12:31 分类:问答Image preview with Reportlab?
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[详细]
2023-01-24 11:54 分类:问答Reportlab PDF version generation problems
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[详细]
2023-01-23 03:48 分类:问答Hide information in a PDF file in Python
In Python, I have files generated by ReportLab. Now, i need to extract some pages from that PDF and hide confidential information.[详细]
2023-01-23 00:10 分类:问答Reportlab - Pie chart fill colors
I am making a simple pie chart in reportlab.I can not find in the docs how to change each individual pies fill color.[详细]
2023-01-19 08:47 分类:问答Appengine - Reportlab (Get Photo from Model)
I´m using Reportlab to generate a PDF. Can´t retrieve a photo from a model. #Personal Info p.drawImage(\'myPhoto.jpg\', 40, 730)[详细]
2023-01-17 11:35 分类:问答Adding Graph to Reportlab PDF
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.[详细]
2023-01-17 09:24 分类:问答Python Reportlab PDF - Centering Text on page
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[详细]
2023-01-17 09:19 分类:问答How to open a generated PDF file in browser?
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[详细]
2023-01-16 22:47 分类:问答