Add hyperlink recompose document

Hi,
I receive documents from a third party company that uses specific hyphenation plug-in of their own.
I have a script that adds hyperlinks using :
     - linkDestination = myDocument.hyperlinkURLDestinations.add
     - linkSource = myDocument.hyperlinkTextSources.add
     - then myDocument.hyperlinks.add(linkSource, linkDestination, {name : hyperLinkName});
It causes the recomposition of the text with different hyphenation as I do not (and shall not) have the specific hyphenation plug-in.
Is there a way to create hyperlinks without the document being recomposed (in fact no text or style has changed, there is no need to recompose) ?
Regards,
Lionel
PS : I use indesign CS5.5

Yeah, much to my dismay I saw this happen on otherwise complete documents: adding a simple XML or hyperlink markup -- which should have been fully transparent to the actual text -- suddenly made the text re-compose.
A possible solution for Lionel is to create rectangles on top of the text, and assign the hyperlinks to these instead. These rectangles could be created on a layer of their own, so they can easily be removed if the text gets edited.
A small drawback is that you can measure bottom, left, and right of text -- but not the top! However, you can sort of fake it: make the rectangle one leading amount high and move it down by about a 1/3th of its height (eyeballing result).

Similar Messages

  • Add hyperlinks to pdf with script

    Hello,
    We have some pdf's in which we would like to add hyperlinks to a bunch of specific words. We would like to do this with a script.
    Just, I have no clue on how to do this with Adobe Acrobat. For the Word documents I can use VBA...
    Could somebody help me?
    Thanks!

    To develop with Acrobat you will need the Acrobat SDK. Forum here: Acrobat SDK

  • Add hyperlink by script

    Hi,
    Is it possible to add hyperlinks by javascript, so that they can be assigned later in the document? Let me explain my thoughts:
    This screen shot shows a list of different docs (001 to 005) and the URL for the first document. I would like to make a hyperlink to all of them more automatically. Because the file is saved as 54K0504001.indd, I think it can be done.
    What I should need:
    1. a pop up with a question:"how many hyperlinks to make"
    2. depending on the answer, creating the new hyperlinks in the panel with the full URL (if the answer is 2, I should get 2 hyperlinks, http://www.dekamer.be/FLWB/PDF/54/0504/54K0504001.pdf and http://www.dekamer.be/FLWB/PDF/54/0504/54K0504002.pdf

    We make parliamentary documents in Indesign (2014.2) and publish them in pdf format (www.dekamer.be). In this case (0504) we have a serie of 5 seperate docs. Each doc has refferences to the previous ones on his first page (so doc 005 has refferences to doc 004, 003 ,002 and 001), but no hyperlink (URL) are made. The "lorem ipsum" is the dummy text for "report, amendement ..." but is of no importance, just the 001, ... are.
    What I was thinking about, is having the hyperlinks (URL) "ready for use" in the hyperlinks panel, so that when we publish the document we can speed up the whole operation of creating new urls. When the exact URL is already in the panel, we just select the number 001 and assign it to the corresponding url (maybe named 001 too) in the panel and so on untill the last 00x.
    The destination is always pdf.  All hyperlinks start with http://www.dekamer.be/FLWB/PDF/54/ .  Per doc the number stays the same (0504), only the last part 001 changes....
    I add a screen shot of the first page from another doc.
    What the script (a java, no VB) should do is give me the possiblity to "prepare" the URLs so that they are ready in the dropdown menu of the hyperlink panel. The only thing is, we don't know in advance how many URLs we need. I thought a pop up would be the most easy way to solve that problem ("how many URLS have to be made? I the 0504 case I need 5 URLS named from 1 to 5). In the case below 23. I hope this explains it a bit better.

  • How to add hyperlinks in Import Manager

    Dear MDM-gurus!
    I really tried hard to find the solution, but couldn't find it here or in OSS.
    We already have a repository with more than 50.000 items.
    What I'd like to do is to add hyperlinks to PDF-files in the internet to each item.
    For this we got an excel-file from the supplier with the supplier part number in one column, the PDF-link in another column and the .
    In Data Manager I was able to add links manually or also with importing entries of the excel-file. Importing from excel takes a LOT of time. I don' t know why:
    -  Fields to import: Hyperlinks
    -  Key fields: Supplier part number.
    --> Action: Update all single matches.
    How can I import hyperlinks in Import Manager, make the mapping and then update the records faster? E.g. I could not find the field "URL <Hyperlink> [Qual]" in Import Manager
    Thanks for your help and best regards,
    Henning

    Resolved!
    I accidently oversaw the URL fields in Import Manager in table catalog items.

  • I can no longer  add a scanned document to a pages document since the recent update , how to fix ?

    I can no longer add a scanned document to a pages document since the recent pages upsoftware update . Any ideas on how to resolve this ?

    What is the format of the document(s)?
    What exaclty happens when you try?\
    Have you tried the Numbers forum?
    https://discussions.apple.com/community/iwork/pages

  • Add Hyperlink no longer works - any ideas?

    Using Mail 2.1. Until recently, I could always select the text of an email I am composing, then hit Edit, Add Hyperlink and link it to a website. Now the Add Hyperlink opion is greyed out in the Edit menu. I've used it dozens of times before. I'm not sure why it is greyed out now. Any ideas?

    Have you tried restarting your router?
    AC

  • How can I add hyperlink to the object in iCloud pages ?

    Hi, there
    I want to add hyperlink to the object(image) in icloud pages.
    But it looks no such function on  icloud(any "add link" botton)
    I know that how to add hyperlint to the object in pages v5.2.
    1. place object
    2. prepare text box and add hyperlink to the text(invisible color)
    3. overlay object and textbox
    But, in icloud pages, I coundln't do above method.
    Pls give me some advice.
    Thanks.

    The feature to add images in tables is gone, ike about another 90 features that exists in Pages 09.

  • Can you add Hyperlinks in Adobe LiveCycle Designer

    Hi,
    Does anyone know if you are able to add hyperlinks to the form which would allow me to jump to another separate pdf file?
    Thanks in advance,
    Trev C.

    Hi,
    Paul has some solutions for this.
    The following tread has two solutions:
    (1) set up invisible objects (like textfields) throughout the form and then script setFocus to those fields.
    (2) If using LC 8.1 you can add hyperlinks.
    http://forums.adobe.com/message/1915856#1915856
    There are some good posts to the forum; try searching specifically the LC Designer ES forum for "hyperlink".
    Sorry, just reread your question. In relation to opening other PDF files from within a form, you are going to come up against a security error. This will require you to have a JavaScript (.js file) in the JavaScript folder within the Acrobat programme folder. This .js file will also have to be deployed to all users' computers.
    The last post in this thread has a solution: http://forums.adobe.com/message/1359932#1359932
    I am not sure if this would suit your requirements, but another solution is to create a Portfolio with the required PDF files inside the portfolio. Then it is easy to create a link between the files using the "Link Tool".
    Good luck,
    Niall

  • "Add Hyperlink" not working in Mail

    Edit/Add Hyperlink used to work just fine. Recently it stopped working. It appears to have done its thing by changing a selected word, URL or e-mail address to blue with an underscore. I even get the little glove when I roll the cursor over it. But in compose/saved/sent or received versions, the link is dead. If I simply type an e-mail address in the text body, it converts to a working link when sent. If I select the address, copy it and input it into add hyperlink, then click OK, the address link sends dead. If I copy and paste a working hyperlink or URL link from a website or another e-mail, it sends a live link. This last item does the same thing if I try to place a link in a saved signature. "Add..." doesn't work, while pasting a sent working link into the signature file does. Is there a corrupted file somewhere? Do I need to reinstall Mail somehow? Help!

    I appreciate the help David. I keep my settings on rich text because I send a lot of photos and graphics. So if I understand you correctly, I should be able to "add hyperlinks." I ran a test where I sent myself the word "test" with a hyperlink to "www.apple.com" and then pasted the URL "www.apple.com" below that. The sent e-mail had "test" in underscored blue, and the cursor changes to the little glove like it is a live link, but there is no action to the link. (No action to the pasted URL either-- pasted e-mail addresses do turn underscored blue and launch new e-mail windows.) Here is the raw Source of my test:
    --Apple-Mail-66--153024802
    Content-Transfer-Encoding: 7bit
    Content-Type: text/plain;
    charset=US-ASCII;
    format=flowed
    test
    www.apple.com
    --Apple-Mail-66--153024802
    Content-Transfer-Encoding: 7bit
    Content-Type: text/html;
    charset=US-ASCII
    <HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">test
    www.apple.com</BODY></HTML>
    --Apple-Mail-66--153024802--
    iMac   Mac OS X (10.4.7)   20" 1.25GHz 2GB SDRAM
    I don't know code, so I have no idea what I'm looking at here.
    Cheers--Dean

  • Not able to add Select Supported Document Types

    Hi
    I am new to Oracle B2B.
    Going through the steps given in the tutorial http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10229/b2b_tps.htm#BABGAJDE
    Completed till 5.3 - Task 2 (Add a User in the Oracle B2B Interface)
    And the Next thing,
    I am not able to Add Select Supported Document Types.When I click on the "Add supported document type for the selected user", i can see "CUSTOM", "EDI_EDIFACT" etc... but in that screen my "Add" Button was disabled.
    Please let me know how to proceed with this.
    Thanks,
    Deepthi.
    Edited by: 796969 on 27/09/2010 14:11

    Hi Deepthi,
    You can download the samples from below location. Samples also has document for step by step configuraion:
    B2B Samples are part of SOA samples:
    http://www.oracle.com/technology/sample_code/products/soa/index.html
    Developer Notes / Step by Step configuration guide:
    http://www.oracle.com/technology/products/soa/b2b/index.html
    http://www.oracle.com/technology/products/soa/b2b/collateral/B2B_TU001_EDI.pdf
    http://www.oracle.com/technology/products/soa/b2b/collateral/B2B_TU002_HL7.pdf
    http://www.oracle.com/technology/products/soa/b2b/collateral/B2B_TU003_ebxml.pdf
    http://blogs.oracle.com/oracleb2bgurus/2010/04/oracle_b2b_started_kit.html
    Please let us know which usecase you are trying for more details.
    Rgds,
    Nitesh Jain
    [email protected]

  • Add Hyperlink in PDF report

    hi All,
    I would like to add hyperlinks to my pdf reports.
    I have a image column in my report which is hyperlink.
    Can i do that in pdf reports.
    Thanks

    hi
    thanks for you reply.
    But my problem is somewhat different.
    What i meant was i have a column in the database with the image hyperlink. ie the column is something like this
    http://myitem/myimage.
    i want to display this hyperlink in my pdf report so that when the customer clicks on that hyperlink it displays the image.
    This was my first priority.
    But i am also considering what you suggested ie i display an generic image which says link to image And when the users clicks on that it displays the image of the item.
    But the image is unique for that item and i have to specify the hyperlink programatically for each item on the report.
    How do i specify the hyperlink for each item programaticaly.
    thanks in advance

  • Can I add a Pages document to an iPhoto journal?

    I have created an iPhoto journal from photos taken at my high school graduation. Can I add a Pages document listing our deceased classmates to this journal?

    I see your question has remained unanswered for a while now. I suggest you experiment around with copy/paste to see how text from the Pages app might work on a journal. Please report back with how you make out.

  • I want to add hyperlink in the illustrator file and want the output in the PDF

    I want to add hyperlinks in the illustrator file and want the output in the PDF.
    I tried to add the multiple hyperlinks on the text and images in the illustrator by using the attribute panel but the links are not working in the published PDF.
    Is there is any other method to create a hyperlink in the illustrator?
    Can anybody help me out in this
    Thanks

    Interesting, Carlos.
    There's another method by JET: Re: hyperlinks in Ai

  • Interactive Report Hyperlinks to Document

    I am converting an Access database to Apex manually due to the Access DB design flaws. I'm exporting tables that contain hyperlinks to documents on our server (from Access the user can link to the document). On export the liinked text exported as "title of document#link to server#" so I separated them into two columns. I now have the document title in one column and the hyperlink to that document in another, and created an interactive report containing those two columns along with the rest of the columns (i.e., DOCNO, NAME, LINK, DATE, etc.)
    I want the user to link from the Interative Report link to that particular document on our server using the active link that I trimmed out.
    How?
    Your ideas welcomed!
    Thank you!
    Alexandra

    Answer is on page 276 of Scott/Spendolini book.
    Interactive Report
    Go to Edit Interactive Report
    Link Column: Link to Custom Target
    Link Icon: #YOUR_COLUMN_NAME#
    Target: URL
    URL: #NAME_OF_COLUMN_THAT_CONTAINS_LINK#

  • Possible to insert a HYPERLINK in document HEADER?

    Subject: Possible to insert a HYPERLINK in document HEADER?
    I have a 300 page document, where the first page is a "Table of Contents".
    I would like to provide the readers with a QUICK way ("no-brainer/easy" way) for the reader to JUMP back to that "Table of Contents" page from any place in the document.
    Can I, perhaps, insert a hyperlink to the "Table of Contents" in the document HEADER? Or is there a different way to go about this?
    Thanks for anybody's creative answer (the simpler the better . . . .)

    Hi.
    Thanks for your reply.
    It was originally a Microsoft Word document. I just clicked "convert to pdf" from the toolbar. Then, in Acrobat 8, I have inserted a page-number header.
    Can I perhaps insert a hyperlink within that HEADER . . . pointing back to the first (Table of Contents) page?

Maybe you are looking for

  • Connecting to mass storage and printers on another router

    I have my wireless router connected to another router that router is connected to the internet. My wireless connection works fine getting to the internet, but I am unable to see the other items connected to the first router. This would be my network

  • Deletion in one shot.

    Hi Guys, i hava requirement after a condtion check ...if it becomes true ..i have to delete all the rows from that table. can any body suggest me the statement which do this.. i got syntax from documentation like this. To DELETE all the lines.. where

  • Single-plot cursor tree -- how to programmatically collapse it?

    How do you programmatically collapse a single-plot cursor tree? I am saving and restoring waveforms to a waveform graph. Sometimes loading the waveform causes the cursor tree to display collapsed (Example 1), which is desired so the coordinates for b

  • CS6 Dreamweaver frozen on mac

    I keep trying to start Dreamweaver CS6 on my MAC, but it keeps freezing and I have to force quit.  Is there is fix on this? I am using: OS X Yosemite 10.10.2 Processor: 3 GHz 8-Core Intel Xeon E5 Memory: 64 GB 1866 MHz DDR3 ECC Graphics: AMD FirePro

  • Youtube not fluid( microlag), flash problem whit retina display?

    i've searched for this issue a lot on the web and i did't found exactly something that matches my problem perfectly. i often watch fullhd videos on youtube, but when i do that on my macbook pro retina 15 inch late 2013 base model i notice that there