await webPrintPdf.printHtml( prescriptionHtml, { paperFormat: 'A4', printBackground: true, margin: { top: '10mm', bottom: '10mm' } }, { printerName: '办公室激光', copies: 1 } );
相关专题: 打印参数详解 · 远程打印配置 · 在线样例