ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 4/5

pdf-to-docx

Convert PDF files to editable Word documents using pdf2docx

Why use this skill?

Efficiently convert static PDF files into editable Word documents while preserving layout, tables, and text formatting using the OpenClaw pdf-to-docx skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lijie420461340/pdf-to-docx
Or

What This Skill Does

The pdf-to-docx skill is an efficient utility for OpenClaw users to transform static PDF files into fully editable Microsoft Word (DOCX) documents. Utilizing the powerful pdf2docx Python library, this skill focuses on high-fidelity extraction that preserves the document's original layout, including tables, images, and complex text formatting. Unlike standard copy-paste or inferior OCR methods that often lose structural integrity, this tool reads the native metadata and layout objects of the PDF to reconstruct the document in a format suitable for immediate editing, restructuring, or archival.

Installation

To integrate this skill into your environment, run the following command in your terminal within your OpenClaw project workspace:

clawhub install openclaw/skills/skills/lijie420461340/pdf-to-docx

Ensure your Python environment meets the dependencies required by pdf2docx before running.

Use Cases

This skill is indispensable for professionals dealing with documentation workflows. Common use cases include:

  • Transforming non-editable business reports or contracts into Word files for revision or collaboration.
  • Extracting tables from annual reports to manipulate data in Word or Excel.
  • Converting long research papers or manuals into a readable Word format for easier annotation.
  • Automating the conversion of multiple PDF documents into standard business templates.

Example Prompts

  1. "Please convert the attached PDF report into an editable Word document for my team to review."
  2. "I only need pages 1 through 5 of this long PDF document; can you turn those into a Word file for me?"
  3. "Convert this contract to Word format and ensure all the tables are preserved correctly."

Tips & Limitations

  • Best results are achieved with "native" PDFs (those generated directly from software like Word or LaTeX). If you are working with scanned PDFs containing images of text, consider using an OCR pre-processing step, as this skill prioritizes native document structure over pixel-based image analysis.
  • For large documents, specify page ranges to optimize processing speed.
  • Use the provided advanced configuration options if you encounter issues with margins or line-spacing in the resulting output.
  • Ensure you have read access to the file location and write permissions for the target output directory when invoking the tool.

Metadata

Stars1656
Views8
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lijie420461340-pdf-to-docx": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#pdf#word#conversion#pdf2docx#editable
Safety Score: 4/5

Flags: file-read, file-write