0
Syntax and Functions for Find & Replace
Explorer
,
/t5/acrobat-sdk-discussions/syntax-and-functions-for-find-replace/td-p/9683824
Feb 27, 2018
Feb 27, 2018
Copy link to clipboard
Copied
Hello guys, I want syntax and functions for find and replace actions. If anyone knows please assist me. Thank you.
TOPICS
Acrobat SDK and JavaScript
,
Windows
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/syntax-and-functions-for-find-replace/m-p/9683825#M24357
Feb 27, 2018
Feb 27, 2018
Copy link to clipboard
Copied
Do you mean Find and Replace static text? If so, there's no such option in JavaScript.
You can redact text and use the Overlay Text option to insert new text, but it's not really the same because it doesn't reflow the document, or match fonts.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
madhusudhananc
AUTHOR
Explorer
,
/t5/acrobat-sdk-discussions/syntax-and-functions-for-find-replace/m-p/9683826#M24358
Feb 27, 2018
Feb 27, 2018
Copy link to clipboard
Copied
Thanks for the info. Could you please give any reference to functions and syntax for actions you mentioned.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/syntax-and-functions-for-find-replace/m-p/9683827#M24359
Feb 27, 2018
Feb 27, 2018
Copy link to clipboard
Copied
The addAnnot method of the Document object can be used to create a Redaction annotation, and the applyRedactions method to apply it.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

