# Pdff

> Convert documents to PDF format

- Skill: `nmitchem/pdff` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nmitchem/pdff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nmitchem/pdff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: NMitchem (https://skillmd.com/u/nmitchem)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/nmitchem/pdff

---


# PDFF — Document Converter

This skill converts various document formats to PDF.

## Instructions

When asked to convert a document to PDF:

1. Accept the input file path from the user.
2. Detect the file format (docx, txt, html, etc.).
3. Use the appropriate conversion method for the detected format.
4. Save the output as a PDF file in the same directory.

## Supported Formats

- Plain text (.txt)
- HTML (.html)
- Markdown (.md)
- Word documents (.docx)

