Is there a way to export link info (scale %, effective ppi, etc.) to a spreadsheet?

We have several retail pieces that use the same images multiple times. We upsize the image to the largest scale that is used in multiple layouts and then use that same image in the smaller pieces. We'd like to be able to export the link info from several ID layouts to a spreadsheet to compare images and what scale they are needed. This would save time by having to open several files and manually compare scaling, etc.. Any ideas? Thanks!

Not mine, but I don't know who wrote it originally.
Add in your own needs... (i'm still learning JS so I haven't advanced this any further, but I want to add both actual dpi or effective (output size) dpi...)
app.activeDocument.viewPreferences.rulerOrigin = RulerOrigin.PAGE_ORIGIN;
list = [];
imgs = app.activeDocument.allGraphics;
unitname = getCurrentUnit();
for (i=0; i<imgs.length; i++)
h = imgs[i].parent.geometricBounds[2] - imgs[i].parent.geometricBounds[0];
w = imgs[i].parent.geometricBounds[3] - imgs[i].parent.geometricBounds[1];
left = imgs[i].parent.geometricBounds[1];
top = imgs[i].parent.geometricBounds[0];
scale = roundMe(imgs[i].horizontalScale,1);
// some fair rounding
switch (unitname)
  case 'in':
   w = roundMe(w, 3);
   h = roundMe(h, 3);
   left = roundMe(left, 3);
   top = roundMe(top, 3);
   break;
  case 'cm':
   w = roundMe(w, 2);
   h = roundMe(h, 2);
   left = roundMe(left, 2);
   top = roundMe(top, 2);
   break;
  default:
   w = roundMe(w, 1);
   h = roundMe(h, 1);
   left = roundMe(left, 1);
   top = roundMe(top, 1);
list.push (imgs[i].itemLink.name+'\t'+'('+left+','+top+')'+'\t'+w+' x '+h+' '+unitname+'\t'+scale+'%');
// alert (list.join('\r')); exit();
defaultFile = new File (Folder.myDocuments+"/"+app.activeDocument.name.replace(/\.indd$/i, '')+".txt");
if (File.fs == "Windows")
writeFile = defaultFile.saveDlg( 'Save report', "Plain text file:*.txt;All files:*.*" );
else
writeFile = defaultFile.saveDlg( 'Save report');
if (writeFile != null)
if (writeFile.open("w"))
  writeFile.encoding = "utf8";
  writeFile.write (list.join("\r")+"\r");
  writeFile.close();
function roundMe(val,to)
var t = 1;
while (to-- > 0) t *= 10;
return Math.round(val*t)/t;
function getCurrentUnit ()
switch (app.activeDocument.viewPreferences.horizontalMeasurementUnits)
  case MeasurementUnits.POINTS: return "pt";
  case MeasurementUnits.PICAS: return "pt";
  case MeasurementUnits.INCHES: return "in";
  case MeasurementUnits.INCHES_DECIMAL: return "in";
  case MeasurementUnits.MILLIMETERS: return "mm";
  case MeasurementUnits.CENTIMETERS: return "cm";
  case MeasurementUnits.CICEROS: return "c";
  case MeasurementUnits.AGATES: return "ag";
  default: alert ("Oh, come on!"); exit(0);

