These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

delete duplicate pages

miminame
Registered: Sep 14 2011
Posts: 4

How do you delete duplicate pages? Is there a way to do it automatically rather than manually? This is for very large files with 100+ pages.

UVSAR
Expert
Registered: Oct 29 2008
Posts: 1358
Acrobat won't know a page is a "duplicate" based on content, so it can't do it automatically unless the pages are always in the same place.

If they are, you can use JavaScript to delete pages by range, e.g.

this.deletePages({nStart: 1, nEnd: 3});
try67
Online
Expert
Registered: Oct 30 2008
Posts: 2401
You can create a script that compares two pages based on their content (and can even check if the words are in the same location), but not if there are visual differences such as a different image in the page.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com