InDesign Automation - Placing yearbook photos & text

Hi,
I'm new to InDeisgn and am currently working on a project that requires me to change out an InDesign CS3 file of a yearbook page to the most current students and their names.
What is the best way to switch out the old photos with the new ones, in the correct order (alphabetical), and change the names under each photo?
Any way to automate this without scripting?  I know the hard way would be to go in and replace each photo manually and change each text manually, but there are a lot of photos.  There has to be an easier way.
I've attached a thumb of the layout for reference (blurred for obvious reasons)
Any help would be appreciated.
Thanks!
-Jeff

How about just setting up a grid based on the current page, and use the indesign contact sheet built in thing that it does?
Not really automatic, you have to do each page manually.
I thought of Data Merge, but then linking all the names with the path then doing the merge. I guess it would be faster, if not a hassle to setup at first. And that Spreadsheet would need to be updated everyyear.
So perhaps a naming convention would suit better.
Name the photos Year_1_Alphaname, Year_2_Alphaname etc. or something and then those pictures are named the same every year.
Either way, it will be a sort of manual setup this year until you get a workflow that you can use year in year out (pun completely intended).
Back in the day it was a 2 man job for months of work, scanning, naming, laying out images and text. Sigh. The hard days are being replaced by computers and machines. Even yearbooks need to be turned around in a few weeks rather than a few months.

