I am using asposepdfnodejs npm package to convert pdf to docx using nodejs service,
I took a free license for testing , but I am not sure how to set the license. The converted documents are showing copyrights.Can someone please help here?
Hello sumithnooti21,
Thank you for your question!
You can find the relevant information in the documentation under the “Licensing and limitations” section here.
Specifically, the license file must be named “aspose.lic”.
If the license file has a different name, you should rename it to “aspose.lic” and place it in the your product folder.
Let me know if you need further assistance!
I renamed the file to aspose.lic and placed at the root directory of my nodejs service, but still when i try converting pdf to docx, I am seeing copyrights on the docx generated, what to do here?
Thank you for the information.
Could you please check if the aspose.lic file contains the following line:
<Product>Aspose.PDF for Node.js via C++</Product>
Additionally, could you send us the actual value of YYYYMMDD in the
<SubscriptionExpiry>YYYYMMDD</SubscriptionExpiry>
line?
Also, if possible, could you share the directory structure of your project? This will help us ensure the license file is placed correctly.
Looking forward to your response!