Skip to content

Commit edb1160

Browse files
1010299: addressed the feedback provided
1 parent 56adfe8 commit edb1160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Document-Processing/PDF/PDF-Library/javascript/Redaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ document.destroy();
6565
{% endhighlight %}
6666
{% endtabs %}
6767

68-
N> The `PdfRedactor.redact(callback)` method allows you to customize redaction appearance through a canvas callback and supports removing both **text and images**. In contrast, `PdfRedactor.redactSync()` performs faster synchronous redaction but can remove **only text**, and does not support image redaction or custom drawing.
68+
N> Use PdfRedactor.redact(callback) when you need to redact images along with other PDF content. In contrast, PdfRedactor.redactSync() is faster because it runs synchronously, but it cannot redact images—only text and other non‑image elements.
6969

7070
## Fill color on the redacted area
7171

0 commit comments

Comments
 (0)