hwpx

Convert HWP and HWPX documents into Markdown or HTML.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/itda-skills/skills.pub --skill hwpx-itda-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hwpx
Source: https://github.com/itda-skills/skills.pub/tree/main/itda-work/skills/hwpx
Command: npx skills add https://github.com/itda-skills/skills.pub --skill hwpx-itda-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires hwpx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to easily convert complex HWP and HWPX documents into accessible Markdown or HTML formats, reducing manual effort and improving readability.

Core Features & Use Cases

  • Document Conversion: Read and transform HWP/HWPX files into Markdown or styled HTML with embedded images.
  • Content Extraction & Summarization: Extract text, tables, images, and preserve formatting for easier sharing and review.
  • Use Case: A corporate team receives a lengthy HWP report; they use this Skill to convert it into HTML for web viewing with preserved formatting and inline images.

Quick Start

Invoke the conversion to generate Markdown by loading your HWP file and asking it to parse and extract the content for review.

Frequently Asked Questions about hwpx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert HWP and HWPX documents to Markdown or HTML?

You can convert HWP and HWPX documents to Markdown or HTML by loading your file and invoking the hwpx CLI to parse and extract content, preserving text, headings, images, and complex tables during the transformation.

What is the best way to extract text and tables from an HWP file?

Extracting text and tables from an HWP file is best handled by the hwpx CLI, which parses complex table structures and text content, outputting them into accessible Markdown or styled HTML formats for easier sharing.

Does HWP to HTML conversion preserve embedded images and formatting?

HWP to HTML conversion preserves embedded images and complex formatting by parsing the document structure and generating styled HTML with inline images, maintaining the visual integrity of the original HWP file.

Can I use hwpx to convert complex tables in HWPX files to Markdown?

You can use hwpx to convert complex tables in HWPX files to Markdown because the parsing logic explicitly supports extracting intricate table structures and outputting them as formatted Markdown text.

What are the limitations of converting HWP documents to Markdown?

When converting HWP documents to Markdown, limitations include potential loss of advanced styling since Markdown lacks native support for complex layouts, making styled HTML a better choice for preserving visual formatting.

Do I need the hwpx CLI installed to parse HWPX files?

The hwpx CLI must be installed because this Skill depends on it to parse HWPX files, extract content, and execute the conversion into Markdown or HTML formats for document sharing.