Skip to content

Commit fbe7436

Browse files
991918: Updated Sample Links
1 parent 6b5560d commit fbe7436

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Document-Processing/PDF/PDF-Viewer/javascript-es6/Redaction/programmatic-support.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ viewer.redactionSettings= {
139139
};
140140
```
141141

142+
[View Sample in GitHub](https://github.com/SyncfusionExamples/typescript-pdf-viewer-examples)
143+
142144
## Redaction property panel
143145

144146
The redaction property panel allows users to update annotation properties through the UI. Programmatically, you can invoke the property panel by selecting an annotation and calling the relevant APIs. Properties such as overlay text, font style, and fill color can be updated directly in the panel.

Document-Processing/PDF/PDF-Viewer/javascript-es6/Redaction/search-redact.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ document.getElementById("applyRedaction")?.addEventListener('click', ()=>{
9797
});
9898
```
9999

100+
[View Sample in GitHub](https://github.com/SyncfusionExamples/typescript-pdf-viewer-examples)
101+
100102
## Notes
101103
- Ensure the PDF is fully loaded before triggering extraction and search.
102104
- Bounds from search are in points (72 DPI). Convert to pixels (96 DPI) to align with annotation coordinates.

Document-Processing/PDF/PDF-Viewer/javascript-es6/Redaction/toolbar.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ document.getElementById('hideRedactionToolbar').addEventListener('click', () =>
8484
});
8585
```
8686

87+
[View Sample in GitHub](https://github.com/SyncfusionExamples/typescript-pdf-viewer-examples)
88+
8789
Refer to the following image for details:
8890

8991
![Programmatically show the Redaction toolbar](../redaction/redaction-annotations-images/show-redaction-toolbar.png)

0 commit comments

Comments
 (0)