Hi, I want to open a file from my local system I'm working on a spring Boot and Angular project with ngx-doc-viewer library .
So I'm downloading a file from the server from spring Boot code(NOTE: Files are not publicly available) and storing them on my local system on like (path: C:/somefolderName/test.pdf ) after that I'm passing the path in ngx-doc-viewer tag I'm not able to open my files:
from it.
Is it possible to open files: C:/somefolder/abc.pdf
Hi, I want to open a file from my local system I'm working on a spring Boot and Angular project with ngx-doc-viewer library . So I'm downloading a file from the server from spring Boot code(NOTE: Files are not publicly available) and storing them on my local system on like (path: C:/somefolderName/test.pdf ) after that I'm passing the path in ngx-doc-viewer tag I'm not able to open my files: from it. Is it possible to open files: C:/somefolder/abc.pdf