Copy link to clipboard
Copied
there's a better script out there for placing pdfs which has its own instruction manual.
http://indesignsecrets.com/downloads/MultiPageImporter2.2.1.zip
i think this will do what you want. don't forget to thank scott zanelli for the script too
colly
Copy link to clipboard
Copied
there's a better script out there for placing pdfs which has its own instruction manual.
http://indesignsecrets.com/downloads/MultiPageImporter2.2.1.zip
i think this will do what you want. don't forget to thank scott zanelli for the script too
colly
Copy link to clipboard
Copied
Modify temporarily the line (in my script it's line 106)
myPage = myDocument.pages.add(LocationOptions.after, myPage);
to
myPage = myDocument.pages.nextItem(myPage);
and run script.
Don't forget to change back
Copy link to clipboard
Copied
Thank you both very much.
Steven, unfortunately the change you posted didn't work for me. Maybe I should have mentioned that I work with CS3. The script terminates with an error.
Cdflash, this is exactly what I needed. The script works like a breeze. My colleagues and I were astonished to see the work of hours being done in seconds.
And yes, I will try to find Scott Zanelli's website to thank him
Copy link to clipboard
Copied
Hi,
I am interested in this function too, the only thing is I am using indesign cs4, is the script compatible? Could you put a link so I can download it and test it?
Thanks a lot
Copy link to clipboard
Copied
Ahhhh Google. Can't live without it.
http://indesignsecrets.com/zanelli-releases-multipageimporter-for-importing-both-pdf-and-indd-files.php
(Note especially the note on "Added for CS4.)