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

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

Repository from Github https://github.comDevExpress-Examples/pdf-document-api-remove-interactive-form-fieldsRepository from Github https://github.comDevExpress-Examples/pdf-document-api-remove-interactive-form-fields

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.

The PdfDocumentProcessor.RemoveForm method removes all form fields from a document. 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.

Important

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

Files to Review

Documentation

Does this example address your development requirements/objectives?

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

About

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

License:Other


Languages

Language:C# 50.1%Language:Visual Basic .NET 49.9%