Pdf.close
The close
function is used to close the Pdf object.
Sample
var pdf = new Pdf("mytemplate.pdf");
pdf.save("my.pdf").close();
API
Calling | Returning |
---|---|
pdf. close ( ) |
void |
The close
function is used to close the Pdf object.
var pdf = new Pdf("mytemplate.pdf");
pdf.save("my.pdf").close();
Calling | Returning |
---|---|
pdf. close ( ) |
void |