agentsclimarketplace

Docx to pdf

Skill fabioc-aloha/Alex_Skill_Mall/plugins/converters/docx-to-pdf

284 curated plugins for AI assistants across 16 categories: security, Azure, documentation, code quality, cloud infrastructure, and more. Works with GitHub Copilot. Drop into .github/skills/local/ and go.

Install
npx -y skills add fabioc-aloha/Alex_Skill_Mall --skill docx-to-pdf

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Convert Word documents (.docx) to PDF. Preserves headings, paragraphs, lists, tables, and inline images with best-effort layout fidelity.

SKILL.md

2.2 KB, 430 tokens by cl100k_base, as published. Nobody here has run it

Convert Word Document to PDF

Convert .docx files to PDF with preserved structure and formatting.

When to Use

  • User provides a .docx file and wants a PDF version
  • User says "convert to PDF", "export as PDF", "make a PDF from this Word doc"
  • User needs a portable read-only version of a Word document

How to Respond

Step 1: Validate the input file

Confirm the file exists and is a .docx (ZIP-based OOXML) file. Legacy .doc (OLE2 binary) files are not supported — ask the user to re-save as .docx from Word first.

Step 2: Run the converter

python plugins/docx-to-pdf/scripts/venv-run.py plugins/docx-to-pdf/scripts/docx-to-pdf.py "<input.docx>" -o "<output.pdf>"

If -o is omitted, the PDF is written alongside the input file with the same stem (e.g., report.docxreport.pdf).

Step 3: Review the output

Open the generated PDF and confirm the content looks correct.

Supported Content

Word ElementPDF Output
Title / Heading 1-4Bold headings with scaled font sizes
Normal paragraphWrapped body text
Bold / ItalicInline formatting preserved
Bullet list• prefixed items
Numbered listNumbered items
TableGrid table with borders
Inline imageEmbedded and scaled to fit page

Limitations

  • This is a best-effort content export, not a pixel-perfect Word renderer
  • Complex layouts (columns, text boxes, SmartArt) are not supported
  • Headers/footers from the Word document are not transferred
  • Page breaks are respected but section-level formatting is simplified
  • Legacy .doc files must be converted to .docx first

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.