Answered
check if pdf has stamp using javascript
Is there a way to check a pdf using javascript to see if it has a stamp in it?
Is there a way to check a pdf using javascript to see if it has a stamp in it?
You can iterate over all annotations and check for a type of stamp. See here for some information about how to loop over all your annotations:
Acrobat DC SDK Documentation - Doc.getAnnots()
And here is information about the type property of the Annotation object: Acrobat DC SDK Documentation - Annotation.type
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.