Hyperlinks for ePub

Hi Adobe forum,
I have a very long document with thousands of hyperlinks and email address. Almost all of which don't start with http://. When I convert them automatically, it doesn't add the http:// and I have to do it manually which is very time consuming. When I export the document to ePub I get errors for every single hyperlink. Does someone have a good fix for this?
Thanks,
Tara

If my memory serves me right, the InDesign’s “Convert URLs to hyperlinks” feature creates “shared” hyperlinks. That’s why they don’t work after exporting to ePub. I wrote a number of scripts for this task. Last year I was working on a big project on “converting” old printed books to ePub & HTML format.
Here is a script that may come in handy to you. Check out also the hyperlink section on this page.

Similar Messages

  • How to provide hyperlink for a particular field in ALV

    Hi,
      How to provide hyperlink for a particular field in alv report.
    Regards,
    Ramu.

    Yes you can do that. using the fieldcatalog there is an option for that. give HOT_SPOT = 'X'. for the column you want.
    wa_field-hotspot = 'X'.
    REPORT  ztest_alv.
    TYPE-POOLS:slis.
    DATA:it_fieldcat  TYPE  slis_t_fieldcat_alv,
         wa_field LIKE LINE OF it_fieldcat.
    DATA: BEGIN OF it_likp OCCURS 0,
           vbeln TYPE likp-vbeln,
          END OF it_likp.
    DATA: layout TYPE slis_layout_alv.
    wa_field-fieldname = 'VBELN'.
    wa_field-tabname = 'IT_LIKP'.
    wa_field-hotspot = 'X'.
    wa_field-outputlen = 10.
    wa_field-no_zero = 'X'.
    wa_field-seltext_l = 'Sales'.
    APPEND wa_field TO it_fieldcat.
    SELECT vbeln FROM likp
    UP TO 10 ROWS
    INTO TABLE it_likp.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program      = sy-repid
        is_layout               = layout
        i_callback_user_command = 'USER_COMMAND'
        it_fieldcat             = it_fieldcat
      TABLES
        t_outtab                = it_likp
      EXCEPTIONS
        program_error           = 1.
    *&      Form  user_Command
    *       text
    *      -->UCOMM      text
    *      -->SELFIELD   text
    FORM user_command USING ucomm TYPE sy-ucomm
                        selfield TYPE slis_selfield.
      CASE ucomm.
        WHEN '&IC1'.
          SET PARAMETER ID 'VL'  FIELD selfield-value.
          CALL TRANSACTION 'VL02N' AND SKIP FIRST SCREEN.
      ENDCASE.
    ENDFORM.                    "user_Command

  • Hyperlink for a row content (Not for a filed/column)

    Hello Friends,
    I need to insert hyperlink for particular row value. I have code for adding hyperlink for a field that is column.
    Newspaper
    language
    epaper
    xxxxx
    xxx
    [email protected]
    yyyyy
    yyy
    [email protected]
    zzzzz
    zzz
    [email protected]
    for each row I must have different link. i.e. for xxx newspaper I must have a link [email protected] associated with that and when I click on that it should take me to that link in browser.
    Is there any field(like col-text and col-pos) in the table  lvc_t_fcat so that I can add the link here.
    Please share any idea for this requirement.
    Thanks in advance.

    see the link attached with the previous replay.
    DATA:
    BEGIN OF t_itab OCCURS 0.    "Output data
    INCLUDE STRUCTURE sflight.
    DATA carrid_handle TYPE int4.   "Corresponding link id from t_hype_link(this field for 'carrid')
    DATA END OF t_itab.
    Registering field CARRID_HANDLE with 'CARRID' in fieldcatlog.
    fs_fcat-fieldname = 'CARRID'.
    fs_fcat-web_field = 'CARRID_HANDLE'.
    fs_hype_link-handle = '1' .             "link id
    fs_hype_link-href = 'http://www.google.com' .
    APPEND fs_hype_link TO t_hype_link.
    LOOP AT t_itab .
    IF t_itab-carrid = 'AA'.
    t_itab-carrid_handle = '1' .         "assigning link for each row
    ENDIF.
    MODIFY t_itab.
    ENDLOOP.

  • Using Indian language (Mangal) font for ePub in InDesign CS6?

    Hi,
    I created one Indian language epub in Indesign CS6 wiht "mangal font". See correct file for your ref.
    But when I set text in Indesign & export that document for ePub & check in Adobe Digital Edition. I saw one character has missing. see below image:
    Why this happened? Could any budy help on this topic? I need solution for this. or tell me which devnagari font has use for Adobe digital Edition?

    Hi Ellis,
    Please find download link below:
    https://www.dropbox.com/s/nsi1yr76ial5cog/test_files.zip
    Inside of zip are test document, font, InDesign file & picture of original text for your ref.

  • Create hyperlink for reply to in mail body while sending email.

    Hi All,
    We have a requirement where we need to create an hyperlink for reply to in the mail body.
    We have implemented entire functionality using CL_BCS classes and everything is working fine.
    Only problem we have is when we give document type as HTM instead of RAW then entire formatting of mail body gets disturbed although we get the hyperlink.
    Is there any way where we can send the mail in html format using CL_BCS,CL_DOCUMENT_BCS ?
    KR Jaideep,

    Hi ,
    Please find the code below I am using to make the hyperlink. Do I need to fill the entire mail body using HTML Tags ? If yes, then I guess it will increase the complexity of program as the mail content will vary from one mail to another depending upon whether different invoice documents have text maintained in them.
    lwa_text = '<html>'.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        lwa_text = '<body>'.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        lwa_text = text-012.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        CONCATENATE '<a href="mailto:'
                    lv_receiver
                    '">'
                    lv_receiver
                    '</a>'
               INTO lwa_text.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        lwa_text = '</body>'.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        lwa_text = '</html>'.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        TRY.
            CALL METHOD cl_document_bcs=>create_from_text
              EXPORTING
                i_text         = li_text
                i_documenttype = 'HTM'
                i_subject      = 'Test for hyperlink'
                i_importance   = '1'
                i_sensitivity  = 'P'
              RECEIVING
                result         = lref_document_bcs.
          CATCH cx_document_bcs .
        ENDTRY.

  • Hyperlink for an Object need to be open in a different window

    Hi Guyz,
      I have a Crystal Report which has few sub reports. In one of the Sub Report I have created a Hyperlink for an object using the formula Editor. This report is viewed from a different Portal with the help of ASP Pages. For some reason when I run the report and click on the Hyperlink, it is opening in the same window.
    I want the report to be opened in a different window. Following is the formula I am using as a Hyperlink in formula Editor.
    imgAddress = "http://<server>:8080/index.jsp?action=filter&username=anonymous&password=1&"
    imgAddress = imgAddress + "&drawer=Invoices&folder="  + "&tab=" + trim({stp_AC290;1.INVOICE})
    In the ASP page i am using a DHTML Viewer. Sometimes when I am using ActiveXviewer it is opening as expected.
    crystal Reports version: Crystal Reports 2008
    BO - BOXI 3.1
    Plz help me out!!

    same as your other post:
    moved to .NET Developer forum.
    It appears you are using ASP, it's no longer supported in CR 2008 but can you clarify which SDK you are using?
    Thank you
    Don

  • How to Create an Hyperlink for a field in the table

    Hi
    I am having a requirement that, in a table their is a sales order number field, their will be a lot of sales order numbers, this sales order number to be made as an hyperlink, when i click on the the sales order number it should open another page.
    Now how should i create this hyperlink for that sales order number field. Can any one help me out in this issue.
    Thanks in advance.

    Hi Mani,
    I have a similar requirement but i need to transfer the values to the same page... what then. I have seen the developers giude and the example shows how to tansfer values to another page but no clues what so ever if i have to transfer them to the same page different region. Do u have any suggestions ....
    Regards,
    Amit.

  • Need help with hyperlink for jpeg

    I sound like a noob.. but i have a single jpeg with different images on it... and i want to create a hyperlink for specific areas that you point to and not the entire jpeg.... i just can't seem to figure out how to do this, any help would be greatly appreciated

    Welcome to the discussions. See here:
    http://allaboutiweb.com/index.php/2009/01/fake-an-image-map-in-iweb/
    You may find more suggestions by clicking here.

  • Hyperlinks for Nigel's page work in iWeb but not in Safari. Why?

    In iWeb, the hyperlinks for my NIGEL page all work. They work to and from the main U.B.R.O.L. page. They work to and from the other few people in the U.B.R.O.L. group.
    However, these very same hyperlinks for Nigel do NOT work.
    What should I do? I am careful with clearing cache.
    Lorna in Southern California

    Well, happily, I figured this one out all by myself. The hyperlinks were not working because I had placed them in the Navbar. I had placed them in the Navbar because I had opted to not have those three pages in the Navbar and also I opted to not even show the Navbar on those three pages.
    Well, I discovered by many trials and errors that putting hyperlinked boxes in the Navbar, even when nothing else is there, is a bad idea worth losing.
    When I lowered the hyperlinks into the regular text field, the hyperlinks worked both on my desktop and in Safari.
    Of course, that left me with a bare Navbar to contend with so I decided to put the Navbar back in, but without showing those three pages for Nigel, Helen, or Vali.
    Lorna in Southern California

  • How to create hyperlink for the messages in oneorder documents

    Hi ,
    I want to create hyperlink for the error messages that are raised for a payment request, so that i can navigate to that particular object ID mentioned in the message.

    Hi Paparao,
    But we can find the same functionality for trade promotions overlap, the messages raised when two or more tradepromotions overlap, provide us with hyperlink through which we can navigate to that particular object id.
    Regards
    Tejarshi
    Edited by: tejarshi vadduri on Apr 17, 2009 6:55 AM

  • Hyperlink for DMS

    Hi,
    I have to create a hyperlink for DMS document No. How can I do this.
    I was told this can be done by calling transaction CV03N, but not sure to do this. Please help.

    I have used the following code to implement this:
    CLASS LCL_EVENT_RECEIVER DEFINITION.
      PUBLIC SECTION.
        METHODS:       HANDLE_HOTSPOT_CLICK
                                             FOR EVENT HOTSPOT_CLICK OF CL_GUI_ALV_GRID  IMPORTING E_COLUMN_ID.  
    ENDCLASS.   
    CLASS LCL_EVENT_RECEIVER IMPLEMENTATION.
    METHOD HANDLE_HOTSPOT_CLICK.
        PERFORM MOUSE_CLICK USING E_COLUMN_ID.
      ENDMETHOD.
    ENDCLASS.  
    FORM MOUSE_CLICK USING E_COLUMN_ID TYPE LVC_S_COL.
      SELECT SINGLE DOKAR FROM DRAW INTO T_DOKAR WHERE DOKNR = E_COLUMN_ID.
        SET PARAMETER ID :  'CV1' FIELD E_COLUMN_ID,
                            'CV2' FIELD T_DOKAR.
        call transaction 'CV03N' AND skip first screen.
    ENDFORM.
    I get the field name instead of the value in "E_COLUMN_ID", and therefore the "CALL TRANSACTION" fails.
    what am I doing wrong, please help...

  • Creating a hyperlink for a subtopic within a topic.

    Hello,
    I hope that this question does not confuse anyone but here it is! I have created a topic in Robohelp 8 with various sub-topics that describe the topic.
    My desire is to create hyperlinks for the sub-topics after the intro to the sub-topics listed under the Topic.  This would eliminate the user from having to scoll down the topic page to find the applicable sub-topics to review. 
    Does anyone know how to do this, Robohelp only shows hyperlinks to web addresses, email, FTP, and files? 
    For example: I would like to show the below sub-topics with hyperlinks to the sub-topics under the topic (Using Search).
    Using Advanced Search 
    Using Exact Search
    Additional Search Methods
    Using Search
    Using Advanced Search
    Using Exact Search
    Additional Search Methods.
    Thanks
    Wendy

    Hi Wendy
    What you would need to do using Jennifer's approach would be to insert a list as she has shown at the top of the page and link explicitly to the bookmark farther down the page. Sure, the users won't see the bookmarks. You would need to repeat the text just before the content.
    RoboHelp 8 introduces a feature you may wish to use. It is called a "Mini-TOC Placeholder". So you would create these sections and assign a Heading Level to the first line of each section. Then insert the Mini-TOC at the top of the page. This will do a similar thing by presenting links pointing to content farther down the page. Functionally, it will look and behave identically to what Jennifer proposed, but will be much simpler to create because you don't have to type the text used for the links and you don't have to create the bookmarks and you don't have to establish the links. The placeholder handles all that for you.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How do I import an index into Indesign for epub and keep the links live?

    What is the best way to import a subject index (the indexer uses skyindex, and has an option to output index links to indesign para numbers), but he currently provides a word file for import into Indesign 5.5 with dead page numbers. We need to retain that for print publishing, but change the index numbers for epub, to links in both directions. Whats the best way to tackle this? I hope someone out there has done this!

    Page numbers do not exist in epub.
    Have a read through this:
    http://www.pigsgourdsandwikis.com/2010/07/creating-index-for-epub-with-indesign.html
    Bob

  • When creating documents in pages for ePub what dimensions will fit ipad?

    when creating documents in pages for ePub what dimensions will fit ipad?

    Here you are in a forum dedicated to Pages for OS X.
    Most of us don't use Pages for iOS.
    Yvan KOENIG (VALLAURIS, France) mercredi 18 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan
    For iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

  • Scrollable Frame solution for EPUB Fixed Layout

    Hi,
    I have found a solution (or, rather a hack) which allows us to create scrolling frames for EPUB Fixed Layouts.
    You can find the exported EPUB, as well as my InDesign file on my Dropbox: EPUB scroll.
    This solution has some weak points and has only been tested in iBooks on an iPad with iOS 8, but here's how it works:
    Create two text frames (one as big as your text requires, and one which will be the container [tip: make the container a bit wider than the text frame])
    Cut the big text frame, select the smaller container frame, and Edit->Paste into
    Right click on the container, select Object Export Options, choose EPUB and HTML and enter "subchapter" as epub:type:
    Open a text editor and create a new CSS file. For CSS code, see below
    Export as Fixed layout EPUB. In the export dialog box, select the CSS tab and add the previously created CSS file
    Done!
    CSS code:
    div[*|type = "subchapter"] {
    position: relative;
    div[*|type = "subchapter"] > div {
    overflow: auto;
    As you see, steps 1 and 2 are essentialy the same as for creating a scrollable frame folio overlay.
    It’s not perfect, and this solution is just a proof-of-concept, but it should get you going.
    An obvious problem is that we use basic HTML scrollbar, which is not being displayed in e-book readers such as iBooks on the iPad. Hence, the user has now idea how long the scrollable content stretches. This could probably be solved with a more complex, JS-based solution.
    Also, the gradient feather at the bottom (which is intended to create a "fade-out effect) seems not to export well. This one should be easy to solve, placing another rectangle with a gradient in it. But I’m not sure if transparency exports well, and haven’t tested it.
    Feel free to use, and improve, this hack!
    Thanks,
    /Jacob

    Thank you Uwe,
    I look and hold you aware of your solution in an environment EPUB
    Patrick
    Dr Patrick Dhont
    Le 29 janv. 2015 à 11:52, Laubender <[email protected]> a écrit :
    Scrollable Frame solution for EPUB Fixed Layout
    created by Laubender <https://forums.adobe.com/people/Laubender> in InDesign EPUB - View the full discussion <https://forums.adobe.com/message/7143179#7143179>
    @Papo – then I would suggest not a scrollable frame, but an MSO you can click through showing the whole text.
    1. Do some text frames the same size
    2. Thread all the text frames to one story
    3. Align the text frames
    4. Make a MSO out of it:
    The text frames are still threaded and text can easily flow between them.
    5. Do some navigation buttons to control the MSO states:
    "Go To First State", "Go To Next State", "Go To Previous State" etc.
    Later you can change the text (add or remove, do different formatting) flowing in that story through the states.
    A very flexible solution. Ok, it's not a scrollable frame, but something like that…
    Uwe
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7143179#7143179 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7143179#7143179
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in InDesign EPUB by email <mailto:[email protected]software.com> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=50 01>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624 <https://forums.adobe.com/thread/1516624>.

Maybe you are looking for

  • No Print button

    When I go to print there is no print button (greyed out). I go up to where it says to choose a printer and choose my Epson c86. The printer utillity opens next I choose the printer and in the corner of the window it spins and when I click add printer

  • TS4435 email photo attachments and iPhoto

    Why can't I import email photo attachments directly into iPhoto...the option is there, but doen't work?

  • RESOLVER.ADR.ExRecipNotFound

    Friends i am really not sure why this is happening.. I have two seperate exchange servers for one client .. who has seperate companies one hosted on one exchange and other on other exchange. in below error someone from company1.com sent mail to compa

  • Machine settings for operations

    Hi gurus We have a discreet manufacturing scenario. The w/c (machines) used in the routing have certain settings for example pressure, speed etc. The requirement is while creating the routing user wants to specify machine settings for the operations

  • Fail to view pages and encounter http status 500

    Hi, I am student of some university in malaysia. I encounter final year project in this semester. So i intend to use JSP to develop my project. Today after my lecturer brief about JSP, so i come back and try JSP in my PC immediately. What tools I had