python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to convert A4 size invoice to POS size invoice in Python?
I am working on a web app built in Flask that generates A4 size invoices(using reportlab), but now I am required to convert those invoices to POS invoices (which will print on thermal printer, like in...
Hanzla Khalid
Votes: 0
Answers: 0
Auto-size nested table height (rows) with ReportLab?
Is it possible to have ReportLab auto-size each row height for sub-tables?
I've got two nested tables within a table, and each nested table is a single row. I want to have different font sizes for the...
the_meter413
Votes: 0
Answers: 0
How do I generate a pdf in memory in ReportLab
In my case I want to generate a PDF in memory in our Flask app so I can directly send it to the user as download instead of saving it to disk first.
Our code now:
import os
from reportlab.pdfgen impor...

Erfan
Votes: 0
Answers: 1
Is it possbile to create a picture from a code 128 with reportlab?
Is it possible to create a png or jpng from a code 128 with reportlab?
This example Works with my DataMatrix-Generator. But with code 128 I get an error message.
something like this:
from reportlab.g...
wimsenOG
Votes: 0
Answers: 0