Blazor PDF Viewer Example - PDF Form Designer
This sample demonstrates how to create and work with form fields in the Blazor PDF Viewer, including Button, TextBox, Password, CheckBox, Radio Button, DropDown, ListBox, and Signature fields. You can customize existing fields and add new ones through user interaction by switching to Designer mode.
Organize Pages
Save AsSaveTotal 0 Pages
Comments
No Comments Yet
In this demo, form fields are programmatically added to the document using the API and can be further edited using the Form Designer toolbar.
- Add form fields such as text boxes, radio buttons, checkboxes, and signature fields using the API and the Form Designer UI.
- Interact with and modify form fields directly within the SfPdfViewer component.
For more information about the Form Designer, refer to the documentation.