Skip to content

Remove an interactive form field and an entire AcroForm from a PDF document.

License

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

PDF Document API - Remove Interactive Form Fields from a Document

This example shows how to remove a particular form field and a whole interactive form from a PDF document.

Description

To remove all form fields from a document, call the PdfDocumentProcessor.RemoveForm method.
To remove a particular form field by its name, call the PdfDocumentProcessor.RemoveFormField method and pass a field name as an argument to this method.