• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

check if pdf has stamp using javascript

New Here ,
Sep 19, 2017 Sep 19, 2017

Copy link to clipboard

Copied

Is there a way to check a pdf using javascript to see if it has a stamp in it?

TOPICS
Acrobat SDK and JavaScript

Views

531

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 19, 2017 Sep 19, 2017

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 

Votes

Translate

Translate
Community Expert ,
Sep 19, 2017 Sep 19, 2017

Copy link to clipboard

Copied

LATEST

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 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines