Hi Team, I’m trying to incorporate groupdocs comparison library in our Salesforce automation. Can you please share information on how to proceed with this?
Hi @jayanthsrivatsav !
Thank you for your interest in integrating GroupDocs.Comparison with Salesforce!
There are a few approaches you can consider for incorporating GroupDocs.Comparison into your Salesforce automation:
-
Use GroupDocs Cloud API
GroupDocs offers a Comparison Cloud API, which you can access through RESTful endpoints in multiple languages. The SDKs for this API are open-source, so you can adapt them with AI tools to transform the SDK into Apex code, allowing direct API calls from Salesforce to GroupDocs.Comparison Cloud. For more details, please refer to the GroupDocs.Comparison Cloud API documentation. -
Implement Custom API Integration
In this approach, you would create a custom API layer between Salesforce and your application. This custom application could handle document comparison by using GroupDocs.Comparison as a standalone library on a Windows or Linux server. You could develop this API in a language of your choice, such as ASP.NET Core, Java, Python, or Node.js. -
Hybrid Custom Application with GroupDocs.Comparison Cloud API
A more complex option involves developing a custom application that accepts API requests from Salesforce, transforms these requests as needed, and relays them to the GroupDocs.Comparison Cloud API. This allows you to leverage the cloud API while retaining control over the integration logic.
Please let us know your specific requirements and which approach seems most feasible. We’d be happy to provide further guidance based on your choice.