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.
Hi @jayanthsrivatsav !
How are you?
I’m excited to share that we’ve started implementing the Open Cloud APEX SDK across our products. Additionally, we’re in the process of testing the Comparison APEX SDK, which will soon be available on GitHub.
This SDK will allow users to:
-
Upload documents to the cloud.
-
Download them.
-
Compare documents and retrieve the comparison results.
-
Display document previews as images directly in the UI.
I’d love to hear if this feature is still relevant to your needs.
Thank you!