Automatically place images within multiple InDesign documents

I work for a publishing company of agricultural trade magazines and work on few titles each month. We are trying to streamline our production procedures and previous company I worked for had a script they used to place images within text pages by searching for the file name, however there were some limitations with this script (it would only work within 1 InDesign document and only within 1 InDesign story at a time). The company I am with now breaks out each editorial story into separate InDesign files and we place image boxes when the display ads are going to go. For our purposes now, I am looking for a script that, once all of the image boxes were tagged with the image file names, could search between multiple InDesign documents in a folder and automatically place all the images for us. Is anything like this available or able to be created? If so, would it have the capacity to search between multiple InDesign documents and search the entire document for the image file names? Any help would be greatly appreciated!

Hi Kasyan,
They were tagged using a program called Pathways created by a computer programmer the company used at the time. The issues that I was working on were annual Buyers' Guides so they were mainly just listings and inline graphics. The kinds of issues I work on now are monthly issue with various stories and no inline graphics, but display advertisements. And each story is created and laid out in a separate InDesign document. So I would need a script that can search an entire group of documents for file names and/or image boxes instead of just in one story in one document for inline graphics. (sorry if this is confusing).
I currently do not have a script to work from and am looking for something new that can be used to save use the time of placing every ad manually.
Thanks for your help and feedback!
Matt

