Apply License in Ruby
Contents
[
Hide
]
Aspose.Words - Apply License
To set license of Aspose.Words Java in Ruby, simply invoke the apply_license() method of ApplyLicense module.
Ruby Code
license = Rjb::import('com.aspose.words.License').new()
license.setLicense('Aspose.Words.lic')
Download Running Code
Download Apply License (Aspose.Words) from any of the below mentioned social coding sites: