Script for skipping to next page (of imported pdf/ai/ind)?
Hey Community and scripting gurus,
i've done this in applescript for pdf, but im on a pc now and still struggeling with java. Tho I guess someone done this before, it seems so obvious to have:
Im looking for a script to skip to next page, of a placed multipage-document.
As im thinking about it: at a basic level, what also can work would be a script to reload the linked document, with import-options shown.
But then I need to know exactly which page was imported, and with that small preview-section-window it can be quite difficult to find, if you only go by visual. Also i discovered - while having these lack of any programming skills - that there is (maybe) no way to tell the max-count of pages of placed documents within the InD-DOM, to not skip into an non-existing pages at the eof and I ended up calling Acrobat for that (which is mostly running anyway), than skip to the first page again.
I dream of a script which can skip to next page for placed PDFs, AIs and InDesign-docs. If the last page is shown, it should skip to first page. In the top of the scripts code can be a variable to reverse the order to backwards skipping, so I can save a second version and keybind both scripts, if I want to use the previous page. Also nice if you have skip too far ahead and the doc is large.
Anyone got this laying around or is saying "pfff EZ - giv me 4 mins" it would be very appriciated!