Dear All,
I was developing one component using Angular 5 and Asp .Net MVC 5 with REST Api.
I was facing one problem is that when I trying to open one pdf file using ASP .Net then it works fine on my local machine but when I try to open same pdf from uploaded from server then I am getting some error.
To overcome from above problem what I am doing is that I am converting that pdf file to bytes and returning that bytes as string from ASP .Net MVC to Angular 5.
I am not getting what should I do to generate that bytes to pdf and to open that pdf instantly.
Any suggestion will be acceptable.
Thanking you in advance.
Regards.
Maen BadwanPosted May 16, 2019, 7:08 AM
Note that the viewer also supports PDF client side rendering. You can check the online Document Viewer here:
https://demo.leadtools.com/JavaScript/DocumentViewer/
https://www.leadtools.com/help/leadtools/v20/dh/javascript/to/uploading-using-the-document-library.html
Mandar ShindePosted May 16, 2019, 5:27 AM
Sivakumar KonetiPosted May 16, 2019, 5:17 AM