Apply License in PHP

Aspose.Words - Apply License

To set license of Aspose.Words Java in php, simply invoke the setLicense() method of License class.

Php Code

 $license = new Java('com.aspose.words.License');
$license->setLicense("Aspose.Words.lic");

Download Running Code

Download Apply License (Aspose.Words) from any of the below mentioned social coding sites: