Marcelh1983 / document-viewer

MIT License
50 stars 25 forks source link

Cannot open files from local system and remote system #61

Open upgrade2 opened 1 year ago

upgrade2 commented 1 year ago

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