coding-night-live icon indicating copy to clipboard operation
coding-night-live copied to clipboard

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

Open minhoryang opened this issue 8 years ago • 9 comments

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

minhoryang avatar Feb 12 '17 14:02 minhoryang

  1. PPT to Markdown 이나 PDF to Markdown 으로 처리

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

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

punkyoon avatar Feb 14 '17 18:02 punkyoon

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

juice500ml avatar Feb 15 '17 11:02 juice500ml

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

punkyoon avatar Feb 15 '17 16:02 punkyoon

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

minhoryang avatar Feb 17 '17 00:02 minhoryang

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가... 좀...

juice500ml avatar Apr 24 '17 01:04 juice500ml

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

minhoryang avatar Apr 24 '17 09:04 minhoryang

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

juice500ml avatar Apr 24 '17 11:04 juice500ml

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

minhoryang avatar Apr 24 '17 14:04 minhoryang

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

      1. 오후 11:32에 "Minho Ryang" [email protected]님이 작성:

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 .

juice500ml avatar Apr 24 '17 14:04 juice500ml