Hello
I try to integrate the PDFTron API in an ionic 5 application in which I download the pdf from the server, store them on the phone and then open them with the API
currently when I put the files in the assets folder of my ionic project, the api opens it without problem
but when I download the file to the phone memory and try to open it with the API by passing the link of this file, I have the following error (on the image)
Is there a way to fix this or store the downloaded files in the assets folder?