clowder-framework / CONSORT-frontend

custom react frontend working with consort clowder instance
0 stars 0 forks source link

61 render pdf using iframe #69

Closed minump closed 9 months ago

minump commented 10 months ago

Pdf file is rendered using an iframe.

The previewers/Pdf.js component has an iframe with the input pdf file blob as the 'src' property. The rendering using react-pdf package is commented out. This can be used later if found useful.

The spirit radio button in the frontend "Dashboard" component , where the user uploads a file has been disabled.

this PR is built on top of branch 65-change-clowder-base-url

minump commented 9 months ago

Tested in localhost:3000 with CLOWDER_REMOTE_HOSTNAME=https://consort.clowderframework.org. Pdf rendering using iframe works fine. Tested the export of pdf report, able to download pdf report as 'results.pdf' file.

Merging to 65-change-clowder-base-url branch