rhwp-advanced

Debugs HWP layout issues via rhwp CLI logs and IR diffs.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill rhwp-advanced
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rhwp-advanced
Source: https://github.com/NomaDamas/k-skill/tree/main/rhwp-advanced
Command: npx skills add https://github.com/NomaDamas/k-skill --skill rhwp-advanced

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HWP documents often render incorrectly or behave oddly, and when that happens you need low-level visibility into layout structure and version differences to pinpoint where the break occurs.

Core Features & Use Cases

  • Layout debugging via upstream rhwp CLI: dump page layout internals, render pages to SVG/PDF for visual inspection, and extract document thumbnails for quick review.
  • IR-level diagnostics and comparisons: generate IR dumps, inspect page/record structure, and run IR diffs between two HWP/HWPX files to isolate structural changes down to the layout components.
  • Unlock read-only distribution formats: convert locked read-only HWP files into an editable version for downstream editing workflows.

Quick Start

Run the command rhwp dump-pages your-document.hwp to inspect page-level pagination and layout structure, then switch to export-svg or ir-diff if you need visual rendering or structural comparison.

Frequently Asked Questions about rhwp-advanced

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

FAQPage Schema
How do I debug incorrect HWP layout rendering issues?▼

To debug HWP layout rendering, you can extract page render outputs and low-level internal IR structures using commands like dump-pages to inspect pagination and table boundaries, or export-svg for visual inspection.

How do I compare structural differences between two HWP versions?▼

You can compare two HWP versions by running the ir-diff command to generate IR diffs between two HWP or HWPX files, isolating structural changes down to the specific layout components.

Can I convert a read-only HWP document into an editable file?▼

Yes, you can convert locked read-only HWP files into an editable version using the convert command, enabling downstream editing workflows for previously restricted distribution formats.

Do I need any specific CLI tools to inspect HWP IR dumps and thumbnails?▼

Yes, you need the upstream native rhwp CLI installed with supported subcommands like dump, thumbnail, and ir-diff, along with local filesystem read/write permissions for input and output paths.

Why does my HWP file render incorrectly when exporting to PDF or SVG?▼

Incorrect HWP to SVG or PDF rendering often stems from broken pagination or section boundaries; use the export-svg and dump-pages commands to visually inspect and pinpoint where the layout breaks.