Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@
<li><a href="/document-processing/pdf/pdf-viewer/react/magnification/magnification">Magnification</a>
<ul>
<li><a href="/document-processing/pdf/pdf-viewer/react/magnification/zoom">Zoom</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/react/magnification/fitmode">Fitmodes</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/react/magnification/fitmode">Fit Modes</a></li>
</ul>
</li>
<li><a href="/document-processing/pdf/pdf-viewer/react/accessibility">Accessibility</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

The PDF Viewer provides comprehensive handwritten signature capabilities for adding digital signatures to PDF documents. Capture handwritten signatures for authentication, approval workflows, and document verification with customizable appearance and default properties.

### Signature features
## Signature features

- **Freehand drawing** - Natural signature capture through drawing interface
- **Multiple formats** - Support for drawn, typed text, and uploaded image signatures
Expand Down Expand Up @@ -59,7 +59,7 @@ Handwritten signatures can be added directly using the annotation toolbar interf

![PDF Viewer toolbar showing Handwritten Signature button](../images/handwritten_sign.png)

3. **Draw signature** - Use your mouse, touchpad, or stylus to draw your signature in the signature panel
3. **Draw signature** - Use your mouse, touch pad, or stylus to draw your signature in the signature panel

![Handwritten signature panel](../images/signature_panel.png)

Expand All @@ -68,7 +68,6 @@ Handwritten signatures can be added directly using the annotation toolbar interf
5. **Place on document** - Move the cursor to desired location and click to place the signature on the PDF page

![Handwritten signature placed on the PDF page](../images/signature_added.png)
![SignatureAdded](./images/signature_added.png)

## Add a handwritten signature programmatically

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

The PDF Viewer control provides comprehensive stamp annotation features for adding, editing, deleting, and rotating various stamp types. This guide covers adding stamps through the UI, programmatic APIs, and customization options.

### Stamp types
## Stamp types

The PDF Viewer supports four primary stamp annotation types:

Expand Down