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.
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.
If they are, you can use JavaScript to delete pages by range, e.g.
this.deletePages({nStart: 1, nEnd: 3});