What problem does it solve? Working with documents across formats is fragmented: creating polished Word reports requires manual formatting, converting Markdown to DOCX produces broken images and stray horizontal lines, and extracting content from PDFs (especially textbooks and scanned slides) needs different tools for each task. This Skill unifies all of these into five clear routes with ready-to-run scripts. ## Core Features & Use Cases - Programmatic DOCX Generation: Build professional reports with python-docx using styled tables (dark headers, alternating rows), controlled typography, and page setup. - Format Conversion: Convert Markdown to DOCX via Pandoc with automatic preprocessing (alt-text removal, cover page, TOC insertion), and DOCX back to Markdown via Mammoth or Pandoc with image extraction. - PDF Processing: Extract text and tables, split textbooks by TOC bookmarks, merge/split pages, OCR scanned documents, and convert slides to Markdown with images. - Use Case: A student needs to submit a lab report: generate screenshots, fill a Markdown template, then run convert_md_to_docx.py to produce a Word file with a formatted cover page and table of contents. ## Quick Start Ask the AI to convert your Markdown notes into a formatted Word document, or to split a textbook PDF into per-chapter files using the included scripts.