Paste the image into the new framework with the same offset

InDesign CS4 - I'm trying to copy an image of a frame and paste it into another frame on the same page and do appear in the same position in the frame. I want that he respects the details of previous image shift, but instead, it uses the page offset coordinates or the image in the new framework centres. I remember well, CS2 or CS3 has a feature that allowed me to do this, but I can't understand it in CS4. Help, please! Thank you.

The script in the thread referenced Nina is here. It should still work with CS4:

http://www.zenodesign.com/scripts/PasteIntoCS3.zip

I attach a key command to it. Note that you must select the image of the source (not the image itself) when you copy and then also select the destination image before running the script.

Tags: InDesign

Similar Questions

  • Can I paste the same Code of Google Analytics on the desktop, Tablet and phone pages on my site, or create a new property for each?

    Can I paste the same Code of Google Analytics on the desktop, Tablet and phone pages on my site, or create a new property for each?

    I generated the code and created the property in GA I placed the code in the HTML < head > page properties metadata of my MUSE desktop file.  I am past the same code in the same place for the page of the Tablet and phone or do we get new code?

    I'm assuming that the code is the same for all pages of the Web site as long as they are within the same domain?

    I'm trying to confirm.

    Thank you!

    Yes, you will need this same code applied to all pages you want to track. Simplest is to add to your Master Pages rather than individual pages.

  • Paste an image into a layer mask does not work even after several approaches

    I can't paste an image into a layer mask. I tried to keep 'option' by clicking on the layer mask (to activate the white), then "Control + V" to paste the image but it still places the image in a new layer. I tried to paste through the Palette layers without success (pasta in a new layer). I tried to use past special from the Edit menu, but the past command is grayed out. Any ideas for why it does not work for me?

    I tried to keep 'option' by clicking on the layer mask (to activate the white), then "Control + V" to paste the image

    Did you select > all and edit > copy the image you want to put in the mask?

  • I bought a new computer and want to remove Adobe Photoshop CC between this computer and load it into a new one with Lightroom. How can I go about it?

    I bought a new computer and want to remove Adobe Photoshop CC between this computer and load it into a new one with Lightroom. How can I go about it?

    Hi David,

    Please see the link below to uninstall any creative cloud.

    Uninstall or remove Adobe Creative Cloud applications

    Once you uninstall you can install it on the new computer by following the instructions on the link below.

    Download and install Adobe Creative Cloud apps

    Hope this will solve your problems.

    Kind regards

    Hervé Khare

  • Can we do "image moves with the text" the default behavior when you paste an image into a page of text?

    in a text in 'pages' document - copy - paste an image in a body of text automatically seems to do with 'image remains on the page' and 'automatic', which makes the image stays in place when later editing / adding text... so the picture does not end with the original text that belongs to it.

    Can we do the setting "Fix '-' with text Move' -' Inline with the text" setting by default, then it will automatically stick a new image without having to go through a few clicks every time?

    Thanks muchly, everyone who might have an idea

    Peter

    You can insert and to scale an image of your choice, set its object Placement and dressing of your choice and then do a placeholder image. You save then this as a model. When you create a new document based on this template, any image that you copy/paste or drag/drop on this placeholder image will now have your preferences of positioning of the object and the skin. Other that that, you cannot change the default settings of v5.6.1 Pages.

  • Service existing AppleScript Automator to cut and paste the same image in a conversation of Messages

    New to Applescript/Automator-

    I want to be able to have a simple shot that will allow me to paste a particular image in a conversation in Messages... It is the same image that I want every time. But I want to avoid having to go to Messages, search for image copy and then turn over Messages to paste.  I didn't need the script to automatically display the message, simply cut and paste of the pictures folder so that I am in Messages in a new message to the existing message thread (it makes no sense to me). Be good for this service in the Messages and be available to a hot key combination!

    You might want to try the following script to copy and paste an image in the images folder. To launch the script with a quick access key, use FastScripts (free up to 10 keyboard shortcuts).

    the value thePictureName to "Test.jpg".

    value thePicture to (path to the folder images as text) & thePictureName as alias

    say application 'Finder '.

    activate

    thePicture reveal

    end say

    delay 1

    say application 'System events' to hit 'c' using {control down}

    say application "Messages".

    activate

    if not visible from the window 1 then

    say application 'System events' to hit '0' using {control down}

    end if

    end say

    delay 1

    say application 'System events' to hit 'v' {control down}

  • Why did FF open image in a new tab with focus and black background?

    Whenever I used to open image in a new tab, it would always appear in the upper left corner, with a white background. Since my upgrade to 11.0, it is now focused on the force with a black background, I hate. How can I change this?

    This is a new feature in Firefox to enhance the visibility of the images open in a new tab. However, if you want to disable, you can install https://addons.mozilla.org/en-US/firefox/addon/old-default-image-style/, which will return the change for you.

  • Copy / paste the same button on multiple Pages

    I have to copy and paste a simple button on each page of a document. (Hundreds of pages.)

    Y at - it an easy way to stick the button in the same place on each page, or what I have to do it manually, over a very long period of time?

    (In addition, it is difficult to paste the button into a specific location, or I have the eyeball for everyone?)

    Select the object tool (black arrow) click with the right button and select

    Two copies.

  • move to the new framework with tweenlite

    Morning!

    Can you tell me what the code faster is to go from frame 4 in box 5 with a break of 6 seconds on frame 4?, I can't understand it, and I have a date deadline today!

    Thanks in advance

    Here's the current code on frame 4... This does not work, do not know

    Stop();
    img9.x = - 25;
    img9.y = 100;
    img9.Alpha = 0;
    txt6.Alpha = 0;
    img5.Alpha = 0;
    img5.x = 350;
    img5.y = 0;

    TweenLite.to (txt6, 2, {x: 83.45, y:-19.55, delay: 1, alpha: 1});
    TweenLite.to (img9, 5, {x: 1.95, y: 5 delay: 1.5, alpha: 1});
    TweenLite.to (img5, 1, {x: 0, y: 0, alpha: 1});

    gotoAndPlay ("frame5");

    Barb

    You can use the TweenLite onComplete property to call a function when a Tween is finished... I don't know exactly what you want, but this should get you:

    Stop();
    img9.x = - 25;
    img9.y = 100;
    img9.Alpha = 0;
    txt6.Alpha = 0;
    img5.Alpha = 0;
    img5.x = 350;
    img5.y = 0;

    TweenLite.to (txt6, 2, {x: 83.45, y:-19.55, delay: 1, alpha: 1});
    TweenLite.to (img9, 5, {x: 1.95, y: 5 delay: 1.5, alpha: 1});
    TweenLite.to (img5, 1, {x: 0, y: 0, alpha: 1, onComplete:startContinue});})

    function startContinue() {}

    var t:Timer = new Timer (6000, 1);

    t.addEventListener (TimerEvent.TIMER, continue, false, 0, true);

    t.Start ();

    }

    function continue() {}

    gotoAndPlay ("frame5");

    }

    Thus, when the final Tween ends, he called startContinue - who starts a 6 second timer. When the timer stops, it calls continue() that goes to the frame 5.

  • I can't insert a graphic image into a new publication: win 7, 24 tb

    Sometimes when you compose a new email, I can't insert a picture into a message. I tried the Insert button and the insert icon. This happens all the time; but, when it happens that I can't seem to make it work. My system is a Win 7 with Thunderbird 24.3.0.5. I tried inserting different graphic images and have tried all the combinations in the Image Properties window.

    I closed and reopened Thunderbird. I rebooted my system. I closed all windows except Thunderbird. Nothing helps. Help! Thank you, Bill Gray

    Bill Gray here once again. I find that if I open another window of writing, then copy and paste my email address in the window - initial, I can insert graphics into the new window.

    What happens in Thunderbird to get there? What happened a couple of times. But at least now I know that I can open a new window of writing and work around the problem. Yet, I'm still stuck with the nagging question: why is it happening?

    Thank you and God bless, Bill Gray

  • Rendering of previous images into a new CMS workflow

    As a photographer of alternative process, I never took worth a lot with the calibration of monitor. However, with instruments of today are as cheap now, I see no reason not to do so.

    However, I fear that by doing so, all my, color managed pre "fix" images will appear different and 'wrong' on a properly calibrated screen.

    Is it possible to use the old monitor profile to convert my catalog of images to display as they did before the monitor is correctly calibrated?

    Hmmm, not as easy as it may seem, but it should be possible at least with flattened files. It seems to me that you could create an action to:

    1. convert the file to a smart object. This is necessary to "Pack" and to protect the original, so that the color clipped (out-of-gamut) can be found and also to minimize the degradation of many conversions.

    2 convert the former monitor of the area of original document profile. You'll want to change the RGB numbers in the original file, and the change must be equal to the difference between the old and new monitor profile. But you can't do it directly in the original color space because the figures will have a different meaning there.

    3 assign the new profile of the monitor. This will change the appearance of what it should be.

    4 convert to original document space.

    5 rasterize the smart object.

    No guarantee and I can have missed something or messed up the sequence. I would recommend save duplicates until you are convinced that it works. Then, you can run the action in a lot or use the Image Processor.

    EDITED because I don't see any way to do with multilayer files (adjustment layers are specific color space).

  • Paste the image of the clip Panel to form the ADF

    JDev 11.1.1.6.0

    I've wrote a new email in my gmail in the browser chrome and noted that I could just paste an image into the body of the mail / online form.

    I was very happy to see what I'm looking for a similar solution for awhile.

    Any chance I can achieve in the ADF?

    You can try with: af:richTextEditor: richTextEditor demo

    Dario

  • Paste images into a textfield with text.

    Is it possible to paste an image into a text field and text in the same field?

    No... .images are managed by their own object... .a image field.

    Paul

  • How can I paste an object in Illustrator to ch with the fact that it poses to the page?

    If I paste something more bigger than my photoshop document, he grab down to fit. But I want to paste the same size and just the surplus blow out of the page. Does anyone know how to make this happen? Thank you.

    Have you tried to preferences-> General-> Resize Image over the Place?

  • Is it possible to import a copy of a photo with the same name without change of name?

    I organize all my photos in my photo folder on my desktop, and sometimes, I copy and paste the same picture in different folders, so that I can use them for different purposes without having to hunt down them. I had never rename them as long as I have them put in a new folder, but when I imported my photo files in Lightroom 3, he took the first copy of any image and left out other copies in the following folders. Is there a way to deceive Lightroom by importing them without having to go back and rename all the?

    Thanks much for any help!

    When you import, uncheck "do not import suspected duplicates."

    In fact, it is not a good idea to manage your files in this way. I mean the creation of duplicates. In addition to the obvious loss of storage space, you encounter other errors of active management potential, such as loss of data. (I remember that I have this file somewhere, so it is prudent to delete this copy).

    The beauty of a database of asset management approach, is that you can have your files into several "virtual folders", called collections in Lightroom, without having duplicate files.

