Hello there
We have create a demo application regarding all the issues. Please find the attached files along this.
Steps for reproducing issues :-
- Open Solution and run it with default.aspx as setup startup page.
- On any of the textbox, type 1 and then click on default document on the below. When PDF is created on the fly, checkbox will appear on the textbox.
- Uncomment the code for license version of aspose pdf at default.aspx.
//License license = new License();
//license.SetLicense("Aspose.Words.lic");
We will get the following error :-
The subscription included in this license allows free upgrades until 03 Nov 2010, but this version of the product was released on 30 Aug 2011. Please renew the subscription or use a previous version of the product.
Please have a look of the code and let us know where we are wrong.