Hello Guys,
i found script bellow in an old topic :
*obj = system.gui.getParentWindow(event) .parent *
*printJob = system.print.createPrintJob(obj) *
*printJob.showPrintDialog = 0 *
*printJob.orientation = system.print.LANDSCAPE *
printJob.print()
this work but result is not full screen, it is adding some grey empty space on sides.
what parameter should i change ?
i had to blur screen to not show private datas of my client :