PyPDFForm Plugin
fill and generate PDF forms
Commands
PyPDFForm self version— Print PyPDFForm versionPyPDFForm _ _— Passthrough to pypdfform CLI
Usage Examples
- "Fill this PDF form with data"
- "Generate a PDF form from template"
- "Extract form fields from PDF"
Installation
pip install PyPDFForm
Examples
pypdfform fill template.pdf --data fields.json --output filled.pdf
pypdfform extract template.pdf
pypdfform create --fields "name,email,phone" --output form.pdf
Key Features
- PDF form filling
- Form generation from templates
- Field extraction
- Watermark and image support