HWP / HWPX to PDF and Word Converter
Pricing
from $30.00 / 1,000 conversions
HWP / HWPX to PDF and Word Converter
Convert Korean HWP/HWPX documents to PDF or Word (docx). LibreOffice + H2Orestart engine.
Pricing
from $30.00 / 1,000 conversions
Rating
0.0
(0)
Developer
Minji Kim
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 days ago
Last modified
Categories
Share
HWP / HWPX → PDF & Word Converter
Convert Korean HWP and HWPX documents to PDF or Word (.docx) — no Hancom Office, no manual steps. Powered by LibreOffice + H2Orestart, running in an isolated container.
HWP is a closed, Korea-specific document format used across Korean government and enterprise. This Actor lets people and AI agents turn HWP/HWPX files into portable PDF or editable Word with a single call.
What it does
- HWP (v5) / HWPX → PDF — faithful text, tables, layout (read-ready)
- HWP / HWPX → DOCX — editable Word output
- Already-PDF input passes through untouched
- Accepts the file as base64 or a URL
Input
| Field | Type | Description |
|---|---|---|
contentBase64 | string | Base64-encoded HWP/HWPX file. Provide this or fileUrl. |
fileUrl | string | URL of an HWP/HWPX file to fetch and convert. |
target | enum | pdf (default) or docx. |
Example:
{ "fileUrl": "https://example.com/doc.hwp", "target": "pdf" }
Output
A dataset item plus the converted file in the key-value store:
{ "target": "pdf", "bytes": 292916, "outputKey": "output.pdf", "output_b64": "<base64>" }
- Download the file from the key-value store (
output.pdf/output.docx), or - Read
output_b64directly from the dataset (handy for programmatic / agent use).
Pricing
Pay per event — you are charged only on a successful conversion (event conversion). Failed inputs are not charged.
Use cases
- Read/convert Korean government (나라장터, gov24) HWP attachments on machines without Hancom
- Pipe HWP documents into RAG / LLM pipelines as PDF or text
- Batch-convert HWP archives to PDF/Word
Limitations
- Best for read/exchange fidelity: text, tables, structure, and images match closely; some font/page-number styling may differ slightly.
- Large files: keep inputs under ~30 MB.