Regarding Viewer Integration

@vladimir.litvinchik

Again I am getting deficulties to integrate both the source code and run it from STS IDE.
This is my humble request to you please share the integrated code of both the source code so that easily I will run this application through STS IDE and customize the UI according to our requirement.

@3iinfo

Please check this sample application. It contains both the client app and the Spring backend. The sources of the client app is located in client folder, the static files that served to the client are located in src\main\resources\static\angular\viewer\. You can run the app by typing mvn spring-boot:run and navigating to the http://localhost:8080/viewer in your browser.

Please let us know if it works for you.

Dear @vladimir.litvinchik

Thanks a lot for your help and support till now. The sample application source code which shared by you is working perfetcly for Spring Boot + Viewer.

This is my humble request to you kindly share the similar sample application for Spring Boot + Viewer + Annotation.

@3iinfo

The Annotation Spring Boot demo can be found at https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java/tree/master/Demos/Spring. Annotation demo uses a similar UI.

@vladimir.litvinchik

I need soure code for app.component.html where I can customize all functionalities and UI according to our requirements.

Ealier you have shared client source code for viewer where I customized the UI and functionalities accoring to the mhy requirements. You have shared below URL to download the client with source code: https://www.dropbox.com/s/vyw7etom751wym6/backend-and-ui.zip?dl=1

Please share Spring Boot + Viewer + Annotation sample with source code of app.component.html, app.component.css, app.component.ts where I can customize all the HTML Elements, CSS and functionalities according to my requirements.

@3iinfo

Sure, the code is available on GitHub - viewer-app.component.html.

@vladimir.litvinchik

Into the above given link I found only Angular client code but what about Java Spring Boot backend code?

@3iinfo

Viewer and Annotation are two distinct products and use different UI components:

The configuration of Annotation is quite similar to Viewer’s since they are using the same common components and principles.

Annotation Spring Boot Demo - https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java/tree/master/Demos/Spring

Can yolu please share the Spring Boot + Annotation (Source code of app.component.html) so that I will customize the Annotation UI according to my requirements?

Please help me…

@3iinfo

Here it is - annotation-app.component.html