PdfConverter

PdfConverter class

Converter for converting template file to pdf.

class PdfConverter;

Methods

MethodDescription
isNull()Checks whether the implementation object is null.
static process(string, string)Converts given template file to pdf.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

process(string, string)

Converts given template file to pdf.

static process(templateFile: string, resultFile: string) : void;

Parameters:

ParameterTypeDescription
templateFilestringThe template file to be converted
resultFilestringThe resultant file, it must be pdf file.