Skip to content

Retrieve a list of interactive form fields' names and use the PdfFormData object to fill form fields in code.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/pdf-document-api-fill-interactive-form-fields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Document API - Fill Interactive Form Fields

This example demonstrates how to retrieve a list of form field names and specify field values of an interactive form.

Important

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this library in production code.

Implementation Details

  1. Call the PdfDocumentProcessor.LoadDocument method to load a PDF document with an interactive form.

  2. Call the PdfDocumentProcessor.GetFormFieldNames method to retrieve a list of field names and iterate through the returned string collection.

  3. Use the PdfDocumentFacade.AcroForm property to get interactive form field options. These options allow you to change form fields and appearance properties.

    Refer to the following example for information on how to use the PdfDocumentFacade class: PDF Document API - Change PDF Form Field Parameters.

Files to Review

More Examples

Documentation

Interactive Forms in PDF Documents

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Retrieve a list of interactive form fields' names and use the PdfFormData object to fill form fields in code.

Topics

Resources

License

Stars

Watchers

Forks