Similar Messages

  • I want to place an image in my InDesign document that can work with an address like this (\Resources\Thumb) rather than this (C:\Users\JSmith\Desktop\InDesign thumbnail Test\001\Resources\Thumb) is this possible?

    I want to place an image in my InDesign document that can work with an address like this (\Resources\Thumb) rather than this (C:\Users\JSmith\Desktop\InDesign thumbnail Test\001\Resources\Thumb) is this possible? In a nutshell I want to point the link to an image in a directory that uses just part of the address.

    I know this is something you can do in Maya with linked files. I guess InDesign just isn't there yet.
    MW Design -  Yeah I think "Relative paths" is the right term! I want to create a Layout with an image in the center of the page - and then duplicate my folder structure with that file. With that, I want to replace the Linked image file with a diferent image file of the same name. In effect having multiple files of the same layout with different images.  I hope that made sense.  

  • Working Backwards - is the image in any Indesign Documents?

    Hi guys
    Here at my place of work IT are continually trying to keep the amount of data on our network as low as possible.
    To do this they produce a large files report and a duplicate files report.
    Using indesign and packaging files as we do, we are quite often culprits of the large files or more often than not duplicate files.
    Because it isn't just us that has access to our images etc we feel we have to package our documents because of the risk of a file being moved or deleted and therefore losing its link to indesign.
    My question is this:  If we have an image, a jpg for example, is there a way of seeing any indesign files that that is linked to?  This way, if we have a large image file, we can see if it is connected to any of our indesign files and then if not, reduce / delete it without the fear of affecting any documents.
    Thanks
    Si

    The other way around, yes, you can find links to InDesign files through
    Bridge. This way, no.
    Bob
    SimonLaughton <mailto:[email protected]>
    Thursday, December 13, 2012 10:44 AM
    >
          Working Backwards - is the image in any Indesign Documents?
    created by SimonLaughton
    <http://forums.adobe.com/people/SimonLaughton> in /InDesign/ - View
    the full discussion <http://forums.adobe.com/message/4918461#4918461

  • Merging Multiple InDesign Documents?

    Hello,
    I am working on a product catalog that is split into multiple InDesign documents. I need to merge them into one InDesign document. Is there an easy way to do that?
    Thank you! Damon

    Thank you! Subligaria12! Peter answered my question and your thread was also very helpful as well! I did need to combine my pages in this manner as well!
    Thanks again! Damon

  • Batch create PDF from multiple InDesign documents

    Is it possible to create PDF files from multiple InDesign documents, or is there perhaps a script that can do this?

    Thanks for this script, it works wonderful.
    It saved me a lot of time.

  • 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!

  • Start script automatically after place Word text in indesign document

    I need start a script, automatically, after plece Word text in indesign document...
    It's possible ???

    This is how I'd approach it - it captures a 'place' or 'paste' of a blob of text. It is not perfect - it will also 'fire' if you simply copy some text from one frame in the document to an empty frame, but I don't think that would be an issue in most cases.
    Create a page item on the pasteboard; use the Active Page Item Developer palette to set the List of Subjects to * (just an asterisk), and the Event Filter to subjectModified* ('subjectModified' with an asterisk appended). Set the attached ExtendScript to the script shown below.
    I've not tested this heavily - it's only a proof of concept...
    (function(theItem)
      const kKeyForSavedTextLength = "com.rorohiko.savedTextLength";
      do
        var theFrame = theItem.eventSource;
        if (! (theFrame instanceof TextFrame))
          // Not a text frame - bail out
          break;
        var previousTextLength =
          theFrame.getDataStore(
            kKeyForSavedTextLength);
        if (previousTextLength == null)
          previousTextLength = 0;
        if (previousTextLength > 0)
          // Already has text in it - bail out
          break;
        var curTextLength = theFrame.contents.length;
        theFrame.setDataStore(
          kKeyForSavedTextLength,
          curTextLength);
        if (curTextLength == 0)
          // No text in it - bail out
          break;
        alert("Pasted or placed a blob of text");
      while (false);
    (theItem));

  • Database that will update multiple InDesign documents

    I have multiple documents with several different numbers within the paragraphs.  I need to update these numbers quarterly.  I want to keep one database (whether a Word document, Excel spreadsheet, etc...) where I store and update the numbers and have them flow across these other documents.  Is this possible?

    Ah OK.  Here's some more detail.
    I have five documents.  Each document has a paragraph that contains different stats.  For example:
    We have X number of locations and are an $X million dollar company.  We currently have over X customers.
    Let's say, for simplicity's sake, that the above paragraph exists in each of the 5 documents.  Currently, as those numbers change monthly, I have to open all 5 documents and update the 3 different numbers in each one.
    What I would like to do is have one document that holds those numbers.  Then I could open that one document, update all three numbers, and have the change cascade to my 5 InDesign documents.
    Let me know if that helps!  And thanks in advance!

  • How do you add a water mark to multiple images within multiple files?

    I am having real trouble in trying to add a water mark to multiple images (mixture of jpegs and tiffs) within multiple file.
    I have used the Batch processing tool, but this hasn't worked or has been inconvenient, asking me to resave each individual file.
    If anyone can help or suggest another way of doing this, that would be great!
    Thanks
    Becca

    Are you using Russell Brown's script for placing watermarks?  Also you mentioned, "Within multiple file."  Did you mean multiple folders?  The batch processor has a check box for applying process to multiple folders.  What itsn't working - exactly?

  • Why am I having lines/borders appearing around my placed Illustrator images in my Indesign Document?

    After I save my InDesign Document and close it... When I open it back up again. There are borders around all of my Illustrator placed images.
    I can't seem to find out what is causing them or how to get rid of them.
    When I am working on the file with it open they are not there.. it's only after I save, close and reopen.
    What the heck????

    Thanks for asking Will....
    I've gotten so confused with back issues of the file....saved in InDesign CC that I just started over..
    Was simpler to do that than to try to fix the one I was working on.....
    But while I have you trying to help me..
    Could you tell me how to set the document setup for a new document in InDesign CC to inches?
    I tried going into the preferences.... it's not there.. Looked through all of the preferences.. still can't find it.
    The documents I'm working on are 47" x 28" or thereabouts and I am having to go back to InDesign 5.5
    create the document there then open it in InDesign CC to have it the right size.
    Thanks for your help!

  • Is it possible to place images within Muse slideshow captions?

    I want to caption some headshots- in a slideshow - with a bit of written blurb, plus logo images for the companies they've worked for.
    Thank you!

    You should be able to add images to a slideshow's caption just like you would wrap text around an image in a text frame as described here - http://www.adobekb.com/typography_pt3.html.
    As soon you place an image within the caption, you would notice that it would be placed as an Inline element and the Wrap panel would be activated in order to move the image around the text.
    Thanks,
    Vinayak

  • Building linkable navigation within an indesign document when exporting to pdf

    I'm working in InDesign CS3 and wondering if there is a way to create a linkable navigation in the program when exporting it to pdf. Also, how, if its possible, do I build an html file out of an InDesign document or exported from ID as a pdf?

    ID CS3 has an export to crossmedia xml for DreamWeaver option, but you need to edit the result in a html editor like DreamWeaver to clean it up and get a better result. You will never be able to get a page in html that looks exactly the same as in ID though unless you provide a pdf-page for download. You also do not have control of how a pdf on the web is shown for the user in his/her browser as that setting for that is done by the user, not by the page. Some show it on the page, others have pdfs for download (like me).

  • Can you add new Page layouts within an Indesign Document like you can in QuarkXpress using tabs

    I am slowly switching to Indesign from QuarkXpress but have encountered my first hurdle. I have grown up with QuarkXpress and want to change to Indesign. I work as a graphic designer and do large POS projects. These projects require many different size leaflets, posters etc but are all under one job/project. I currently use the tab system in QuarkXpress enabling multiple layouts in one file, I then can switch quickly to whatever layout i need to work on within that file. Is there a feature in Indesign which is similar to QuarkXpress as I find this a very valuable time saving feature. I am using Indesign CS 3.0.1

    >What do you mean Sandee?<br /><br />Robert,<br /><br />Sandee's comment did come across as a bit strong, eh. InDesign is better than Quark  for the most part. (Hey,even Quark has it's good points. <g>) But they are different and preconceptions of how to do certain things can hinder a user from using the program to it's best advantage. This goes both ways, but long time Quark users will almost certainly have developed some bad habits that should be broken if using InDesign. [check out theInDesigner.com podcasts. the first few are audio only but the first one in particular deals with this idea, and others reinforce it with specifics.]<br /><br />Your concern about Quark Project files does not fit into this catagory though. You will not find a comparable feature in ID. But I don't think you'll miss it as much as you think.<br /><br />I can't answer your questions about Bridge and Version Cue. I have no experience with them. [there are videocasts on Adobe TV that may give you an idea of how useful Bridge can be. Cafe Fibonacci Ep1, touches on it, Lazy Designer has a couple of episodes that show some not so obvious features.] Essentially Bridge is a common repository for all your files, and that can include your colleagues. But it's more than a way to catalogue and codify your files, you can access the rest of the suite from Bridge, you can even access specific functions of the other applications directly within Bridge.<br /><br />Version Cue manages projects. It keeps track of who did what to where and what version is current. It also allows you to submit different versions for consideration and revert specific items of your layout to previous versions  or is that Bridge? Hopefully someone with a better grasp of Bridge and Version Cue will come to your rescue. But it's obvious that there is a lot of work group functionality built in to CS.

  • Update multiple InDesign documents using XML

    I am looking for a solution to update multiple files using XML.
    We have over 100 resumes in indesign and each resume has about a dozen projects (name, size, cost, location)
    I would like to keep all of the projects in a master file "projects.xml" and then basically populate each resume from this file. This would allow me to make one change to a project and have that project update across all the resumes.
    This file would be edited and probably rearanged frequently. I have a basic understanding of XML but am not sure how moving the order of projects within the XML file will effect the resumes.
    My question is what type of issues would I be faced in working this way and how could I tackle them. Any workflow or advice would be very helpful.
    -Justin

    In my understanding, the order of different elements in the XML file wouldn't matter - the order is set by the style sheet (XSLT) file.
    I can't give any real suggestions though, except to consider a third party plugin which would make any XML solution much easier - XMPie, DesignMerge, StudioID etc. You could then reference a database (Access/Excel/csv) containing columns for name, project1, project2... and set the project info to only display if there is a corresponding entry in the database file.

  • Erratic "place image" behavior in InDesign CS6

    If you have a frame selected and then hit Command-D (place), sometimes the incoming image gets placed in the selected frame (as it should), and sometimes the cursor becomes a loaded cursor and the image is not placed.
    Also, if you have a loaded cursor and then cancel the Place by hitting escape or selecting another tool, the next time you try to place an image, the previous image will also be loaded along with the new one. Are these bugs in CS6?

    Have you tried restoring your preferences?
    Here's how:
    http://pfl.com/trb

