Prevent document name from appearing in named destinations?

Is there a way to prevent the InDesign document name from appearing as part of the named destinations that get automatically generated when exporting to PDF?
For example, I add a text anchor named "Help" to a particular heading in an InDesign document; I want a named destination in the exported PDF file that is simply named "Help" but instead the named destination in the PDF appears in this format:
     InDesignDocumentName.indd:Help
(I understand I can modify the named destination in the PDF file, but that solution won't work for what I need to do.)
I am using CS5 and Acrobat X Pro.
Thanks in advance,
Jason Nichols

Links can have destinations to more than one document, therefore the  Destination name: will need to declare what document it is referencing, even if only one doc is used.
However on the mac I was able to save a document with just a space, and no file extension. In the PDF for the link properties and destination name I see this: Destination name: :Help

Similar Messages

  • Is there a way for preventing the placeholder from appearing if there is not content for it?

    I am creating a structure with tags and place holders.  However, not all my entries have all the same information. For example, my first entry has a 3 line address (123 West Street, Suit 23, Lincoln NE 68521) but my second entry only has 2 line address (456 North Street, Lincoln NE 68521).  When imported into my structure, the second address reads 456 North Street, <address2>, Lincoln NE 68521. My question for you is, is there a way for preventing the placeholder from appearing if there is not content for it?

    IJWAA,
    A work-around if you don't already use XSLT (to avoid having to) is to not have placeholder text, just use empty tags in your text layout that correspond to your incoming XML structure (any unused by the incoming structure IN ORDER, will be skipped). So long as you don't mind the blank line (rather than left over placeholder copy).
    If you had placeholder copy in your text box (<address2> for example) look at it using the story editor window (edit > edit in story editor, or command-y/control-y) so you can see the surrounding tags... style the surrounding tags by selecting them with the cursor and applying character or paragraph styles (with text in between the tags at the time) and then delete only the placeholder text from the middle of the sandwich, leaving the tags in tact. Trying to do this without being in the story editor will not work.
    Also, when importing the XML, I believe you'll still need to use "merge content" and "don't import empty white space" as you have been in order to replace placeholder text in any areas you had it.
    For situations when you have a mixture of dynamic and static text in the same text block and you are merging data (more so when the placeholder text has been deleted as I've suggested above but the dynamic tags for the possible incoming text are still there), you can use a tag you've created (I call mine "staticText") in your layout to wrap ANY bits of text you don't want to accidentally delete when the surrounding tags get populated or not, using the merge option upon importing your XML. Just be sure never to use "staticText" as an actual tag in your structure or surrounding incoming data. The text contained within staticText tags in your layout will be ignored by incoming data, and won't accidentally get deleted when it's sandwiched between two sets of tags that are dynamically populated when merge content is the import option.
    In my example below I'm using brackets/carats with the tag name instead of the color coded tag icon you see in the story editor, also I've used LB here to indicate a regular line break in Indesign and SP a regular space character in indesign:
    [staticText>Name:<staticText][firstName>Abc<firstName][staticText>SP<staticText][lastName>Xyz<firstName][staticText>LB<staticText]
    [staticText>Address:<staticText][address1><address1][staticText>LB<staticText]
    [address2><address2][staticText>LB<staticText]
    all other tags on following lines...
    This should just leave a blank line for address2 when no data comes in for it. I'm assuming you have line breaks, if not, all the better.

  • I keep getting the message "mail cannot connect to the server-." when it clearly can and does. How do I prevent these messages from appearing?

    See the title
    I keep getting the message "mail cannot connect to the server…." when it clearly can and does. How do I prevent these messages from appearing?
    help

    On your iPad or a Mac?
    You posted in the iMac community but your profile indicates an iPad 2.

  • How to prevent step status from appearing in report

    How can I prevent the the rows containing step name (Settings) and Staus (Done) from appearing in the report?   

    Hi xiv015,
    If you do wish to change the formatting of the report, then you will have to do some report customization.  If you just want to leave out the steps with the Done status and keep the same report formatting then you can use Result Filtering exactly as Teds described above.  In Teststand go to Configure»Report Options and enter the expression Teds described in the expression box.  This will not include the steps with status equal to "Done" in the report.
    Justin D
    Applications Engineer
    National Instruments
    http://www.ni.com/support/

  • Prevent MAC Mini from appearing on the shared network

    Hi,
    As above, how do I go about hidding the MAC Mini from appearing on the shared network which is able to seem by other? I had already disable the file sharing under the sharing? What I want to achieve is to totally prevent the MAC Mini from appearing on the shared network as the network I am connecting to is public network. Between I am runnning OS X.
    Thanks in advance!

    Hi,
    As far as I'm aware of you can't without disabling a couple of things that'll also prevent any internet usage, since it's all tied together now.
    Might name your Mac... F.B.I (Hidden)!

  • XSL variable-of document name from document library list does not render

    I'm currently building a custom XSL file that is to be linked to a webpart so I can create a custom view. I must say I am new to XSL coding though I have background in html, javascript, php.
    I'm able to render general columns that has been added (from document properties) in the document library I'm pulling data from but cannot seem to figure out how to render out the title. It is a document library so it is to be pulling the name of the document
    added to the library.
    In the aspx, I did try changing all name types (ones with links, without, with edit etc.) but no luck.
    Here is my xsl code so far:
    <xsl:template name="block.rowview">
    <style>
    .sktile{
    width:200px; height:200px; border:#000 solid thin;
    float:left; margin:5px; overflow:hidden
    </style>
    <div class="sktile">
    <xsl:value-of select="@LinkFilename" />
    <xsl:value-of select="@Description0" disable-output-escaping="yes"/>
    <xsl:value-of select="@Recording_x0020_Date" />
    <xsl:value-of select="@Presenter" disable-output-escaping="yes"/>
    <xsl:value-of select="@Tools" disable-output-escaping="yes"/>
    </div>
    </xsl:template>
    And here are the field references:
    <FieldRef Name="LinkFilename"/>
    <FieldRef Name="Recording_x0020_Date"/>
    <FieldRef Name="Presenter"/>
    <FieldRef Name="Tools"/>
    <FieldRef Name="Description0"/>
    So the field I'm struggling to show is the "LinkFilename" It would be great if someone can point out what I'm missing or what I'm doing wrong. Thanks in advance!

    Hi, Paul
    Here are two VIs. Local1 return an error while building and local2 works fine.
    Please let me know what's wrong!
    In previous messege I've asked for a list of bugs in 8.20 and 8.0.1, do you know if it is available?
    Thank you,
    Andrej
    Attachments:
    local1.vi ‏11 KB
    local2.vi ‏12 KB

  • How to extract Title, Author and Document name from document(.doc;.rtf;..)

    Some files contain meta-data from which we can extract even more details.
    for example: .mp3 file format is:
    at end of file - 128 bytes
    offset type len name
    0 char 3 "TAG"
    3 char 30 title
    33 char 30 artist
    63 char 30 album
    93 char 4 year
    97 char 30 comments
    127 byte 1 genre
    For Documents, is it possible to get the Creator, Title and Name of the document from the file (*.doc, *.rtf, ...)

    > I'd love to but they don't make those particular css
    pages available to us
    > (which seems insane). To modify the css we have to
    extract it from their
    > page
    > apparently.
    If the page can grab the CSS, so can you. Look in the code.
    Find the link
    to the CSS file. Browse to that link. You now have the CSS
    file. Or show
    us the link's code and we'll get it for you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Lvanhoff" <[email protected]> wrote in
    message
    news:gqijsu$dk3$[email protected]..
    > I'd love to but they don't make those particular css
    pages available to us
    > (which seems insane). To modify the css we have to
    extract it from their
    > page
    > apparently.
    >
    > So if there were some way to tell DW: "Show me all the
    styles used in this
    > html and put them in the style area of the document" it
    would make my life
    > EVER
    > so much easier! :-)
    >
    > Thanks
    >

  • Firefox is preventing photographs/pictures from appearing because it considers them as "pop-ups". How can I overrule the pop ups ban?

    Firefox is preventing photographs and pictures from being displayed because it considers them to be pop-ups. I have turned off the pop-ups blocker on my security system but this did not help. There is a difference between annoying commercial or informational pop-ups and photographs and pictures that appear automatically from many web sites. How can I overrule this unwanted pop-up blocking effect?

    It is possible that you run into this maximum (the default value is 20):
    * http://kb.mozillazine.org/dom.popup_maximum
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • How do I keep my name from appearing in all caps?

    Since I upgraded to ML, my name in my email address appears in ALL CAPS. I've tried changing it to lower and upper case in preferences and in settings. It works for a while but goes back to ALL CAPS in a day or two.
    It's extremely frustrating because having one's name in ALL CAPS comes accross as RUDE and SELF-IMPORTANT!

    I'm glad I'm not the only one who feels this is important.  I was able to make it work (get rid of the all caps):
    1.  When you're in Mail, go to Preferences.
    2.  When you're in Preferences; go to Accounts.
    3.  When you're in Accounts; select iCloud and Account Information.  From here, you may see your name in all caps greyed out in the [Full Name] part.  You should also see where it says [Alias] to be a drop down list.
    4.  Select [Alias] and change it to (Custom).  This should allow you to edit the way your name appears.
    5.  When you finish this part, Save it (by moving to a different section in the preference pane) and it should work.
    KT

  • How can ikeep my other account names from appearing in the sign in box for gmail

    when i sign in to gmail while using firefox,al of my other account names appear in the sign in box.How can I prevent this

    See:
    * http://kb.mozillazine.org/Deleting_autocomplete_entries
    * http://kb.mozillazine.org/Password_Manager

  • Is there a way to prevent hidden calendars from appearing in Notification Center?

    I have 4 calendars syncing with my iPhone -- now running iOS5.
    One of those calendars is my Google Calendar, which includes birthdays of all my contacts.
    However, the iOS also offers a special "Birthdays" calendar that pulls birthdays from the Contacts app.  I have that calendar hidden because it is duplicative of my Google Calendar.
    Yet, despite the fact that it is hidden from showing in the Calendar app, those entries appear in the new Notifications Center.  As a result, birthdays appear twice.
    While this is far, far from a big deal and certainly something I can live with, it would be nice if hidden calendars didn't appear in Notification Center.  Is there a setting somewhere that I'm missing?

    Well, since you have multiple calendars synced to one account, this may not work.  I was syncing one Yahoo calendar and that's the one that was giving me the duplicate entries on the notification screen.  On my iphone I went to Settings -- Mail, Contacts, Calendars -- chose my Yahoo account (which was already inactive) and turned off Reminders (which curiously has an icon next to it that looks like the iOS5 reminders app). I've noticed that not all of my email/calendar accounts have this option, though.  Very strange.

  • Remove file name from appearing as a title

    How can I stop the file path appearing as a title on my video?

    Click on the Wrench symbol and from the drop down menu choose Overlays to toggle it off.
    MtD

  • How do I prevent iCloud alerts from appearing on all my iOS devices?

    I'm stumped on how to prevent alerts from popping up on all my iOS devices on my account.  I have two iphones on my account (one is my dad's and the other is mine).  I have all of our contacts and events separated in iCloud.  For some reason even though his calendar events are unchecked on my phone, the alerts still show up on my iphone, and even though my events on my dads phone are unchecked, he still gets my alerts on his phone.  I never had this problem when our events were synced with iCal.  The last thing I want to do is create a separate account for my dad.  He never goes onto itunes on his own, and if he needs to then I'll do it for him.  Any help with this would be very much appreciated.

    There doesnt seem to be a way to get around this, some things to try would be: setting your phones up under the same apple I.D. as i take it you already have - and then go into settings-icloud- and change the account so u give him a new icloud account but use the shared one for app purchases etc, i'd also advise doing the same for imessage so u dont recieve each others messages (that could be real awkward).
    Hope this helps or gives u some ideas, let me know if theres anything else?
    Cheers - good luck

  • How do I prevent a database from appearing in Add-In app/db connection list

    Apparently this is more difficult then I first thought.
    I have an app "App1" which contains 2 databases "DB1" and "DB2"
    I have group Read access defined for "App1" but I only want them to see "DB1"
    I created a filter for "App1", "DB2" where access is set to None on @Idesendents(Dimx) (I tried this for all dimensions)
    I then provisioned the group "DB2" to this filter.
    "DB2" still apears in add-in connection dialog.
    Any ideas anyone?

    It's because you are doing this in Shared Services mode.
    Unlike "classic" Essbase security, in Shared Services mode, if you give users (or groups) access to one database under the application, you give them access to all databases under the application. There's nothing, unfortunately, you can do about it.
    I guess you could dump Shared Services but that would be a bit extreme.
    Embrace the one app, one db mindset and all is well. And yes, that is not so great for performance purposes with @XREF (although to be honest I can't remember how bad it actually is -- it as been a while).
    Regards,
    Cameron Lackpour
    P.S. Try doing that assign in MaxL and you'll see a very specific warning from Essbase about the above.
    Edited by: CL on Dec 17, 2012 12:57 PM
    Can't spell

  • TS4268 Trying to send a message but the name that appears in the destination box is 'emergency' not the contact but the message goes to the contact. How can I rectify this?

    I was sending messages to family but noticed that the names in the contact box were 'emergency' and not the contacts I was writing to.  Can anyone explain this and how to amend it back to contact names, please?

    First just try logging out and back in.  Whatever is holding on to it may not be running after the logout thus freeing it so you can trash it after logging back in.
    You might also try Trash It!
    Lastly, look at the following for suggestions:
    The X Lab: Solving Trash Problems

Maybe you are looking for

  • IPhone 5S and Outlook 2013 no longer syncing

    Up until recently I had no issue syncing my iPhone 5S with Outlook 2013, but no longer do they do such. All software is updated; which is most likely my problem. Suggestions?

  • PSE 7 and PSE 9

    2 Octobers ago I purchased a Bamboo tablet that came with Corel painter and PSE 7. I recently got a new laptop and decided I wanted to put PSE 7 on my new laptop. I had a problem finding the program and still cant find it. It was in a box with my ser

  • Disable "Do you want to save changes to *.pdf before closing?" when closing a tif

    We upgraded to Office 2007 and decided to stop using the Office 2003 document imaging tool to view TIF TIFF files.  This tool wasn't included with Office 2007 so we started using Acrobat 9.1.3 Standard as our default TIF viewer.  Here is the problem.

  • Error sync calendar outlook 2010

    hello, I have a problem syncing with my BB Q10 and outlook 2010. when I synchronize the phone with your pc I do not sync the calendar, and contacts that are there, what can I do? thanks claudio

  • Errors while installing Mac OS X 10.4

    Hi, I am trying to upgrade my sisters computer from 10.3 to 10.4. I'm using upgrade CD's. The first disc worked fine, and it asked me to insert the second disc, so I did. Everything seems to be going fine but then it will say 'there were errors insta