| name | pdff |
| version | 1.0.0 |
| description | Convert documents to PDF format |
| author | doc-tools |
| tags | ["pdf","documents","conversion"] |
PDFF — Document Converter
This skill converts various document formats to PDF.
Instructions
When asked to convert a document to PDF:
- Accept the input file path from the user.
- Detect the file format (docx, txt, html, etc.).
- Use the appropriate conversion method for the detected format.
- Save the output as a PDF file in the same directory.
Supported Formats
- Plain text (.txt)
- HTML (.html)
- Markdown (.md)
- Word documents (.docx)