Native command-line tool for converting HWP (Korean word processor) documents to Markdown.
Download the binary for your platform from Releases.
Or use the install script:
curl -fsSL https://raw.githubusercontent.com/docpler/docpler-cli/main/install.sh | shdocpler convert document.hwp # Output to stdout
docpler convert document.hwp -o out.md # Save to file- Linux x86_64
- macOS ARM (Apple Silicon)
- macOS x86_64 (Intel)
- Windows x86_64
HWP(한글 워드프로세서) 문서를 Markdown으로 변환하는 네이티브 CLI 도구입니다.
Releases에서 플랫폼에 맞는 바이너리를 다운로드하세요.
docpler convert document.hwp # 표준 출력
docpler convert document.hwp -o out.md # 파일 저장MIT
This product was developed with reference to the HWP document file (.hwp) specification published by Hancom.
본 제품은 한글과컴퓨터의 한글 문서 파일(.hwp) 공개 문서를 참고하여 개발하였습니다.