Skip to main content

MS Word를 이용해 HWP 파일을 PDF로 변환하는 라이브러리

Project description

simple-hwp2pdf

PyPI version License: MIT

한컴오피스 설치 유무에 따라 HWP(.hwp, .hwpx) 파일을 PDF로 변환하는 파이썬 라이브러리입니다.

✨ 주요 특징

  • 듀얼 엔진 지원: 한컴오피스를 이용하는 Office 엔진과, 설치가 필요 없는 Standalone 엔진을 모두 지원합니다.
  • 자동 모드: 파일 확장자에 따라 최적의 엔진을 자동으로 선택합니다.
  • 선택적 설치: 필요한 기능에 따라 라이브러리를 설치할 수 있습니다.

⚙️ 엔진 별 특징

엔진 종류 필요 조건 장점 단점
Standalone (없음) 한컴오피스 불필요, 모든 OS 지원 .hwpx만 완벽 지원, 레이아웃 깨질 수 있음
Office Windows + 한컴오피스 완벽한 레이아웃 보장, .hwp 지원 Windows 환경 및 한컴오피스 설치 필수

📦 설치

기본 설치 (Standalone 엔진만 사용)

pip install simple-hwp2pdf

전체 설치(Office 엔진 포함)

  • Office 엔진을 사용하려면 [office]옵션을 추가하여 설치하세요
pip install simple-hwp2pdf[office]

🚀 사용법

  • 메인 convert 함수를 사용하여 변환을 수행할 수 있습니다. method 파라미터를 통해 사용할 엔진을 지정할 수 있습니다.
    • method='auto' (기본값): .hwpx는 Standalone, .hwp는 Office 엔진을 시도합니다.
    • method='standalone': 한컴오피스 없이 변환합니다.
    • method='office': 한컴오피스를 이용해 변환합니다.
from simple_hwp2pdf import convert
# 1. Auto 모드 사용 (가장 간편한 방법)
# sample.hwpx -> standalone 엔진 사용
# report.hwp -> office 엔진 사용
convert("sample.hwpx", "sample_auto.pdf", method='auto')
convert("report.hwp", "report_auto.pdf") # method 기본값이 'auto'

# 2. Standalone 엔진 사용
# 한컴오피스 없이 변환 (hwpx 파일 권장)
convert("another.hwpx", "another_standalone.pdf", method='standalone')

# 3. Office 엔진 사용
# Windows + 한컴오피스 환경에서 완벽한 변환이 필요할 때
convert("final.hwp", "final_office.pdf", method='office')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simple_hwp2pdf-1.0.5.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simple_hwp2pdf-1.0.5-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file simple_hwp2pdf-1.0.5.tar.gz.

File metadata

  • Download URL: simple_hwp2pdf-1.0.5.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for simple_hwp2pdf-1.0.5.tar.gz
Algorithm Hash digest
SHA256 d5f052a40fa4c9df28b97e34be1822d28135799d5a741fbc733b23f83a33d2da
MD5 441e00d3ee25bec16ccc9a24230ec0a4
BLAKE2b-256 7c1ae70c25f8c9fce063ad67f8901e09bccc5722be4463e8f28cc09cc2560e8b

See more details on using hashes here.

File details

Details for the file simple_hwp2pdf-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: simple_hwp2pdf-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for simple_hwp2pdf-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a396d6a442e8770517c3f7726fd515ad74b261f17faa78e1bdb030abf80525fa
MD5 6ddf0f720704e5fa3b7534cbb54e9e70
BLAKE2b-256 e49bf46474ee0c60d68d54caff535d64e39dbfafc1be2e8621dc209eb929d487

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page