pdf-convert-to-word

Convert PDF documents to editable Word files using pdf2docx.

11|12|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/mofa-org/mofa-skills --skill pdf-convert-to-word-mofa-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-convert-to-word
Source: https://github.com/mofa-org/mofa-skills/tree/main/_unpublished/mofa-pdf-convert
Command: npx skills add https://github.com/mofa-org/mofa-skills --skill pdf-convert-to-word-mofa-org

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill converts PDF documents into editable Word files (.docx) while preserving layout and embedded images, enabling easier editing, re-use, and archival.

Core Features & Use Cases

  • PDF to Word conversion with layout and image retention for archival and collaboration.
  • Bundled scripts for downstream Word-to-Markdown conversion and workflow guidance.
  • Use Case: Transform contracts, reports, or manuals into editable Word docs for redlining and collaboration.

Quick Start

Use the convert_pdf_to_word.py script to convert a PDF file into a Word document.

Frequently Asked Questions about pdf-convert-to-word

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

FAQPage Schema
How do I convert a PDF to an editable Word document?

To convert a PDF to an editable Word document, use the bundled convert_pdf_to_word.py script. It transforms PDFs into .docx files while preserving the original layout and embedded images for immediate editing and collaboration.

Does PDF to Word conversion keep embedded images and layout?

Yes, PDF to Word conversion retains both layout and embedded images. This ensures contracts, reports, and manuals remain visually intact and ready for redlining or archival directly within the generated Word document.

What's the best way to convert PDF contracts for redlining and collaboration?

The best way to convert PDF contracts for redlining is using a script-based workflow with pdf2docx. It reliably extracts content into editable Word files, enabling seamless collaboration and document modification across administrative contexts.

Can I convert Word documents to Markdown after extracting them from a PDF?

Yes, you can convert Word documents to Markdown after extraction. The Skill includes bundled scripts providing downstream Word-to-Markdown conversion, extending the workflow for research and content processing applications.

Do I need Python tooling to convert PDFs to .docx files?

Yes, you need Python tooling to convert PDFs to .docx files. The Skill requires the pdf2docx library and provides a script-based workflow with minimal setup to execute the document processing task.