Hello,
I am currently using dataverse and in the form, users upload a pdf document. I want to be able to use iframe to view the pdf on the page rather than the user needing to download it to view it. Or if you have another solution that would help me a lot!
The iframe code I am using is incorrect since the url is to dowload it, but I dont know how to refer to the files of the pdf on dataverse.
<iframe src="{{ (liquidcode that i use go here).url }}" height="100%" width="100%" allowfullscreen></iframe>
Thank you