This content has been marked as final.
Show 4 replies
-
1. Re: How do you delete Odd pages?
winterm Nov 11, 2014 9:49 AM (in response to Katherine DeBaun)check cdflash response in this thread
http://forums.adobe.com/thread/1077081
you may find it useful...
-
2. Re: How do you delete Odd pages?
Katherine DeBaun Nov 11, 2014 10:00 AM (in response to winterm)I may be misunderstanding the answer on that thread but I dont think this would help in the situation I have now... I want to delete not import...
BUT, thanks, I will try that script when importing in the future.
-
3. Re: Re: How do you delete Odd pages?
winterm Nov 11, 2014 10:07 AM (in response to Katherine DeBaun)you didn't read
cdflash talks about DELETING, see point 4) in his answer...
here is his code may be useful to you:
var curpage = 0; app.activeDocument.pages[curpage].remove(); while (curpage < app.activeDocument.pages.length) { curpage += 1; app.activeDocument.pages[curpage].remove(); }read again and try it
-
4. Re: How do you delete Odd pages?
Katherine DeBaun Nov 11, 2014 10:38 AM (in response to winterm)Ahhh, gotcha!! I read it but thought it was still about the importing, I didnt fully understand it. Im gonna try it out. THANKS!!

