mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.7k stars 498 forks source link

[Feature] integrate a web pdf viewer #84

Closed mgogoulos closed 1 year ago

mgogoulos commented 3 years ago

for viewing PDF online. Eg https://github.com/webodf/ViewerJS

swiftugandan commented 3 years ago

+1

mgogoulos commented 3 years ago

https://github.com/mozilla/pdf.js

mgogoulos commented 3 years ago

Moreover a pdf icon could be displayed as poster for pdfs (on listings)

amifunny commented 3 years ago

@mgogoulos I would like to take on this feature.

swiftugandan commented 3 years ago

@mgogoulos Just wondering, doesn't this need the frontend/react code?

amifunny commented 3 years ago

@swiftugandan @mgogoulos Yes, it would require React/FrontEnd code base to develop this feature. As mentioned in this issue - https://github.com/mediacms-io/mediacms/issues/7 there was a plan to release it as seperate project in mediacms-io. Is there a plan to release it soon? I am gsoc student looking to make this as my proposal project. It would be helpful to upload frontend codebase as well.

mgogoulos commented 3 years ago

Hi, we're doing some refactoring on the code before it can be released, the plan is to make the release during April.

mgogoulos commented 3 years ago

Frontend code is now available, so we can work on this!