Maybe you are looking for

  • The outgoing Gmail does not work in Apple Mail

    I have a MacBook Pro, Version 10.11.4 El Capitan. I have 2 Gmail accounts and receive my mail via Apple Mail. However, the outgoing SMTP protocol is red. No matter what I do, mail will not send. I don't have this problem with my phone or my Ipad. Any

  • fragment of the bitwise operation

    Hello I have the following piece of code I have to implement in LABVIEW CRC_REG = CRC_REG * 2;      a bit to the left IF (CRC_REG > = 0 x 1000) / / realization of 12 bit restrictionREG = CRC_REG - 0 X 1000 CRC_ + 1 where CRC_REG is a 16-Bit Register.

  • I loaded the preview of Windows 8 developer, how can I do a clean install of Windows 7?

    I was stupid and has not implemented a partition on my HARD drive.  I have to do a clean install of Windows 7, which is not too painful because my computer is new.  But I can't seem to start from the disc.  I changed the order in my BIOS but windows

  • Should what drivers I for any new installation

    Hi all: I have X 220 I want to clean install windows 7 pro During installation, I am asked to insert a CD/DVD driver and I don't have it. I intend to download the drivers from lenovo Web site. But there are so many pilots, that one would be sufficien

  • Echo of Ping ICMP blackBerry Smartphones

    I'm working on a Nextel 8350i with v4.6.1.313 (Platform 3.1.0.31), not renovated. The plan is on a data unlimited and direct connect, but no cell phone service (incoming and outgoing calls are blocked). The problem I have called with a 3rd party TMW