Is it possible to extract or export single pages from an InDesign document?
So far I've done it this way: I remove all the other pages, save to a new document and reopen the original document.
Here's my script https://gist.github.com/2964807
But obviously this is more of an hack. And the problem is that it's very obvious to the user, as the document is closed and re-opened. Is there a cleaner way of doing it?
Thanks in advance for your help.