Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.28 KB

File metadata and controls

56 lines (34 loc) · 1.28 KB

docpler CLI

Native command-line tool for converting HWP (Korean word processor) documents to Markdown.

Installation

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 | sh

Usage

docpler convert document.hwp           # Output to stdout
docpler convert document.hwp -o out.md # Save to file

Supported Platforms

  • 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 # 파일 저장

License

MIT

HWP Format Notice

This product was developed with reference to the HWP document file (.hwp) specification published by Hancom.

본 제품은 한글과컴퓨터의 한글 문서 파일(.hwp) 공개 문서를 참고하여 개발하였습니다.