I had a conversation with your team, and they informed me that by obtaining a temporary license, I would be able to open DOC, Excel, and PPT files in my project. However, when I visit the temporary license tab, I don’t see any such option. Additionally, I am trying to integrate it into my project using a client ID and client secret, but I am unable to do so. Could you please assist me with the setup? Since we cannot opt for a paid plan until we test it in our project, testing is essential for us.
Cause
You are experiencing difficulties opening DOC, Excel, and PPTX files due to licensing restrictions. A temporary license is crucial for testing the functionality of Aspose products without limitations, but it appears you are having trouble finding the option to obtain one.
Solution
-
Temporary License: To acquire a temporary license, visit the Aspose licensing page. Ensure you are logged into your Aspose account. If you cannot find the option, contact Aspose support for direct assistance.
-
Integration with Client ID and Secret: For integrating Aspose into your project using a client ID and client secret, confirm that you have the correct credentials, which can be found in your Aspose account under the API section. Ensure your project is configured to authenticate using these credentials.
Code
Here’s a basic example of how to set up the Aspose library in your project:
// Example for .NET
using Aspose.Words;
// Load a document
Document doc = new Document("path/to/your/document.docx");
// Save the document
doc.Save("path/to/save/document.pdf");
Replace the paths with your actual file paths.
Next Steps
- Check your Aspose account for the temporary license option.
- Verify your client ID and secret for integration.
- Test the provided code snippet to ensure the library functions correctly.
If you continue to experience issues, please let me know, and I will provide further assistance! Thank you for your patience.
Thank you for your response. I appreciate the guidance provided. However, I am still facing issues and need further assistance. I visited the Aspose licensing page and logged into my account, but I couldn’t find the option to obtain a temporary license. Additionally, I have the client ID and secret from the API section, but I am unable to integrate them into my Node.js project using the Aspose Cloud SDK (e.g., asposecellscloud, asposewordscloud). Note that I am using Java via Node.js, not .NET.
Since testing is essential before committing to a paid plan, I would appreciate your help with:
- Directing me to the correct location for obtaining a temporary license.
- Providing a Node.js-specific code example using Java via the Aspose Cloud SDK to process DOC, Excel, and PPTX files.
- Assisting with troubleshooting any configuration issues.
Please let me know if you need more details about my setup. Looking forward to your support.
I hope this email finds you well. I have been trying to contact you regarding the integration of Aspose APIs with Node.js via Java for my web application, but I have not received a reply yet. I kindly request your assistance with the following:
- Demo Code for Setup: Could you please provide a demo code or sample project that demonstrates how to set up and integrate Aspose APIs (e.g., Aspose.Cells, Aspose.Slides, etc.) with Node.js via Java?
- Integration Guidance: I need step-by-step guidance on how to integrate Aspose APIs into a Node.js via Java environment, including any prerequisites (e.g., JDK version, node-java bridge setup).
- Licensing Information: Please guide me on how to obtain a license (e.g., evaluation license or temporary license) and the process to apply it in my project.
- Running the Web Application: Could you suggest where and how to deploy or run the web application after integration (e.g., local environment, server setup)?
I am eager to evaluate your APIs for my project and would appreciate your support to proceed. Please let me know if you need any additional details from my side. You can reach me at pankaj@bayslope.com .
It seems you are using Aspose Cloud SDKs. I will transfer your thread to the appropriate forum, where one of our colleagues from the Aspose Cloud team will review your case and assist you promptly.