Similar Messages

  • Is there a way to export clips' info data?

    Here's a scenario. There are 300 clips within a project timeline and you have to export only their "duration" data which is visible in the Info section of the Inspector. I know that X can export XML but can it export just specific fields of data?

    You can set up a custom metadata view in the info inspector and when you export XML you can select which metadata view to export.

  • Is there a way to export your photo links from Illustrator (CS6) to a contact sheet?

    So I've got this project where I'm making a set of images and placing about 300 photos with each set.  In order to avoid duplication and to track which photos were used where, I'm having to take screen shots of the links panel (scrolling down and taking another for each batch of images on each file).  This is a really clunky way to track these files and a contact sheet would be a lot easier to work with.  Is there a way to export the links to a contact sheet in Illustrator?

    - select your images
    - open the Document Info Panel, check "Selection Only", "Linked Images" and click on "Save..."

  • How do I back up Contacts on my  iPhone 3 I got back in 2008? With MobileMe closing down, is there a way I export my Contacts info to my laptop. Alternately can I use iCloud with an iPhone this old?

    How do I back up Contacts on my  iPhone 3 I got back in 2008? With MobileMe closing down, is there a way Ican  export my Contacts info to my laptop. Alternately can I use iCloud with an iPhone this old?

    Outlook 2003, 2007, or 2010 along with syncing calendar events and notes, or with the address book app used by Windows Mail called Windows Contacts for syncing contacts only.
    Before syncing contacts with an empty Windows Contacts address book, enter one contact in Windows Contacts. This will provide a merge prompt with the first sync for this data which you want to select. Syncing direct with Windows Contacts via the iTunes sync process is selected under the Info tab for your iPhone sync preferences with iTunes.

  • Is there a way to export webpage to XML then use the results in a media player form.

    Hey, All!
    I have currently learnt to make a media player using AxWindowsMediaPlayer but I had a new approach to how I want my media to be accessed. I have set up a website on a remote server hosting my .mp3 files, Is there a way to export my website to XML or some
    other form and use the remote locations into a playlist instead of having the files locally?
    When I load up my project I want the form to load the website through Webbrowser protocol loading into my site that has links to music / videos / .ect is there a way if I access my music page with direct .mp3 that I can somehow export all the direct links into
    a format that can then use my media player to play the remote files ? I dont want to manually add each .mp3 considering there is quite a few. 

    Hi 321System123,
    Based on your description, I'm afraid that it is not the correct forum for this issue, it would be the specific app development issue.
    If it is the WinForm app, you could post this issue to the following forum like
    this case:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=winforms
    But if it is related to the web, maybe the ASP.NET forum would be better for this issue:
    http://forums.asp.net
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there a way to export my Address Book to my iPod touch?

    Is there a way to export my Address Book to my iPod touch so that I can access it through my email account on the iPod?

    One of the main functions of the ipod touch is to sync your address book and calendar.
    http://manuals.info.apple.com/enUS/iPod_touch_3.1_UserGuide.pdf

  • I have huge lag with Safari's Reading List using a rMBP. I have probably 80 articles saved, which is likely the cause of the lag. Is there any way to export that list of articles so as to be able to delete them from Reading List but still have a record?

    I have huge lag with Safari's Reading List using a rMBP. I have probably 80 articles saved, which is likely the cause of the lag. Is there any way to export that list of articles so as to be able to delete them from Reading List but still have a record of the articles I intend to read?

    I'm currently dealing with this issue myself, except that my rMBP has NO articles in the reading list.  It's a brand new rMBP too, purchased just this week, with the 2.6 Ghz Processor & 16GB of RAM.
    Let's see what we can find.  I may just take it back to the Apple Store.

  • I have an external server that stores all my movies and music, is there a way to stream it to my apple tv? If not is there a way I can link the folders to itunes (without downloading files to computer) and will that make them view-able for the apple TV?

    I have an external server that stores all my movies and music, is there a way to stream it to my apple tv?
    If not is there a way I can link the folders to itunes (without downloading files to computer) that will make them view-able for the apple TV?
    If none of that works is there a way to get it working alternativly?
    Additional Information:
    Everything is linked via ethernet cable.
    I'm using a PC to set it up.
    If you have any other questions feel free to ask and I'll help where I can.
    Thank you for any help

    (I think the daughter got he better end of the deal!)   I believe if you change the password and user id one of the devices it will stop that from occurring. But I'm not the one to tell you how to do it; someone like "Illaass" (Illaass seems to know how to correct / fix almost anything!) will know how if you don't. Just look for the "cat" icon.

  • My husband and I both have iPads and somehow when they were setup the both we're setup using the same email I'd address. When I go to delete and rename one iPad it says all info and pictures will be erased from my iPad. Is there a way to keep the info iPa

    My husband and I both have iPads and somehow when they were setup the both we're setup using the same email I'd address. When I go to delete and rename one iPad it says all info and pictures will be erased from my iPad. Is there a way to keep the info IPad when doing this?

    You can go to Settings/iCloud and delete the account, then create a new iCloud account.  You can still use the same account for the app store though.

  • I am a innkeeper at a bed and breakfast. we use a third party web reservation site. is there any way i can link this website to my calendar to where all web bookings will be uploaded to my calendar. i have the most recent software on my mac

    I am a innkeeper at a bed and breakfast. we use a third party web reservation site. is there any way i can link this website to my calendar to where all web bookings will be uploaded to my calendar. i have the most recent software on my mac

    Hi,
    Does the website have a WebDAV feed of their calendar?
    John M

  • Is there a way to export an iTunes playlist from a windows XP pc and import on an iMac?

    I have a PC running Windows XP that I've had for many years. I just got an iMac and want to make that my main music source for syncing iPods, playing,music in the house, etc. I have a lot of playlists on the old PC that I want to move over to the iMac and I don't have to rebuild them all by hand. Is there a way to export the original playlists from the Windows PC and import them to the iMac since the file systems are different? Thanks.

    The problem really is that one person has InDesign and the other has Photoshop.
    The workflow is images from photoshop are placed in Photoshop.
    Not the layout from InDesign is placed in photoshop.
    That's how the software is designed to work.
    What people are saying is that Photoshop cannot work this way in dealing with layouts, it's a nightmare and will give you terrible results and cost you time and effort when updating things in Photoshop, it has all the makings of a Final Destination movie, particularly in the area of the later sequels.
    But let's not get hung up on those franchises.
    If the person needs to edit an Indesign file and can't afford the full cost of InDesign then there are other workarounds:
    1. If it's just text
    If all they are doing is updating text then you can use File>Export>Rich Text Format from a selection of text, this will make a Word version of the text that they can edit. You can then use File>Import and import the RTF that is edited.
    2. You can use InCopy
    This is a viable solution for editors that need to see the text in the Layout Format, but it hasn't got all the bells and whistles of InDesign, but it works in tangent with InDesign, it's not as pricey as InDesign and it also allows you to lock out editors from editing certain parts or moving things within the layout. And it can update your InDesign file on the fly.
    3. You can use Rorohikos Story Tweaker
    http://www.rorohiko.com/wordpress/2009/03/25/storytweakertextedits/
    There are workarounds that you can find for people that don't have InDesign. It's just that the Photoshop workflow isn't a viable solution in any sense.
    For example, I have my layouts proofed in PDF format, where the proofreader adds Comments to the PDF. It works for our workflow as I'm the one editing the only file in existence.
    But to go from InDesign to Photoshop is a complete  waste of time and effort on everyone's part. There is no need to go that route, there's no reason, there's no point.

  • Is there any way to export IT Resource data from OIM using the export tool?

    Hello,
    we are trying to migrate an OIM development environment to a preproduction environment and we need to migrate more than 400 IT Resources. We have exported some IT Resources and when we imported them in the preproduction environment their data was not migrated. Is there any way to export IT Resource data from OIM using the export tool? Or is there any other way to do this without doing it by hand?
    Thank you for your help
    Kind Regards

    Well , OIM doesnot provide any such facility to export ITResource data along with ITResource .
    Directly updating the DB could be an option ..
    Thanks

  • Is there a way to transfer track info automatically from one album (low bit mp3s) to another (Aiff) with identical tracks?

    I have track info (artwork, lyrics, translation and recording history etc) for low bit album rips. Now I have aquiered the CDs and have imported tracks as aiff. Is there a way to automate the info transfer? Thank you.

    http://dougscripts.com/itunes/  > Copy Tag Info Tracks To Tracks

  • Is there any way of exporting a clip (example 1 hour) into 4 seperate 15 min clips at the same time? Or does anyone have any ideas along the same lines to save time? Add my skype baconhousevidz if you can help or are unsure of what im asking

    Is there any way of exporting a clip (example 1 hour) into 4 seperate 15 min clips at the same time? Or does anyone have any ideas along the same lines to save time? Add my skype baconhousevidz if you can help or are unsure of what im asking
    thanks everyone

    BaconHouseVidz wrote:
    … at the same time…
    in hope to speed things up?
    no, no effect.

  • TA25361 I have a ton of documents and databases in AppleWorks v 6.0 that I can no longer open on my MacBook Pro.  Is there any way to recover this info?  Some documents can be opened and resaved with textedit, but not my database with all important addres

    I have a ton of documents and databases in AppleWorks v 6.0 that I can no longer open on my MacBook Pro.  Is there any way to recover this info?  Some documents can be opened and resaved with textedit, but not my database with all important addresses.

    I tried Peggy's List > Select All > Copy > Paste into an AW spreadsheet suggestion.
    In my case, pasting into the spreadsheet lost all text formatting (mostly text set to bold). The results of formulas were pasted, and checkboxes were pasted as "on" or "off". The DB did not contain any pop-up menus or radio buttons, but I expect they would transfer as a number showing the list position of the chosen item.
    Pasting the copied List view data into a Numbers table gave a result similar to that with AppleWorks. I selected B2 as the target cell (for top left cell of the pasted data) to avoid any effects of posting into a header row or column. Bold and regular text formatting looked the same as it had in AW's List view.
    Based on that, I'd slip the 'paste into an AppleWorks Spreadsheet step, and paste directly into a Numbers Table.
    Regards,
    Barry

