With the Acrobat product you can extract a page or range of pages. If needed the extracted pages can then be combined into a single PDF or a portfolio.
Reader can not extract pages, combine pages, nor make a portfolio.
Yes, it is possible to create a script that will randomly extract some pages from a PDF file. Use this.extractPages() to do the actual extracting, and you'll need a separate mechanism to determine the page number (or range) to extract, probably using Math.random().
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com
Reader can not extract pages, combine pages, nor make a portfolio.
George Kaiser