Integrate Aspose Cloud REST APIs in Document Management Application using ElasticSearch

Hi, I´m developing a Document Management application.
All documents are converted to PDF before uploading to the Cloud.
We are using ElasticSearch and I want to show ElasticSearch hits results in an external PDF Viewer or similar.
Is it possible to integrate Aspose with ElasticSearch to view highlighted hits results?

@jose_cavalcanti_edoc,
Aspose APIs allow to convert and save documents into the memory and you can check an option with your external PDF viewer to render PDF by passing a PDF stream object.

Aspose assemblies are independent projects compiled under the .NET framework and JDK. You can build a custom program to integrate Aspose APIs with ElasticSearch.