Skip to content

Commit d557072

Browse files
Changes
1 parent fd88ae0 commit d557072

3 files changed

Lines changed: 35 additions & 35 deletions

File tree

Document-Processing/PDF/PDF-Viewer/maui/Annotations-Overview.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use these annotations to mark up text content within the PDF document.
3333
| Strikeout | Draws a line through selected text to indicate deletion. |
3434
| Squiggly | Draws a wavy underline to indicate a possible error or area of concern. |
3535

36-
For more information, see [Text Markup Annotations](https://help.syncfusion.com/maui/pdf-viewer/text-markups).
36+
For more information, see [Text Markup Annotations](../text-markups).
3737

3838
### Shape Annotations
3939

@@ -48,7 +48,7 @@ Use these annotations to draw geometric shapes over PDF content.
4848
| Polyline | Draws an open multi-segment line. |
4949
| Square | Draws a rectangle over the page. |
5050

51-
For more information, see [Shape Annotations](https://help.syncfusion.com/maui/pdf-viewer/shapes).
51+
For more information, see [Shape Annotations](../shapes).
5252

5353
### Freehand and Rich Content Annotations
5454

@@ -60,34 +60,34 @@ For more information, see [Shape Annotations](https://help.syncfusion.com/maui/p
6060
| Stamp | Places an image or predefined stamp on the page. |
6161
| Sticky notes | Attaches a pop-up note to a specific location on the page. |
6262

63-
For more information, see [Ink Annotations](https://help.syncfusion.com/maui/pdf-viewer/ink), [Free Text Annotations](https://help.syncfusion.com/maui/pdf-viewer/free-text), [Stamps](https://help.syncfusion.com/maui/pdf-viewer/stamps), and [Sticky Notes](https://help.syncfusion.com/maui/pdf-viewer/sticky-notes).
63+
For more information, see [Ink Annotations](../ink), [Free Text Annotations](../free-text), [Stamps](../stamps), and [Sticky Notes](../sticky-notes).
6464

6565
## In This Section
6666

6767
### Annotation Types
6868

6969
| Topic | Description |
7070
|---|---|
71-
| [Text Markup Annotations](https://help.syncfusion.com/maui/pdf-viewer/text-markups) | Highlight, underline, strikeout, and squiggly annotations on selected text. |
72-
| [Shape Annotations](https://help.syncfusion.com/maui/pdf-viewer/shapes) | Draw arrows, circles, lines, polygons, polylines, and rectangles over pages. |
73-
| [Ink Annotations](https://help.syncfusion.com/maui/pdf-viewer/ink) | Draw freehand strokes over any page area. |
74-
| [Ink Eraser](https://help.syncfusion.com/maui/pdf-viewer/ink-eraser) | Erase portions of existing ink annotations. |
75-
| [Free Text Annotations](https://help.syncfusion.com/maui/pdf-viewer/free-text) | Place a text box directly on the page. |
76-
| [Stamps](https://help.syncfusion.com/maui/pdf-viewer/stamps) | Apply predefined or custom image stamps on a page. |
77-
| [Sticky Notes](https://help.syncfusion.com/maui/pdf-viewer/sticky-notes) | Attach pop-up notes to specific locations on a page. |
71+
| [Text Markup Annotations](../text-markups) | Highlight, underline, strikeout, and squiggly annotations on selected text. |
72+
| [Shape Annotations](../shapes) | Draw arrows, circles, lines, polygons, polylines, and rectangles over pages. |
73+
| [Ink Annotations](../ink) | Draw freehand strokes over any page area. |
74+
| [Ink Eraser](../ink-eraser) | Erase portions of existing ink annotations. |
75+
| [Free Text Annotations](../free-text) | Place a text box directly on the page. |
76+
| [Stamps](../stamps) | Apply predefined or custom image stamps on a page. |
77+
| [Sticky Notes](../sticky-notes) | Attach pop-up notes to specific locations on a page. |
7878

7979
### Common Annotation Operations
8080

8181
| Topic | Description |
8282
|---|---|
83-
| [Add, Remove, and Modify Annotations](https://help.syncfusion.com/maui/pdf-viewer/add-remove-modify-annotations) | Programmatically add, update, and delete any annotation type. |
84-
| [Annotation Collection](https://help.syncfusion.com/maui/pdf-viewer/annotation-collection) | Access and iterate the full annotation collection. |
85-
| [Select and Deselect Annotations](https://help.syncfusion.com/maui/pdf-viewer/select-deselect-annotations) | Select one or more annotations programmatically. |
86-
| [Lock and Unlock Annotations](https://help.syncfusion.com/maui/pdf-viewer/lock-unlock) | Prevent annotations from being edited or deleted. |
87-
| [Show and Hide Annotations](https://help.syncfusion.com/maui/pdf-viewer/show-hide) | Toggle visibility of annotations without removing them. |
88-
| [Import and Export Annotations](https://help.syncfusion.com/maui/pdf-viewer/import-export-annotations) | Import/export annotation data in XFDF, FDF, JSON, and XML formats. |
89-
| [Undo and Redo](https://help.syncfusion.com/maui/pdf-viewer/undo-redo) | Reverse or reapply recent annotation changes. |
90-
| [Annotation Comments](https://help.syncfusion.com/maui/pdf-viewer/annotations-comment) | Add review comments and status to annotations. |
83+
| [Add, Remove, and Modify Annotations](../add-remove-modify-annotations) | Programmatically add, update, and delete any annotation type. |
84+
| [Annotation Collection](../annotation-collection) | Access and iterate the full annotation collection. |
85+
| [Select and Deselect Annotations](../select-deselect-annotations) | Select one or more annotations programmatically. |
86+
| [Lock and Unlock Annotations](../lock-unlock) | Prevent annotations from being edited or deleted. |
87+
| [Show and Hide Annotations](../show-hide) | Toggle visibility of annotations without removing them. |
88+
| [Import and Export Annotations](../import-export-annotations) | Import/export annotation data in XFDF, FDF, JSON, and XML formats. |
89+
| [Undo and Redo](../undo-redo) | Reverse or reapply recent annotation changes. |
90+
| [Annotation Comments](../annotations-comment) | Add review comments and status to annotations. |
9191

9292
## See Also
9393
- [Add, Remove, and Modify Annotations](../add-remove-modify-annotations)

Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Refer to [Handling document load failures](https://help.syncfusion.com/maui/pdf-
4848

4949
| Topic | Description |
5050
|---|---|
51-
| [Form Fields Collection](https://help.syncfusion.com/maui/pdf-viewer/form-filling-collection) | Access the FormFields collection, restrict editing, clear form data, and attach custom data to fields. |
52-
| [Edit Form Fields](https://help.syncfusion.com/maui/pdf-viewer/form-filling-edit) | Programmatically set values for text, checkbox, combo box, list box, radio button, and signature fields. |
53-
| [Show and Hide Form Fields](https://help.syncfusion.com/maui/pdf-viewer/form-filling-show-hide) | Control form field visibility using the `IsHidden` property. |
54-
| [Customize Form Fields](https://help.syncfusion.com/maui/pdf-viewer/form-filling-customization) | Modify background color, text color, border color, and border width of form field widgets. |
55-
| [Form Field Events](https://help.syncfusion.com/maui/pdf-viewer/form-filling-events) | Track value changes and focus changes on form fields using events. |
56-
| [Import and Export Form Data](https://help.syncfusion.com/maui/pdf-viewer/form-filling-import-export) | Import and export form data in XFDF, FDF, JSON, and XML formats. |
57-
| [Form Data Validation](https://help.syncfusion.com/maui/pdf-viewer/form-filling-validation) | Validate form field values before saving the document. |
51+
| [Form Fields Collection](../form-filling-collection) | Access the FormFields collection, restrict editing, clear form data, and attach custom data to fields. |
52+
| [Edit Form Fields](../form-filling-edit) | Programmatically set values for text, checkbox, combo box, list box, radio button, and signature fields. |
53+
| [Show and Hide Form Fields](../form-filling-show-hide) | Control form field visibility using the `IsHidden` property. |
54+
| [Customize Form Fields](../form-filling-customization) | Modify background color, text color, border color, and border width of form field widgets. |
55+
| [Form Field Events](../form-filling-events) | Track value changes and focus changes on form fields using events. |
56+
| [Import and Export Form Data](../form-filling-import-export) | Import and export form data in XFDF, FDF, JSON, and XML formats. |
57+
| [Form Data Validation](../form-filling-validation) | Validate form field values before saving the document. |
5858

5959
## See Also
6060
- [Save a Document](../save-a-document)

Document-Processing/PDF/PDF-Viewer/maui/Getting-Started.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -581,13 +581,13 @@ Now that the PDF Viewer is running, here is a suggested learning path to explore
581581

582582
| Step | Goal | Topic |
583583
|---|---|---|
584-
| 1 | **Open documents from different sources** | Load a PDF from a URL, the device's file system, a Base64 string, or a password-protected file. → [Open a Document](https://help.syncfusion.com/maui/pdf-viewer/open-a-document) |
585-
| 2 | **Navigate and read** | Jump to specific pages, control zoom levels, and search for text. → [Page Navigation](https://help.syncfusion.com/maui/pdf-viewer/page-navigation) · [Magnification](https://help.syncfusion.com/maui/pdf-viewer/magnification) · [Text Search](https://help.syncfusion.com/maui/pdf-viewer/text-search) |
586-
| 3 | **Add annotations** | Highlight text, draw shapes, add sticky notes, or use freehand ink. → [Annotations Overview](https://help.syncfusion.com/maui/pdf-viewer/annotations-overview) |
587-
| 4 | **Fill form fields** | Read, edit, validate, import, and export PDF form data. → [Form Filling Overview](https://help.syncfusion.com/maui/pdf-viewer/form-filling-overview) |
588-
| 5 | **Save and print** | Persist changes back to a file stream, optionally flattening annotations. → [Save a Document](https://help.syncfusion.com/maui/pdf-viewer/save-a-document) · [Print a Document](https://help.syncfusion.com/maui/pdf-viewer/print-a-document) |
589-
| 6 | **Customize the toolbar** | Show, hide, add, or remove toolbar items to match your app's workflow. → [Toolbar Customization](https://help.syncfusion.com/maui/pdf-viewer/toolbar-customization) |
590-
| 7 | **Redact sensitive content** | Permanently remove confidential text or images before sharing. → [Redaction](https://help.syncfusion.com/maui/pdf-viewer/redaction) |
591-
592-
* [Annotations Overview](https://help.syncfusion.com/maui/pdf-viewer/annotations-overview)
593-
* [Migration Guide](https://help.syncfusion.com/maui/pdf-viewer/migration)
584+
| 1 | **Open documents from different sources** | Load a PDF from a URL, the device's file system, a Base64 string, or a password-protected file. → [Open a Document](../open-a-document) |
585+
| 2 | **Navigate and read** | Jump to specific pages, control zoom levels, and search for text. → [Page Navigation](../page-navigation) · [Magnification](../magnification) · [Text Search](../text-search) |
586+
| 3 | **Add annotations** | Highlight text, draw shapes, add sticky notes, or use freehand ink. → [Annotations Overview](../annotations-overview) |
587+
| 4 | **Fill form fields** | Read, edit, validate, import, and export PDF form data. → [Form Filling Overview](../form-filling-overview) |
588+
| 5 | **Save and print** | Persist changes back to a file stream, optionally flattening annotations. → [Save a Document](../save-a-document) · [Print a Document](../print-a-document) |
589+
| 6 | **Customize the toolbar** | Show, hide, add, or remove toolbar items to match your app's workflow. → [Toolbar Customization](../toolbar-customization) |
590+
| 7 | **Redact sensitive content** | Permanently remove confidential text or images before sharing. → [Redaction](../redaction) |
591+
592+
* [Annotations Overview](../annotations-overview)
593+
* [Migration Guide](../migration)

0 commit comments

Comments
 (0)