Description
Provide pdf viewer for media with media_type pdf
Acceptance Criteria
frontend related
[ ] load native pdf viewer (eg https://react-pdf-viewer.dev) with a basic set of controls: zoom, page scroll, page selection, and keyword search within the document.
[ ] test on mobile devices, tablets, and desktops.
backend related
provide index of pdf content - potentially make this configurable, with default False
set limit for pdf files size (eg 350mb), after that raise error
Description Provide pdf viewer for media with media_type pdf
Acceptance Criteria
frontend related
[ ] load native pdf viewer (eg https://react-pdf-viewer.dev) with a basic set of controls: zoom, page scroll, page selection, and keyword search within the document.
[ ] test on mobile devices, tablets, and desktops.
backend related
Optionally