Similar Messages

  • InDesign CS3 epub export photo problem

    Hi,
    I am trying to format a book in epub, using InDesign CS 3. The text styles translate satisfactory, but I have not been able to get inline photos to show up at full galley width. I have so far done about 2 doz tests, with different anchored object and XHTML export settings. I have been able to control the space above and below, to a degree, but the photos always turn out with less than 50% of the linear dimensions they should have.
    Any hints welcome!

    One solution is to edit your XHTML files and your Template.CSS.
    In your template. Set your image tage to be 100% wide:
    img {
        max-width: 100%
    This will increase or decrease you images according to what the width of the screen it is being veiwed on is.
    Keep in mind though It allpies to the image size placed in ID. Not the original image size before being placed in ID.

  • Using Delphi, and the InDesign automation object ("indesign

    Using Delphi, and the InDesign automation object ("indesign.application"), I need to open a indd file, move to a bookmark and insert text or picture at that exact location. Any examples of such code I could start with?

    Hi Bill,
    Sorry to be so late getting to this thread!
    If you want to add something to a page, or find an object that's on a page, you need a reference to the page. Simply displaying the page with ShowBookmark won't give you a reference to the page--InDesign scripting, for the most part, doesn't rely on the selection and current view in the way that Word scripting does (this is a good thing, but that's a topic for another day).
    You had to have a reference to a page to create the HyperlinkPageDestination that you used to create the bookmark--but, if not, you can get a reference to the page using (VBScript form):
    Rem Given a reference to an instance of InDesign "myInDesign"...
    myInDesign.Bookmarks.Item("Description").ShowBookMark
    Set myPage = myInDesign.ActiveWindow.ActivePage
    In general, though, you probably don't need the bookmark and the whole "ActiveWindow" construct--just use the reference to the page itself.
    Now that you have a page, you can put things on the page.
    Rem Create a rectangle
    Set myRectangle = myPage.Rectangles.Add
    Rem Size and position the rectangle
    myRectangle.GeometricBounds = Array("6p", "6p", "24p", "24p")
    Rem Place a graphic in the rectangle
    myRectangle.Place "c:\test.tif"
    If you have a text frame on the page that has the label "myLabel", you can get a reference to the text frame and add text:
    Set myTextFrames = myPage.TextFrames.Item("myLabel")
    Rem myTextFrames will return an array--get the first item
    Set myTextFrame = myTextFrames(0)
    Rem Replace the text in the text frame:
    myTextFrame.Contents = "This is some text."
    Rem Or add text to the end of the text frame:
    myTextFrame.InsertionPoints.Item(-1).Contents = "This is some additional text."
    If you know that there is only one text frame with the label "Description" in the entire document, you can even say:
    Set myTextFrames = myDocument.TextFrames.Item("myLabel")
    Rem myTextFrames will return an array--get the first item
    Set myTextFrame = myTextFrames(0)
    ...to get to it directly. If, at that point, you want to get at the page containing the text frame (and assuming that the text frame is not in a group, pasted inside text, or pasted inside another page item), you can use:
    Set myPage = myTextFrame.Parent
    Have you looked through the "Working with Documents" chapter of the InDesign CS3 Scripting Guide: VBScript and the associated scripts archive? I realize that you're using Delphi, but it doesn't look too difficult to convert from one to the other.
    Thanks,
    Ole

  • I have a new phone and when asked do iwant to start this as a new phone or do a back up from my last back up. i chose the last back up option and it has taken all my recent photos texts and call off and replaced them with ones frow about 18 months ago.

    I have a new phone and when asked do i want to start this phone as a new phone or back up from last backup, i chose to back up from last back up and have had my recent photos texts and call replaced with ones from about 18 months ago. is there any way of undoing this?

    Welcome to the Support Communities. This Apple doc may be of interest:
    Channel Member Code of Conduct
    Kings74 wrote:
    They told my friend that the phone was not available in Black, that was the 5, and that the 5s was only available in silver and gold..
    A minor point, but it may avoid a little confusion if, instead of saying "black" in reference to the iPhone 5s, say "space gray":
    "iPhone 5s — Available in silver, gold, and space gray" (Source)

  • How to edit photo text in adobe photoshop?

    how to edit photo text in adobe photoshop?

    It will depend on the image. If it was one that was saved as a psd file and has layers (window>layers) {Look in the layers panel and see if you see a layer with a thumbnail that looks like a large T} In this instance, you can double click on that thumbnail to highlight the text then type in its replacement.
    If the image is a jpg which does not support layers, transparency or live text, then that would mean that you need to use the selection tools to select that text and fill it with the same color as the background. You can then use the text tool to type in the text you want.
    Remember to save a copy as a psd file so you can edit the text at a later date.

  • After placing a new text box in my document, typing new text, clicking away, then coming back to edit the text, I am unable to get my cursor to reappear within that text box. I can only select the box itself. I cannot select the text. Where is my cursor?

    After placing a new text box in my document, typing new text, clicking away, then coming back to edit the text, I am unable to get my cursor to reappear within that text box. I can only select the box itself. I cannot select the text. Where is my cursor?

    Even simpler than that.
    Clicking once in a text box selects it.
    Clicking once in a selected text box places the insertion point in the box.
    The clicks do not need to be close enough in time to be read as a double click.
    The same behaviour applies to table cells in Pages and in Numbers.
    Regards,
    Barry

  • Photo text/email problem

    i know the iphone cant send normal photo text messages so I tried the [email protected] way. I also tried sending it to a tmobile user. both times they would get the text message but no photo. and if they reply to it and send me a photo i get there's with no problem. any ideas?

    It may be some limitation on the TMobile's MMS server that prevents pictures of a certain size to be sent via MMS...

  • I cant  receive photo texts

    I have not been receiving my texts when a photo is attached or sent.  Has anyone else had this problem?

        That is definitely strange, LisaLee59. Here to help get those texts flowing once again! When attempting to send or receive a photo text, are you connected to WiFi? If yes, try disabling WiFi, and make sure you Mobile Data is enabled. Mobile Data can be found by going to Settings>Data Usage.
    Keep us posted!
    NicandroN_VZW
    Follow us on twitter @VZWSupport

  • Can't send photo text from iphone 4s to non iPhone

    I have a 4s iPhone but can't send photo text message to husband who doesn't have iPhone.  Can send to people with iphone though.  Need some help...

    I've been having problems with texting pictures since I updated to iOS 7 too but have yet to find a solution that actually works.  I have also tried to reset my phone numerours times, have MMS turned on, etc.  It doesn't matter if I'm trying to send the picture to another Apple user or not. 
    It usually takes about 3 or 4 tries to get the picture to go through, but in many cases I have to turn my phone off then back on for it to work.
    PS - I am in Canada & my service provider is Bell. However I don't believe it is a Bell issue as I didn't have any problems until AFTER the update.  Had hoped the latest update this week would've fixed it but if anything it seems worse.

  • InDesign CS3 placed inside another InDesign CS3

    I have an InDesign file placed inside another and one of the picture doesn't print or export properly.
    It's not the first time it's happened, nut usually the problem seems to occur with a complex PSD file placed in the 1st document.
    This time the file is simple, but it's in multiply mode in the 1st InDesign document.
    Any idea how to fix this?

    I just tried to reproduce the image problem with PSD in ID in ID to show you screenshots but now everything seems to be working correctly (I had some files from last month that were causing a problem but now they're not). I'll just have to wait for it to happen again.
    As for the place ID into ID causing a crash, I figured this isn't a widespread quirk, but several others in my office have this issue, although one colleague does not. We're all using the same workflow, the same hardware/software/fonts (OS 10.5.8; CS3 5.0.4), etc.
    ID crashes the first time I place an ID file into an ID file, whether by file>place or drag-and-drop. Doesn't matter if the files are local or on a server. It also happens when the placed ID file has changes that causes the "container file" to be updated (the relinking causes the crash). If I quit ID before doing any of these operations, so that the place/relink is one of the first operations that I do, then the program doesn't crash. If I've been working for a little while then place/relink, that's when I get the crash.
    Any thoughts?

  • Photo Text Messages

    Hi folks,
    With the new iPhone plan, does anyone know how at&t is classifying the old photo text messages that old phone owners used to do... I know that they used to like to include this as a premium, and didn't see how this fit into this plan.
    Granted we as iPhone owners can eMail them, but what happens when a older phone owner try's to text you a photo message? (sorry i forget the actual term).
    I doubt that this woudl go against the normal 200 text message plan and wondered if anyone has already experienced this since i am a new iPhone owner...
    Thanks!

    Well, they are not exactly covered - they are not supported. So you can't send one, and if someone sends one to you, you will get a regular text message with a URL for you to visit. You have to log into the website to see the picture someone sent you.

  • When i turn my phone horizontally, the photos/text to not re-orient (they remain vertical) .  How can I fix this?, when i turn my phone horizontally, the photos/text to not re-orient (they remain vertical) .  How can I fix this?

    when i turn my phone horizontally, the photos/text to not re-orient (they remain vertical) .  How can I fix this?, when i turn my phone horizontally, the photos/text to not re-orient (they remain vertical) .  How can I fix this?

    It is possible that you have the rotation lock on? Check this:

  • InDesign is placing a drop shadow on the art I place on documents in creation stage

    InDesign is placing a drop shadow on the art I place on documents in creation stage and need to stop that from happening.

    Then I guess you need to provide a LOT more detail about what is happening. Do you use object styles? Have you checked to be sure that drop shadow is not active with no object selected?

  • Indesign CS4 freezes when copying text to Word 2007

    I have a user that copies text from Indesign CS4 to Word 2007 documents.  She has Word 2007 open, then opens an InDesign file and copies the text.  She then clicks on the Word document and pastes the copied text.
    She is unable to go back to the Indesign file.  Clicking on InDesign on the toolbar does not activate the InDesign window.  The only open she has is to right-click and close InDesign.
    She has been doing this without any problems until approximately three weeks ago.
    Is this a known problem?  What is causing the conflict?

    The OS is XP SP3.  We are using Adobe Type Manager with Adobe fonts.  The only other application running was Outlook 2007.
    The user is out today but I will check if Alt Tab will cycle back.

  • Iphone 4 not receiving photo text messages - would welcome your thoughts

    Iphone 4 is receiving word texts but not photo texts - set up with MMS not imessage. Would welcome your thoughts.

    Initially it sounds like something with your backup data caused the issue with your new device but if you restored your device again without using the backup and the issue still exists it wouldn't appear to be the issue at all. Since the problem seems to only be with one person are you sure it's not an issue on their end and with their network that is stopping you from receiving the messages? Have you tried *228 option 2 to see if that helps?

Maybe you are looking for

  • I want to know what means CLASSPATH?

    I asked this before, but I didn't get a good answer but I think it should be easy for you to help me. OS: Windows XP Professional SDK: J2SE v1.3.1_03 ( installed into standard directory C:\jdk1.3.1_03 ) PATH: %SystemRoot%;%SystemRoot%\system32;%Syste

  • Why are these placed images blurry??

    I created an image in Photoshop that has: resolution 72 pix/in, 600 px by 800 px (about the average screen size of ereaders) This is what the image looks like on Photoshop at 100% zoom: http://i.imgur.com/0dNU2lU.png When I Place the jpg image in Ind

  • Is there a step by step somewhere for using the iCloud Beta?

    Windows 7 64bit  /  iTunes 10.4.80 Is there a step by step somewhere for using the iCloud Beta? I assume we can activate it after reading Apple advertizing on the Beta and 10.4.80. I don't see anything on iTunes that would get me there - Thank you fo

  • Facing some problem while configuring Workflow Manager 1.0.

    Hi, I am facing some problem while configuring Workflow Manager 1.0. in my farm. Scenario is, I have installed and configured workflow manager in my farm, it was working well with no issue. But one of team member played with AD and deleted Farm admin

  • Data migration to new macbook via external usb?

    So I have a macbook pro right now and am looking at getting a macbook. I want to use the data migration assistant during the macbook setup to keep all my files, applications and things from the mbp. The question is can I use a external usb drive to d