Ours is an Angular application. In our application user has the option to upload a word document. The word documents content are visible on the UI. Apart from this, on the right section we have few text fields. The user copies the data from the uploaded word document and pastes it in the text field. After this the user saves the page.
We want a functionality in our application where after any user opens the application and loads this particular page, he should see a reference on UI between the data in the text fields and the place in the document from where the data was copied.
Currently i tried using the syncfusion library, which has the bookmark functionality. However user does not want an additional button and page to create bookmarks.
User wants the bookmarks to be auto created when we copies the data. I could not find a way to call the bookmark component directly without the UI.
Is this possible to achieve with syncfusion ? If not syncfusion is there any way i can develop this solution ? Any direction will be of great help.