const doc = new jsPDF({ orientation: 'portrait', unit: 'pt', format: 'a4', }); const opt = { margin: [5, 0, 8, 0], filename: `${report.name} ...
確定! 回上一頁