Aspose.PDF and Apsose.Words deployment

Hi,


We are evaluating option to use Aspose.PDF and Aspose.Words components and wanted to know about deployment process, we couldn’t find info in documentation of respective component so are asking here. Do both of these tools can be deployed on MS Server using XCOPY deployment? Also do they require any additional tools to be installed or specific configuration on server?

Thank you

Hi Mantas,


Thank you for contacting support. We provide Aspose.Words and Aspose.Pdf libraries (DLLs) to add reference in your .NET applications. You may add reference of Aspose.Words and Aspose.Pdf libraries from the NuGet because we publish each Aspose for .NET library on NuGet. Before using any Aspose API feature, we recommend to apply a valid license. You can get a 30 day temporary license for testing purposes (it’s option is available at step 4). Please also refer to these help topics: Installing Aspose.Words for .NET through NuGet, Installing Aspose.Pdf for .NET, Apply License to Aspose.Pdf for .NET API.

Please note, there is no limitation after applying a temporary license. You need to set a license once per application or process for each Aspose library. The Aspose license should be applied in the application start event. For example, in the web application, you can set license in the Global.asa file. In short, create a common License object for the whole application and don’t manipulate files before applying the license.

Please let us know in case of any confusion or questions.