Client Side loader for Document Viewer

Hi Team,

Can group docs support any JavaScript framework to load the the documents in the browser.

1 Like

@makunta,

GroupDocs.Viewer API is available for both .NET and Java platforms. The main purpose of the API is to render source documents into HTML, Image or PDF representations (using .NET or Java). Later, the output could be rendered/displayed in the browser using JS or any other way. In order to understand this better, we’d recommend you to explore our open-source GitHub example project.