預設a4大小,豎直方向,mm單位的PDF var doc = new jsPDF(); // 新增文字'Download PDF' doc.text('Download PDF!', 10, 10); doc.save('a4.pdf'); ...
確定! 回上一頁