This group contains samples that show how to add interactive elements like annotations and controls to your PDF documents and how to fill forms.
This sample shows how to use checkboxes in your PDF document.
This sample shows how to use combo boxes in your PDF document.
This sample shows how to use buttons in your PDF document.
This sample shows how to create buttons with images in PDF documents.
This sample shows how to use radio buttons in your PDF document.
This sample shows how to add text fields to your PDF document using PdfPage.AddTextBox(..) method.
This sample shows how to create text fields that allow only digits to be input.
This sample shows how to align text in PDF document text fields.
This sample shows how to add text annotations (sticky notes) to your PDF document using PdfPage.AddTextAnnotation(..) method.
This sample shows how to fill forms in existing PDF documents.
This sample shows how to read items of combo boxes in a PDF document.
This sample shows how to access an existing PDF control with given name using PdfDocument.GetControl method.
This sample shows how to remove widgets from your PDF documents.
This sample shows how to populate a PDF form with data from a Forms Data Format (FDF) file.
This sample shows how to export filled form data from PDF document into a Forms Data Format (FDF) file.
