Indesign Move Pages

When using the Move Pages to move from Document A to B and before closing  B are the images still linked to the Document A folder or do they assume the linkage to the same graphic name in the Document B folder.

You could try resetting preferences: Troubleshooting 101: Replace, or "trash" your InDesign preferences

Similar Messages

  • Move Pages in Indesign using Applescript

    How to set page ranges for "move pages" command in apple script.

    Fromthe pages panel flyout menu make sure Allow Document Pages to Shuffle is checked, and also Allow Selected Spreads to Shuffle for any spreads that show the numbers in brackets if you want them to be able to rearrange as well (in this case you have two pages numbered 2, and that's a problem since by default ID wants to arrange even numbered pages tothe left of the spine and odds to the right).

  • [CS3 JS]  Move pages from one document to another?

    First, a brief explanation of what I am trying to do. I have several individual chapters that I am including in an INDD book. However, I also want to be able to allow those individual chapters to stand alone, meaning that I want to add a cover/title page to each chapter file (these two pages would be placed before the current page 1 of each chapter).
    My preference would be to write a script that would open the cover/tp file and open the first chapter file; this part is no problem. Where I am running into trouble however, is the second step: moving the cover/tp pages (2 pages) over into the chapter file.
    Manually, I would open Cover.indd, activate the "move pages" menu, "Move pages: 1-2", "Destination: Before_Page 1", "Move to: Chapter1.indd".
    With over 100 chapters in the book, however, I would prefer to automate the process. I have looked into the Page.move and PageItem.move elements, but both look like they would require a location in the current document (either in (x,y) form or using "AT_BEGINNING".
    If I cannot get this to work, I will likely try to insert two blank pages, then cut/paste with a script, but I would prefer the "move" functionality, if it is possible.
    A couple of answers to potential questions:
    I can't simply place the INDD cover file b/c it uses a text variable to pull the chapter name; this personalizes each stand-alone chapter.
    Same answer to why I can't just slap the 2-page .pdf on the front of each. I need the text variable to still be active.
    Has anyone tried to move pages from one document to another using scripting? I tried to explain what I am trying to do, but if it doesn't make sense, I can try again. :)
    thanks!
    Matt

    ok here we are
    I get a raw skeleton that you will have to adjust but it's functional.
    Use a PDF for placement as you can specify the page that you want to place.
    I don't know if you can do the same for indesign files.
    So basically, it starts adding 2 pages and placeing the pdf in the same time.
    After that, it creates the textVariable and the frame that will receive it.
    Here you are:
    //If a document is open
    if(app.documents.length!=0)
    var ad = app.activeDocument;
    //Pages placement
    for(i=0; i<2; i++)
    //Add 2 pages on top of the document;
    var tmpPg = ad.pages.add(LocationOptions.BEFORE, ad.pages[0]);
    //Here you place your pdf
    app.pdfPlacePreferences.pageNumber = i;
    tmpPg.place(File(cover.pdf), false)
    //You should specify page x and page y but ain't found yet the way to go.
    //Text variable creation
    //Check if the textVariable named "txtVar" does not already exist...
    if(ad.textVariables.item("txtVar")==null)
    //if not found, create the text variable named "txtVar"
    var txtVar = ad.textVariables.add();
    txtVar.variableType =VariableTypes.CUSTOM_TEXT_TYPE;
    txtVar.name = "txtVar";
    //Set the contents of the text variables to the string "test"
    ad.textVariables.item("txtVar").variableOptions.contents = "test";
    //these coordinates don't care aboutyour units but you may adjust them to your needs
    var y1 = ad.marginPreferences.left;
    var x1 = ad.marginPreferences.top;
    var y2 = y1+5;
    var x2 = x1+25;
    var myFrame = ad.pages[0].textFrames.add({geometricBounds:[y1,x1,y2,x2]});
    //Set the contents of the frame to the text variables "txtVar"
    myFrame.contents=ad.textVariables.item("txtVar").variableOptions.contents;
    //You may want to stylize the txtVar
    //In this case, either you use a existing characterStyle or you create one in the script
    Bye Loic

  • How to move pages between documents WITHOUT elements shifting

    Hi everyone! My team members and I are so frustrated over what I think should be a really simple issue: copying/moving/dragging pages between documents and NOTHING CHANGING.
    Whenever we move pages between documents (which we have to do on a monthly basis - moving content into client branded files), at least ONE thing will shift and it usually has to do with overset text and/or text wrap. We have googled our brains out. We've tried everything on this list How-To: 10 Techniques for Copying Pages Between InDesign Documents | CreativePro.com and in the various Lynda tutorials we've looked at. We have combined our powers and still can not solve this problem so now I come to you, hoping that you can please please please help us figure out this issue before one of us throws a computer out the window.
    We have this one document. And this is what one of the problem pages looks like. Everything is on one layer. (look at the section marked 5)
    Then I move the pages (copy/paste the content; drag and drop the pages; etc.) into the destination document so we can apply branding.
    AND THIS HAPPENS.
    WHY does this text suddenly become overset?
    The preferences of both documents are IDENTICAL. In fact, Document B was originally created from Document A.
    AND FUN FYI: I took Document A and Saved As a new name. Opened it the new name. And tried moving the pages into the newly named document -- and the SAME EXACT THING HAPPENED.
    I am going to bash my head into a wall. Can someone please shed some light on this? Have you seen this before? How do we fix it??

    aschwartau wrote:
    Doesn't saving as IDML lose some of the properties if you use any shadow or other effects?
    That's not something that I have ever heard, but since I haven't heard everything, I suppose it's possible. What you may be thinking of is that some people use idml to migrate a file to a lower version, and if that lower version lacks a feature of the version that created the file, you will either lose or modify the way that that feature worked in the original. I don't think that even in that scenario that a feature that was present in both versions would go away just because it took a trip through idml to get to an earlier version. And if idml botched shadow or effects, nobody would use it, and I don't think Adobe would have it.
    aschwartau wrote:
    If we had just done a final Save As on the Document A before giving it to the team member who's going to be copying the content into Document B, does that not count as doing a Save As? You mean the minute it's freshly opened try doing another Save As? (P.S. Edit: Just tried this. Didn't change what happened. )
    The thing that Save-As does is remove little bits of data associated with undos that a normal Save retains. Sometimes this data can lead to problems, so any time you do it, it will help, but if you do it at stage 37 and you hand off at stage 38, you will have cleared out most all of anything that may have built up over time. I don't want to give the impression that it is required, but it certainly doesn't hurt, and is probably a good idea to Save-As periodically.

  • How do change the sequence of pages in a PDF file. Need to move page 3 to 12

    How do I change the page sequence in a document. eg Want to move page 3 to 12

    Hi leoniep,
    To reorder pages in a PDF, you need to use Acrobat (you can drag the page thumbnails to rearrange the pages). If you don't have Acrobat, you're welcome to try it for free for 30 days. See http://www.adobe.com/products/acrobat.html for more information.
    Best,
    Sara

  • How can you move pages from one Muse site to another Muse site?

    I am trying to move pages from one Muse sitemap page to another Muse sitemap. This is so I can have multiple people working on creating hundreds of project profile pages and then transfer them into the master file that will be the final site.

    120norange wrote:
    I am trying to move pages from one Muse sitemap page to another Muse sitemap. This is so I can have multiple people working on creating hundreds of project profile pages and then transfer them into the master file that will be the final site.
    In this case your best bet would be to have the other people just provide content without the template and then you can just plug content in rather than doing a select all.
    You can open up both your site and their site at the same time in Muse to help the copying process.
    jkijki wrote:
    You have stuck your nose into my discussions with your useless answers before In the future do not reply to anything I write
    Technically, you jumped into the thread after Parikshit ..... and being rude is a quick way to not get help in the future. No need to be rude and disrespectful. Just saying .......

  • HT204053 how do i move page and numbers documents from one icloud login to another?

    how do i move page and numbers documents from one icloud login to another?
    I had to change my email address whcih meant new apple login.
    I have a number of docs in iwork/pages and iwork/numbers.  How do I transfer them to my new login?

    There's a couple of ways but my tip backing up your documents in the cloud is as good as any.

  • How to move page order in a document created in Pages 5.1

    How do you move page order in Pages I used to be able to click and drag the thumbnails but can't in latest version (5.1)

    You should ask in the Reader forum. But my guess is that Reader there is nothing you can do. Acrobat allows you to move pages around, but not Reader.

  • I have learned to love PAGES, but I can't figure out how "sections" get linked together and how to unlink them so I can move pages or delete pages with a whole bunch of pages (a section) going away.

    I have learned to love the PAGES program but I will add a new "section" or page to it and then when I look at thumbnails and try to move pages around or delete pages, it treats them as a section of many pages and will only delete several of them together or will add extra blank pages that I don't need. It is very frustrating but must be something I am doing to cause this.

    Burghmom wrote:
    It is the '09 version. I went on the boards and found out that by inserting a page break after each page as I go, I can make each page act individually instead of as a group. Then I can move pages around or delete them through thumbnails. The online manual didn't really help with how to avoid having them act as a group.
    A Page Break pushes the next text to the next page, it is still part of the same section.
    You need to insert a Section Break.
    Peter

  • How do you move pages around in a combined pdf online.

    how do you move pages around in a combined pdf online

    Hi,
    To move pages in combined PDF file you can use Adobe Acrobat.
    1. Open your combined PDF file in Acrobat XI
    2. Click "Tools" from top right corner
    3. Select "Pages" tab
    4. Select "Page Thumbnails"
    5. Move the page thumbnails at Page Thumbnail pane at left side of  document page.
    6. Save the PDF page.
    You can download Acrobat XI Pro Trial version from www.adobe.com or upgrade your service to Acrobat Plus (Please see more information at https://www.acrobat.com/acrobatplus/en/features.html?promoid=KIUAY
    Hisami

  • Can't move pages in version 8

    I used to be able to just move pages back and forth between documents in Acrobat by just clicking and dragging. Now I have version 8 and it won't let me do this.  Version 7 lets me do this by asking me to give it exact typed directions.
    Why isn't my acrobat FRIENDLY anymore?
    I go cry now.

    Adobe Acrobat 8 can move pages. Adobe Reader 8 can't move pages.

  • Is there any reason photos in an album page display small on the iPad, but normally on an iMac? And videos on a movies page don't play on the iPad, but are OK on the iMac?

    Is there any reason photos in an album page created in iweb display small on the iPad, but normally on an iMac? And videos on a movies page don't play on the iPad, but are OK on the iMac?

    there are three displays in photos page:
    1) thumbnails grid - smallest
    2) deatial view and detail view slideshow - large
    3a) pop-up slideshow - vary - this is slideshow.html
    3b) or iphone/ipad slideshow phoneshow.html - iphone/ipad can't do pop-up
    it's difficult to know which you refer to.
    if you refer to pop-up slideshow then you should not look into iwebmediagrid.js as wyodor suggested.
    instead look in phoneshow.html and change width and heigth of element id slideshow:
    #slideshow {
    position: relative;
    width: 320px; /* this is default width */
    height: 360px; /* this is default height */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

  • When I move pages from one document to another, it creates a new alternate layout.

    Hello,
    I'm having an issue with combining some documents. Usually I use the "move pages" command and tell the pages to integrate with another document. However, because of the new alternate layout feature, both documents have the default layouts as "Letter V". So when I move pages from one document to the end of another, it creates a new alternate layout labeled "Letter V2" and "Letter V3" etc. Is there a way to make the pages just go into the main layout of Letter V without creating a new alternate layout? How do I merge alternate layouts created in the integrated document? All documents are the same page size and orientation.
    Thank you kindly,
    Sheena

    Petrill,
    Thank you. I was trying to do that yesterday, but it was grayed out. It seemed to work alright today.
    Thanks,
    Sheena

  • Place multiple InDesign document pages (ImportedPages)

    Hello,
    I need a way to place multiple pages from an InDesign document in much the same way as the sample PlaceMulitpagePDF.jsx does but with InDesign documents rather than PDFs.
    The following is the critical line where the PDF page number to import is set:
    app.pdfPlacePreferences.pageNumber = myCounter;
    What is the equivalent command for setting the InDesign document page number when choosing a page to import?
    I have tried using:
    Application.ImportedPageAttribute.pageNumber
    but without result.
    TIA

    Why, thank you Mr. Schneider!
    I am embarassed to say that my problem was a couple of typos, (reading the Zanelli script made that obvious to me). The command should have been:
    app.importedPageAttributes.pageNumber
    Note the lowercase "i" on "imported" and the "s" after "Attribute."
    Your help is very much appreciated!

  • Can a Photo page be used as thumbnail links to movie pages?

    I've made a photo page with say 20 or so photo thumbnails. I have made separate movie pages for each movie. Dragged each movie page link to the related picture on the photo page and sized the button to be the same size as the thumbnail image. Checked that the button is linking to the correct movie page.
    In iWeb, when I "make links active", everything works properly. But once it's uploaded, the thumbnails/buttons, when clicked, open up a new browser window with just the jpg thumbnail.
    Any ideas to get this to work? Or do I have to start over, and lay it all out maually?
    G5 DP 1.8 & PowerBook G4 15"   Mac OS X (10.4.6)  

    I think the problem may be related to the Photo page template. When you click on the thumbnail, I think there is some built-in functionality to open a new slideshow window or something.
    Instead of using the Photo gallery template, try using a plain page...one of the templates with as few elements as possible...maybe the movie template. Then manually add your movie thumbnails and size them to your liking. then add the hyperlinks to your movie pages to each thumbnail. I think you might find that this works better.
    ==> www.DirtDoog.com <==</a>    
    Place A Virtual Pin On Putt-Putt's GuestMap!

Maybe you are looking for

  • Hr-abap doc

    hi all, can any one provide me with all the docccument and program name starting from very basic to expert level. as i am new to hr abap. thanks anuj

  • How do I draw on a Jpanel

    I've spent around 15 hours trying to work out how to draw something as simple as a line onto a JPanel! I kind of understand about using paint, set color etc. if I was writing code in notepad I'm sure that it wouldn't be a problem but as I'm using the

  • Connecting 80 gb ipod to car

    I have a new Malibu which has an audio outlet for ipod. I purchased a Belkin 3.5mm cable which fits port on car and ipod. car registers that cable is plugged in, even when I disconnect the ipod end, but no sound comes out. Wrong cable? It says it is

  • HP Pavilion a6355

    I have an old HP Pavilion a6355 which wont start I just see a black screen and the monitor says no signal. I have tried a new Monitor but the PC still wont start with the same message.  Anyone have any ideas, help!!! 

  • "No SIM card installed in the iPhone you are attempting to activate" after updating to iOS 5. Living in Canada with Rogers service provider.

    Any solutions yet? "No SIM card installed in the iPhone you are attempting to activate" after updating to iOS 5. Living in Canada with Rogers service provider.