Maybe you are looking for

  • SELECT OPTIONS DATE.

    Hello , I need your help ,  to access to  every date in an interval of the select option , in order to execute a function module that use date in one of its parameters . select-options : dat for sy-datum .    CALL FUNCTION 'ZPRUEBA''      EXPORTING  

  • Create Intercompany AR Invoices Request Ends Completed Warning

    Dear All When trying to Run the Concurrent 'Create Intercompany AR Invoices' from the shipping OU, the concurrent ends Completed Warning and after Reviewing the Log File it shows, Warning: Cannot retrieve price list from bill-to site information Inte

  • PowerBookG4 with iPhoto 5.0.4 can't/won't open photos

    Ok, first of all I am extremely ignorant of OSX, and especially iPhoto. I used Classic until finally forced into X. I had been using OS 10.4.11 and have upgraded my old laptop as far as it will go (to 10.5.8) recently and that is what has caused this

  • Digital Signature on form 16

    hi Gurus i want to implement digital signature functionality on form 16. plz tell me the whole process. we are on ECc6 sysytem. currently our user has to manually sign the whole documents and this is a very time consuming process. plz give ur valuabl

  • .XML page not opening in IE after running in JDeveloper 10.1.3

    Hi, I built a page SamplePG.xml under webui in JDeveloper. When i tried to run the page, the internet explorer opened and it keeps on refreshing, the page is not completely opening. any suggestions. Thanks.