mjlongo Posted April 4, 2019 Share Posted April 4, 2019 Hello, I have a document with a couple thousand pages. We have a need to print every 54th page starting on page one. so page 1, then page 55, then page 109 and so on all the way to the end. Is there an easy way to script this? Thanks! Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted April 16, 2019 Share Posted April 16, 2019 Can you elaborate on what you mean by "printing" in this context? Do you mean that you want to compose output with only every 54th page? Quote Link to comment Share on other sites More sharing options...
mjlongo Posted April 16, 2019 Author Share Posted April 16, 2019 My apologies. Yes, I meant compose. We already found a solution to the particular issue we had. However, I think I would still like some guidance on the best way to use some javascript for when similar situations arise. So what I think I would need is simply this: Can I set every page in the document to "unused" without having to touch every one? If this can be done with a javascript command, that would be fine. But then I would need to be able to specify a certain set of pages for composition. An example might be a document with let us say 500 pages in it. I might have to compose only pages 1, 20, 40, 100, 150 and 250. Or maybe I would need to compose only every 25th page starting from page 1. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.