InDesign CS3: setting element id's for SVG export

Hi!
I created some documents in InDesign which I exported to an SVG File. I wan't to do some DOM manipulation in the SVG file now. Is there a way to set an id to a group of elements which is exported as an group in the SVG file? Or can I export the name of a layer as an attribute or class or whatever is allowed in SVG. So I can easily search for all elements in the xml tree which have been on a specific layer in the inDesign file?
regards
marcus

Have you tried the usual fixes
http://forums.adobe.com/thread/526990
http://forums.adobe.com/thread/526991

Similar Messages

  • Copying a CMYK Indesign CS3 photo element into a Photoshop CS3 RGB document - color retention?

    Copying a CMYK Indesign CS3 photo element (photo silo) into a Photoshop CS3 RGB document - color retbtion issues in a Smart Object?

    What a bad idea pasting an image into Indesign instead of placing it is.
    I would recommend writing an X4 pdf without downsampling and compression and opening that pdf in Photoshop (but set to »Images« instead of »Pages«).
    And if the image is unprofiled Edit > Assign Profile with the indd’s profile before converting it to RGB.

  • Indesign CS3 report an error only for one of mac accounts

    When I open Indesign CS3 it get a message that sounds like "error report has been generated..." and so on.
    I've already uninstalled ed re-installed Adobe CS3
    Photoshop and Illustrator works normally.
    I think it's a mac account problem because launching Indesign fron another one it works!
    Thanks

    Did you try resetting the prefs? Hold cmd-opt-shift-control as you boot it. If it gets far enough to ask if you want to delete the InDesign preferences files, tell it to do so.
    If it crashes before you can reset the prefs, try flushing the caches on the machine with something like Onyx (or whatever cache management app you prefer).

  • PageMaker 6.5 set default PostScript printer for PDF export

    My boss uses PageMaker 6.5 and it appears when she uses the Export to PDF option it is selecting a PostScript printer at random and asking it to "print to file" to create the PostScript file that it later gives to Distiller to create the PDF.  The problem is, she has a "virtual PDF print driver" installed that is not unlike the Adobe PDF printer driver, except it either doesn't support "print to file" or maybe just doesn't like something about the way PageMaker is using it.  It works great from other apps, but not PageMaker.  Anyway, is there a way to force PageMaker to use a specific PS printer for this, instead of picking the first one it finds?  I thought it might be alphabetical order based on driver or printer name, or port name, but I've tried changing all of those, and no luck.  I did install a new PS printer, and that worked for a bit (so I assumed it was using the most recent printer installed), but now it is selecting the virtual one again, and not working... not sure why.
    If she sets the default printer to Adobe PDF Printer (she has Acrobat 9), it uses that one, and everything works fine.  She doesn't want to use that for her default printer though, and the printer she wants as her default isn't a PostScript printer, so PM doesn't try to use it.
    Maybe a registry setting or something?  Or someone that can confirm the order that PageMaker looks for a printer to use, so that I can maybe trick it in to using a specific one?

    If it wasn't my boss, I'd just tell her to do that.  She's been using PM for many many years, and hard to retrain yourself.  Of course, this might be the best option.  Seems like a weird design to "pick a printer at random" though, so hoping someone knows of some hidden option to force a specific printer.

  • How can I find the total word count in my entire Indesign CS3 document?

    I have a book that consists of 10 different files and many many different text boxes. I need to find out what the total word count is for the entire book. Is there a simple way to do this, or do I have to copy and paste all the text from InD into a word file to get the number? Your help is much appreciated.

    This AppleScript will get the total word counts of a folder of ID files—it shouldn't be too hard to convert to JavaScript if you are not using OSX:
    tell application "Finder"
    activate
    set myFolder to choose folder with prompt "Select the folder containing the files to count"
    set myFiles to every file of folder myFolder whose file type is "IDd5"
    end tell
    tell application "Adobe InDesign CS3"
    set wordcounts to {}
    set total to 0
    repeat with j from 1 to (number of items in myFiles)
    open item j of myFiles
    tell active document
    tell every story
    set wordcounts to wordcounts & (count every word)
    end tell
    set totalstories to count every item of wordcounts
    repeat with i from 1 to totalstories
    set total to total + (item i of wordcounts)
    end repeat
    close
    end tell
    end repeat
    display dialog "The documents in the selected folder have a total of " & totalstories & " stories, and " & total & " words"
    end tell
    ========================================
    If you just want the active document's count it would be:
    tell application "Adobe InDesign CS3"
    tell active document
    set wordcounts to {}
    tell every story
    set wordcounts to wordcounts & (count every word)
    end tell
    set total to 0
    set totalstories to count every item of wordcounts
    repeat with i from 1 to totalstories
    set total to total + (item i of wordcounts)
    end repeat
    display dialog "Total words in all " & totalstories & " stories: " & total
    end tell
    end tell

  • InDesign CS3 script that changes fonts on open

    Hello.
    I am trying to come up with a script that would change a specific group of fonts, that will always show up missing, to the new font. Basically, it is a bunch of our postscript fonts that are now using our open type font. Below is what I have so far. I want to create a list that goes through about 8 fonts that are old and replace them on the fly with the 8 new fonts. This would be great if I could have this happen on open.
    Can anyone see what I have and offer some guidance?
    thanks
    babs
    Open this Scriplet in your Editor:
    tell application "Adobe InDesign CS3"
       set find text preferences to nothing
       set change text preferences to nothing
       tell application "Adobe InDesign CS3"
           set OLDfont to {"times", "arial"}
           set NEWfont to {"times new roman", "helvetica"}
           --set find what of find text preferences to testString
           tell document 1
               repeat with swap from 1 to 2
                   set NEWfont to item swap of OLDfont
               end repeat
           end tell
       end tell
    end tell

    For starters, you're going to have to use the correct font names, including correct capitalization. The property you want to change is "applied font", not "find what". And it would probably be more sensible, to go through all paragraph and character styles and make the changes there first, otherwise you'll have troubles again every time you edit stuff.
    So start off by getting the name of the font used in every paragraph style, and loop through your list to see if they should be changed. Do the same for character styles. And then do the find/change to find any that have been applied manually.

  • Add User Name to Indesign CS3

    We are printing lots of indesign CS3 documents to a number of laser printers. I have taken the Date and time option and changed PM and AM to the initials of the user of that computer. Makes it easier for someone to grab files from printer and return them to user. Problem is .... Does not work 100% of the time.... Is it possible to have an applescript to put users name somewhere on page outside the cropping area???

    Hi Dave,
    This simple script creates a text frame below the first page outside the cropping area and inserts the user name (File > User...) into it.
    I assume that ruler units are set to millimeters, page size to Letter, bleed - 5 mm.
    tell application "Adobe InDesign CS3"
    set myName to user name
    set myDoc to active document
    tell page 1 of myDoc
      set myTextframe to make new text frame with properties {contents:myName, geometric bounds:[290, 0, 300, 50]}
    end tell
    end tell
    Kasyan

  • InDesign CS3 "White Box" when printing with linked Photoshop EPS files

    This problem has been covered before, but never really resolved:
    Robert Levine, "InDesign CS3 Erratic White Box Phenomenon with Placed Photoshop EPS files" #1, 1 Apr 2008 11:05 am
    Now, I'm aware that we should no longer be using EPS files. I wholeheartedly agree. But until we can convince the department to change to another format (namely PSD or TIFF) for our vast library of images, I need a workaround.
    It seems that setting the clipping path for each linked image to "Photoshop Clipping Path" resolves this issue. So I tried writing an AppleScript that would find each linked Photoshop EPS and set it's clipping path to "Photoshop clipping path", but it didn't work for me (my expertise with AppleScript is basically nil.)
    Can anyone assist with the creation of this script? Or does anyone have a better suggestion for solving or working around the Photoshop EPS erratic white box printing problem?
    Thanks!

    >Why??????????
    Because they've got zillions of EPS and have no time to resave them all and because it
    b should
    work even if Buko doesn't like EPS...
    (Your vendetta against EPS takes on strange proportions. Were you bitten as a child by a rabid EPS and have sworn to wipe them out? Must be an interesting story behind it ;) )
    Brian, this script seems to do the job with one very important caveat: I see no way of finding out which path is active in the EPS (in case that more than one). So the script simply activates the first in the list.
    tell application "Adobe InDesign CS3"
    set aDoc to active document
    set allLinks to links of aDoc
    repeat with n from 1 to (count allLinks)
      set aLink to item n of allLinks
      if link type of aLink is "EPS" then
       set anEPS to parent of aLink
       tell clipping path of anEPS
        set ePaths to photoshop path names
        if (count ePaths) > 0 then
         set clipping type to photoshop path
         set applied path name to item 1 of ePaths
        end if
       end tell
      end if
    end repeat
    end tell

  • Adobe InDesign CS3

    After updating, cannot get Adobe InDesign CS3 to open, keeps asking for Java SE6 runtime, but that won't install, Anyone have any ideas on how to fix this?

    Do a search for Java for OS X 2014-001. Sorry it wouldn't allow me to paste in the link. The install worked for me, so now my Illustrator works. According to others, this is what you need. My InDesign had been working, but my Illustrator didn't work until I installed the Java for OS X 2014-001. "Java for OS X 2014-001 includes installation improvements, and supersedes all previous versions of Java for OS X. This package installs the same version of Java 6 included in Java for OS X 2013-005. Please quit any Java applications before installing this update. See http://support.apple.com/kb/HT6133  for more details about this update. See http://support.apple.com/kb/HT1222 for information about the security content of this update."

  • InDesign CS3 Freezing Opening Glyph Pallet

    This is embarassing. I logged in with the wong account so I'm reposting this under my correct account.
    Sorry.
    I'm working on developing a font and have been using it in InDesign CS3 testing some of the features in the font. InD will also be the primary place we'll use the font so it's important that things work correctly. CS3 for now, CS5 later on.
    In my latest generation of the font InDesign CS3 started locking up while trying to export a PDF or opening the glyph pallet. InDesign CS5 works fine.
    I'm sure its the small cap feature of the font is causing the issue with CS3, removing it makes things work, I don't get small caps then, of course, but it will export a PDF and display the glyph pallet.
    I think the problem is that InD CS3 is holding on to something that was previously in the font. I've tried deleting the font cache files but that didn't help.
    My question is whether there is anything else I can to reset in InDesign that might make it look completely a-new at the font?
    My next step will be trying to uninstall and re-install CS3, but I was hoping for an easier answer as I now have 8 computers I'll have to "fix" for the short term.
    Thanks,
    (again)
    Ken

    Hmm, there are Greek references in the features. I also renamed some small cap glyphs.
    The most perplexing thing is that there are 4 fonts, Regular, Italic, Bold and BoldItalic. Regular and Italic cause the problem, Bold and BoldItalic don't, but from everything I can see the small cap features and classes that are used are identical. Identical too are all the glyph names and unicode encodings.
    Another interesting thing is that a test I just ran on a machine that had never before even RUN InD CS3 had the same problem. So, apparently it isn't a matter of something being left over.
    I'll start looking at the language stuff between the fonts that work and those that won't.
    Thanks very much for the lead.
    Ken

  • InDesign CS3 replaces unavailable Fonts

    Hi,
    we have InDesign CS3 server running. The server renders Preflight PDF. If a layout uses a font that the InDesign Server doesn't know, the InDesign server replaces the unknon font with one he knows.
    Is there a way to tell the InDesign CS3 server which font to for replacing an unknown font?
    Thanx for ur kind help.

    I am having this same problem with the Windings font and CS3, the bullet (opt-8) does not show properly. The Bullet in Windings looks like a "Target" instead all I get is a rectangle box that is highlighted pink (highlighted pink like when a font is missing..)
    The file looks fine in CS2 but doesn't when opened in CS3 on the same computer with the same fonts loaded at the same time (i.e. document is open in CS2 & CS3 side by side).
    I can get the character to display properly if I use it as a Bullet (Type-Bulleted & Numbered List.)
    The character doesn't display in the window but if you manually ad it as a character then it will display in the document properly where used as a Bullet but still will not display properly if used in just straight typing.
    I also removed as many fonts from my system as posable, Windings was the only font activated in Extensis Suitcase Fusion v. 12.1.6. Turning Suitcase off made no difference either...
    I did notice that Adobe InDesign CS3 loads fonts from this location when it starts (Library-Application Support-Adobe-fonts), if these fonts are not managed what keeps them from having a font ID conflict with another font? I did remove as many of these fonts as posable and it still made no difference with this problem though.
    I had a problem like this with another font but I can't remember now what one. Thought it was a bad font at the time, although the file worked fine in CS2.

  • Photoshop File with Layered Set to Multiply Not Honored in InDesign CS3

    I am placing a PSD file from Photoshop CS3, that has a reflection/shadow layer set to Multiply with an additional layer of the model set to Normal within Photoshop. When I place this PSD in InDesign CS3, the Multiply inside of the Photoshop file is not honored.
    Is this Normal Behavior?
    Thanks

    Hey all,
    I've encountered this same problem in CS3, and for the life of me, I thought I remember in CS2 that the layers were indeed honored--hence the advantage of using native PSD files in InDesign. This was so any effects (transparency or otherwise) would be carried over in the InDesign file, therefore removing the limitations of using legacy formats like TIFF or EPS, which did not allow this type of dynamic workflow.
    Give us your thoughts on this, as it has hindered a couple of jobs in CS3 which required the effects exactly as explained above by the OP.
    Thanks!
    Mikey

  • InDesign CS3 will not open for second user

    I am running InDesing CS3 on a iMac 10.4.11.  InDesign, Photoshop and Illustrator all open for my admistrative user account.  I recently created a second user account  that is unable to open InDesign even though Photoshop and Illustrator open just fine.  I checked the permissions for all three programs and it appears that they are all set exactly the same.  Does anyone have any idea why I am only able open InDesign for my user account but not for this new user account.
      ~Thank You
    Andrew

    5.0.3 should not have installed after 5.0.4 (that's a problem with the installer), and it may have added problems. First things to try, though, before we get down to uninstalling and reinstalling again, are trashing the prefs (Replace Your Preferences), trying a new user account, and starting with extensions disabled (hold down the Shift key when you boot).
    If it comes to reinstalling again, you should probably also run the cleaner tool (CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3) before reinstalling, and make sure you have the correct update which you can download again from http://www.adobe.com/support/downloads/detail.jsp?ftpID=4029

  • Creating an index in InDesign CS3 - is there any way to limit where and for what it looks?

    I'm creating an index for a 300-page book using InDesign CS3 on both a PC with Windows XP home and a MacPro with OS X Leopard (I take this book back and forth between these two computers). I have created this as a book (.indb) file so I can use the Index panel with the book option checked to include all of the book chapters.
    There are two things I was wondering how to do, if they can be done at all.
    1 - I want the index to look for entries in the main pages only, not in the master pages.
    2 - I'd like to be able to do only attributed text. For example, I'd like the index to find only the word people when it is bold and italic, and not all of the other places it may occur. Can I do this with a style also, paragraph and/or character?
    Thanks so much,
    Marcy

    Read http://help.adobe.com/en_US/InDesign/6.0/WS8721440D-5F68-4fd6-8115-CA3BEDACF001a.html (the online Help on indexes) -- it will probably answer a few questions.
    One I do know immediately is your question on "picking up" stuff from master pages and only with formatting. InDesign does not make an index for you -- you have to (oh! manual labor!) mark the words that should appear in the index yourself. So just don't mark them on master pages, or when not bold and/or italic. You might be wondering about that little button "Mark all instances", well, it does what it say, and in your case you do not want to mark all instances.
    The Capitalization issue is, AFAICR, somewhere in the Help; and so is your singular/plural stuff. The latter one is easy solved: if you mark a word to be indexed, ID asks you in a friendly dialog how it should be included, and that defaults to the current selected phrase, but you are free to edit the text in that dialog. ID does not mark the word or phrase; it inserts an invisible marker inside the to-be-indexed word that contains all information you enter in the Add Index Entry dialog, and it uses that to determine what page number to add. (That invisible marker is visible with "Show Invisible Characters", and can be cut, pasted and deleted at will -- so to remove a water melon, find the marker, and delete it.)

  • Placing SVG in InDesign CS3

    Is it true that it is no longer possible to place SVG as an image in InDesign CS3 ? When I try to place several SVG files these are interpreted (and placed) as text files, not graphics !
    Is there an update or special filter installer to do this as before ?

    Can you tell me with which version of Indesign you managed to get that working, I've been lookin to place SVG as image files into my InDesign without any success.
    I had to make a SVG2EPS Converter to be able to do so. But it is far more heavier in terms of disk space.

Maybe you are looking for