Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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