WebAPI/WebPrintAPI: Difference between revisions

Line 19: Line 19:
** Should the browser display a progress view while the pages are drawn (this doesn't mean the actual printing output progress)?
** Should the browser display a progress view while the pages are drawn (this doesn't mean the actual printing output progress)?
** Should there be additional onBeforePrint/onAfterPrint callbacks on the PrintDocument object, or are the window.onBeforePrint/onAfterPrint events enough?
** Should there be additional onBeforePrint/onAfterPrint callbacks on the PrintDocument object, or are the window.onBeforePrint/onAfterPrint events enough?
** This proposal assumes the print page size is passed during the PrintDocument constructor. A different way is to get the page size from the current selected printer's page size.
** Lot more... TBD
** Lot more... TBD


49

edits