Aspose.Words

Using Multiple Products from Aspose

If you use multiple Aspose products in your application, for example Aspose.Words and Aspose.Cells, here are a few useful tips.

·          Set the License for each Aspose Product Separately. Even if you have a single license file for all components, for example 'Aspose.Total.lic', you still need to call License.SetLicense separately for each Aspose product you are using in your application.

·          Use Fully Qualified License Class Name. Each Aspose product has a License class in its namespace. For example, Aspose.Words has com.aspose.words.License and Aspose.Cells has com.aspose.cells.License class. Using the fully qualified class name allows you to avoid any confusion about which license is applied to which product.