0
deleting multiple objects in a document
New Here
,
/t5/acrobat-sdk-discussions/deleting-multiple-objects-in-a-document/td-p/8496514
Jul 15, 2016
Jul 15, 2016
Copy link to clipboard
Copied
If you have several pages in a document with and image in the same place and you want to delete the object/image from all the pages, can you select the image once and then ask to delete it from all pages, without having to go through every page
TOPICS
Acrobat SDK and JavaScript
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/deleting-multiple-objects-in-a-document/m-p/8496515#M83390
Jul 15, 2016
Jul 15, 2016
Copy link to clipboard
Copied
No, you can't do that. What you can do, though, is create a Redaction annotations over the image on one page and then duplicate it to the other pages using a script, like this one I've created: Custom-made Adobe Scripts: Acrobat/Reader -- Duplicate Annotations to Multiple Pages
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

