save 函数用于将 Pdf 对象保存到文件。
save
var pdf = new Pdf("mytemplate.pdf"); pdf.save("my.pdf").close();
pdf. save ( path )
Pdf
path
String