efw5.X

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