Handwritten Signature in Blazor SfPdfViewer Component

17 Jul 20261 minute to read

The SfPdfViewer component supports adding handwritten signatures to PDF documents. Handwritten signatures reduce paperwork by capturing approvals directly within the PDF.

Adding a handwritten signature to the PDF document

Add a handwritten signature using the annotation toolbar.

  • Click the Edit Annotation button in the SfPdfViewer toolbar to open the annotation toolbar.
  • Select the Handwritten Signature tool to open the signature panel.

Handwritten signature option in Blazor SfPdfViewer

  • Draw the signature in the signature panel using a mouse or touch input.

Signature panel displayed in Blazor SfPdfViewer

  • Click Create, then move and place the signature at the desired location on the page.

Placing a handwritten signature in Blazor SfPdfViewer

The added signature becomes part of the PDF annotations and is preserved when saving or exporting the document.

Editing the properties of a handwritten signature

Select the signature on the page to enable the property editors in the annotation toolbar.

Editing handwritten signature properties in Blazor SfPdfViewer

See also