Web based printing from a Django application?
Posted
by lud0h
on Stack Overflow
See other posts from Stack Overflow
or by lud0h
Published on 2010-05-27T19:39:31Z
Indexed on
2010/05/27
19:41 UTC
Read the original article
Hit count: 308
Is there any recent developments in web based printing?
I know using @media print in CSS, PDF based solution or iTextSharp
but they are not really easy (except @media print) but alignment is little tricky if receipt contains barcodes or if I have to format for A5 etc.,
Is there anything new in HTML5 which will support this?
I would like to print receipts from a Django based webapplication.
Any tips?
Thanks.
© Stack Overflow or respective owner