Hi Team,
I am trying to create asp.net web forms project to annotate document such as word,pdf,excel. But I need to load document from server and Save to server instead of being downloaded.
Also, I need to hide the save and upload button from the annotation viewer.
Kindly help me with the process.
Here is the code i am using to load annotation which is downloaded from sample codes.
<client-root></client-root>
<script src="/resources/angular/annotation/runtime-es2015.js" type="module"></script>
<script src="/resources/angular/annotation/runtime-es5.js" nomodule></script>
<script src="/resources/angular/annotation/polyfills-es2015.js" type="module"></script>
<script src="/resources/angular/annotation/polyfills-es5.js" nomodule></script>
<script src="/resources/angular/annotation/styles-es2015.js" type="module"></script>
<script src="/resources/angular/annotation/styles-es5.js" nomodule></script>
<script src="/resources/angular/annotation/vendor-es2015.js" type="module"></script>
<script src="/resources/angular/annotation/vendor-es5.js" nomodule></script>
<script src="/resources/angular/annotation/main-es2015.js" type="module"></script>
<script src="/resources/angular/annotation/main-es5.js" nomodule></script>
what should I add in aspx.cs page.
Regards,
Riyas