Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 950 Bytes

File metadata and controls

12 lines (8 loc) · 950 Bytes

Use Submit and Reset form actions in PDF documents

This sample shows how to use Submit-Form and Reset-Form actions in PDF documents with Docotic.Pdf library.

A Submit-Form action transmits the names and values of associated controls to a specified uniform resource identifier (URI). A corresponding web server will process them and send back a response.

A Reset-Form action resets associated controls to their default values.

Please use PdfControlAction.AddControl method to associate a control with a Submit-Form or a Reset-Form action.

See also