Learn how to use the pdf-form-filler slash command to fill PDF forms programmatically
/pdf-form-filler pdf file: the PDF form to fill form data: the data to fill into the form
/pdf-form-filler pdf file: https://example.com/application.pdf form data: { "name": "John Doe", "email": "john@example.com", "phone": "555-1234" }
/pdf-form-filler pdf file: https://example.com/survey.pdf form data: { "firstName": "Jane", "lastName": "Smith", "agree": true, "category": "Premium", "subscribe": "checked" }
/pdf-form-filler pdf file: [PDF artifact from previous step] form data: { "applicantName": "Mike Johnson", "dateOfBirth": "1990-01-15", "hasLicense": true }
/pdf-form-filler pdf file: https://example.com/form.pdf form data: { "customer_name": "Sarah Wilson", "contact_email": "sarah@company.com" } field mapping: { "customer_name": "Name_Field_1", "contact_email": "Email_Address" }