[Flask] Printing on formatted paper?

CCP Dragonedge ccp at drsb.com.my
Sun Jul 3 21:39:00 EDT 2022


Hi,

I created a very simple inventory system for my company using Flask.

One of the functions in my system allows users to print out a list of
inventory. Kind of cheating - I just create a CSV file, and tell the user
to download it and use Excel to print.

I wonder, however, if there is a way to do "nice" printing. For example,
like on a formatted sheet of paper (e.g. invoices). Can you actually
manipulate printing at the Python / Flask level?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/flask/attachments/20220704/cbd35020/attachment.html>


More information about the Flask mailing list