默認a4大小,豎直方向,mm單位的PDF var doc = new jsPDF(); // 添加文本'Download PDF' doc.text('Download PDF!', 10, 10); doc.save('a4.pdf');.
確定! 回上一頁