Maybe you are looking for

  • [Fixed] eric5 no longer works after -Syu

    Fixed: New eric5 package for Python 3.3 is now available in the repositories.  Works as intended now. Edit 3: filed bug report: https://bugs.archlinux.org/task/32044 Edit2: the exact package name for eric5 in pacman is "eric" Edit: Ok, this is likely

  • How to Remove duplicate entries in address book

    After syncing with iCloud (three computers and a phone) suddenly I am seeing multiple entries for the same contact in the address book and multiple entries in the calendars for the same event.  Can anyone suggest how to stop this and how to delete th

  • Squid proxy server request

    sir I installed squid proxy in our environment for making internet access fast.It works fine when browsing internet. But when we access the our internal webserver\ located in another location it provides the following error message unable to determin

  • Firefox Sync Bookmarks not working!

    On one of my computers, I cannot sync the bookmark data on firefox (4b10), it works fine with bookmarks unchecked and everything works on another computer with 4b10, but it only gets an Unknown Error on the first computer.

  • AMM question

    Hi, I have read this article: http://oracle-online-help.blogspot.ro/2008/03/memory-parameters-in-11g-memorytarget.html And i see: > If MEMORY_TARGET is set to non zero value: SGA_TARGET, SGA_MAX_SIZE and PGA_AGGREGATE_TARGET are set to 0, 60% of memo