# pdf-processing > Extract text from PDFs, fill forms, and merge documents - Author: cristiangreco94 - Repository: cristiangreco94/fastmcp - Version: 20260209105234 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/cristiangreco94/fastmcp - Web: https://mule.run/skillshub/@@cristiangreco94/fastmcp~pdf-processing:20260209105234 --- --- description: Extract text from PDFs, fill forms, and merge documents version: "1.0.0" tags: [document, pdf, extraction] --- # PDF Processing Skill This skill helps you work with PDF documents. ## Capabilities - Extract text content from PDF files - Fill form fields in PDF documents - Merge multiple PDFs into one - Split PDFs into separate pages ## Usage When working with PDFs, use the appropriate tools: 1. For text extraction: Read the PDF and parse its content 2. For forms: Identify form fields and fill them programmatically 3. For merging: Combine multiple documents in the desired order ## Additional Resources See [reference.md](reference.md) for detailed API documentation.