dduk-ddak / coding-night-live

Web-based Communication Application for Codelabs
Other
62 stars 11 forks source link

Contents의 Slide를 PPT나 PDF로 그냥 추가할 수 있으면 좋겠어요. #58

Open minhoryang opened 7 years ago

minhoryang commented 7 years ago

각 페이지로 추가될 수 있으면 좋겠어요. Just Hope

punkyoon commented 7 years ago
  1. PPT to Markdown 이나 PDF to Markdown 으로 처리

  2. 아예 PPT나 PDF를 통째로 업로드 (편집이 가능하다면 좋겠지만 우선은 보여주는 것만이라도 구현)

@minhoryang @juice500ml @fuzzythecat 1번이 좋을까요 2번이 좋을까요?

juice500ml commented 7 years ago

2.으로 현재 존재하는 이미지 업로드 기능으로 하면 어떤가요?

punkyoon commented 7 years ago

현실적으로 2번이 제일 구현 가능한 부분이고, ppt는 깨질 수도 있는 점을 고려해서 pdf로 변환 후 업로드 하는 쪽으로 개발하는게 좋을 것 같습니다.

minhoryang commented 7 years ago

저도 2번 식으로 동작하는게 더 좋아보여요. 업로드->(pdf변환)->페이지추출->이미지첨부

juice500ml commented 7 years ago

http://dag.wiee.rs/home-made/unoconv/ ( https://github.com/dagwieers/unoconv ) 이걸로 ppt->pdf 변환을 한 뒤에 http://www.imagemagick.org/script/index.php ( Python bindings: http://docs.wand-py.org/en/0.4.4/ ) 로 pdf->img 변환을 하면 될 듯 한데,

unoconv가... 좀...

minhoryang commented 7 years ago

@juice500ml unoconv에 해당하는 https://wiki.openoffice.org/wiki/PyUNO_bridge 이라는게 있네요

juice500ml commented 7 years ago

오! 그 두개로 진행할게용~

minhoryang commented 7 years ago

wand말구 https://github.com/python-pillow/Pillow 도 있어요

juice500ml commented 7 years ago

으억 생각해보니 이미지 업로드 기능부터 만들어야했던거네요 흑흑

      1. 오후 11:32에 "Minho Ryang" notifications@github.com님이 작성:

wand말구 https://github.com/python-pillow/Pillow 도 있어요

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dduk-ddak/coding-night-live/issues/58#issuecomment-296687125, or mute the thread https://github.com/notifications/unsubscribe-auth/AGs-WEzUmbpGIg8Y09Zz87XbFDi4Rb-cks5rzLJ9gaJpZM4L-gZn .