【发布时间】:2020-09-23 14:23:45
【问题描述】:
【问题讨论】:
-
@Gopal 我使用 jsPDF-autotable
标签: angular npm jspdf angular-library jspdf-autotable
【问题讨论】:
标签: angular npm jspdf angular-library jspdf-autotable
doc.setFontSize(20);
doc.text(
"SHARJAS",
40,
30
);
doc.setFontSize(18);
doc.text(
`SHARJAS`,
40,
50
);
doc.setFontSize(16);
doc.text(
`SHARJAS`,
40,
70
);
doc.setFontSize(14);
doc.text(
`SHARJAS`,
40,
70
);
【讨论】: