I\'m using Google appengine and want to generate a PDF with reportlab. The application works well and can generate PDF\'s like \'Hello World\' and little else.
I\'m using Reportlab to create开发者_JAVA技巧 PDFs. I\'m creating two PDFs which I want to merge after I created them. Reportlab provides a way to save a pycanvas (source) (which is basically my pdf f
I need to generate a 2 pages pdf report. Pages are completely independent. tried using: mycanvas.drawString(x, y, \"Printing on Page 1\")
I\'m using ReportLab to create long questionnaires and I need to create text like 开发者_如何学运维If you do not have allergies, proceed to page 168
is it possible to use CMYK overprinting without using the CMYKColorSep class, which always generates a new seperate color in the printer settings, i just want to use overprinting with the standard 4 C
I\'m interested in filling out existing PDF forms programatically. All I really need to do is pull information from user input and then place the appropriate text over an existing PDF in the appropria
I\'m automatically generating a PDF-file with Platypus that has dynamic 开发者_如何学运维content.
I\'m trying to add a font to the python ReportLab so that I can use it for a function.The function is using canvas.Canvas to draw a bunch of text in a PDF, nothing complicated, but I need to add a fix
I have written this small Django view to return pdf. @login_required def code_view(request,myid): try: deal = Deal.objects.get(id=myid)
I\'m using XPreformatted to print some preformated text and I have an issue with the line breaks. The line breaks are correctly translated but additionaly I get a