Relative links of local drive are not working

I am trying to develop an interactive pdf having animations and links of files placed at same folder having interactive pdf. I tried by using hyperlinks but on export it convert it in absolute addresses.
I also tried by using button (action: open file) but could't get results
Plz help me

Hi Rick.
Thanks for replying, but as I said earlier, I do not want to
use a Shortcut, but wish to only link to the PDF. The more I think
about it, the more I believe I wish to embed the PDF inside the CHM
file, so long as it preserves the formatting and launches Adobe
when the link is clicked. Is there any way to do this? If not, is
there a simple way to launch an HTML file that contains the PDF
links or maybe even an explorer window? I am not willing to use
scripts due to most of my users having very high security settings
on thier computer.
Thanks,
Dan

Similar Messages

  • Usb drives are not working, usb drives are not working

    USB drives are not working.  Please help

    Non of my Western Digital drives are working anymore on several different Mac computers, one Mac can still work with the drive so I am not getting it up dated to the new OS.
    If they told me that all my 2 TB drives would no longer work if I got the new OS I would not have updated.
    There needs to be a fix, I can't afford all new drives plus they have video on them that I need to use.
    Also iPhoto and Garage Band have disapeared I can't find any trace of them???

  • Links in the webview are not working.

    Hello Everybody,
    I am showing data in the webview using one custom html page. In this custom html page , I am using css to make the font better and then passing my required data in the respective tabs. In one this tag i.e. description tag, I am passing the description html data in that links are also present. WebVIew is showing the data in page correctly but links present in that page are not working. When I am clicking on those links, they are not getting open in the webview.
    I am working on this issue from two days but no solution I found.
    Is there anything , I am missing?
    Can anyone here, help me out?
    Pandit

    Hi Satake,
    Sorry for the late response.. I was out for some days...
    Actually , there was presence of target= {blank}, but I removed it from that html string as per your advice but didn't work.
    The html page which I am showing in the webview is custom webview , I mean it's a html template and I am passing description data in one description tag.. and that description data is having that link that is not opening after clicking on it.
    On the other hand , if I passed only html data without html template file then it is working fine.
    Is there any problem in my html template page which is a custom page? Or I need to add any property in the description tag to enable the links?
    Pandit

  • Links in pdf doc are not working when viewed in Reader 9, but works with Reader 8

    Hello,
    When I view a pdf document using Reader 8, the links in the document work. However, when another user views the pdf document using Reader 9, the links do not work for them. Any suggestions?

    Are they hyper links or are they spelled out (http://...etc)?
    If they are spelled out, it could be because the person using 9 needs to select "create links from URL" in Preferences>General>Basic Tools.

  • Link to local wmv file not working - is this possible?

    I would like to launch a wmv file in the default application
    (windows media player) from an AIR application. I tried just
    linking to it but it doesnt do anything? Anyone know why? security
    reason maybe? thanks in advance..

    Hi,
    Just linking to the file won't work. You'll have to call
    navigateToURL with that file's path. This will load the file in the
    default browser.
    There's no other way to launch applications from AIR
    1.0.

  • In JEditorPane the links in HTML file are not working

    hi,
    I am using JEditorPane to dispaly HTML file.
    In the html files there are some links to some other pages.
    The JEditorPane is showing the links but it didn't work when i click.
    Is there any Events which i have to add?

    Try posting in the Mac Number forum.
    https://discussions.apple.com/community/iwork/numbers
    Also, specify the version of Numbers you are using.

  • I have a iMac g4 swivel and it seems that the ethernet port and the optical drive are not working.

    Is there any troubleshooting I can try, short of replacing everything?
    I really love this version of the iMac and want to use it in place of my eMac for some home business inventory and printing work.
    I need the ethernet to work because the printer can only connect that way.  It's a great laserjet from HP (1998 version) and it works like a champ.
    As for the disc drive... I would love to install office or iwork but as I said nothing seems to mount.  I also can't upgrade it to Tiger.  It's running Panther and I can live with that I suppose.
    I have wondered if I could exchange parts from the eMac (Motherboard, Optical Drive, Hard Drive) since  its bulkyness takes up so much room.
    Any ideas?
    Thanks
    And yes I have a modern macbook pro as well.

    You can use the dvd drive on your macbook via target disk  mode.
    "Installing OS X 10.4 'Tiger' on DVD-Challenged Macs Using FireWire Target Disk Mode"
    http://lowendmac.com/misc/06/0710.html
    1) Do you have a router?  Do you communicate to the internet via wifi?
    connect the printer to a router with an ethernet port. This will be an input eithernet port.
    You may need to change ip addresses on your printer or on your network.
    2) usb to ethernet dongle
    Apple USB EN Adapter Network adapter - Hi-Speed USB
    http://www.google.com/products/catalog?oe=utf-8&rls=org.mozilla:en-US:unofficial &client=firefox-a&q=usb+to+ethernet+dongle&um=1&ie=UTF-8&tbm=shop&cid=1255179391 6678370799&sa=X&ei=L7xdTsDTGsXz0gHdvazcAg&ved=0CF8Q8wIwAw
    verify that the dongle will work on your machine.  Any drivers needed?
    3) You can firewire to for TCP/IP ( ethernet) to comunicate between macs.  Connect your printer to your macbook. Use firewire to communicate between macs.  Enable printer sharing.

  • Links on older Blogs are not working

    I am having issues getting to all the parts of The New Class-Based Exception Handling in ABAP, not a recent Blog.  IE troubleshooter reports the service does not accept the connection when I click on a link and the connection fails.

    Is it these:
    The New Class-Based Exception Handling in ABAP - Part 1
    The New Class-Based Exception Handling in ABAP - Part 2
    The New Class-Based Exception Handling in ABAP - Part 3
    The New Class-Based Exception Concept in ABAP - Part 4
    The New Exception Handling Concept in ABAP - Part 5
    I found them searching for the title using site search (top right of every page).

  • Links in the document are not working

    Hi All,
      In my program there shows a document, if the document has any hyper links, upon clicking on the link, its not going to concerned document.
    Can you all please help me?
    Thanks in advance.
    Best Regards,
    Prasanth

    hi
    after doing all the initialisation, this part of the code is called
      CALL FUNCTION 'DOCU_GET'
           EXPORTING
                id                = 'DT'
                langu             = sy-langu  "TEST !!!
                object            = ld_object
           IMPORTING
                head              = ls_thead
           TABLES
                line              = gt_texttab
           EXCEPTIONS
                no_docu_on_screen = 1
                no_docu_self_def  = 2
                no_docu_temp      = 3
                ret_code          = 4
                OTHERS            = 5.
        CALL FUNCTION 'SAPSCRIPT_WWW_DOCU_TO_HTML'
             EXPORTING
                  i_funcname = 'SAPSCRIPT_WWW_ITF_TO_HTML'
                  i_keyword  = ls_thead-tdname
                  i_area     = ls_thead-tdname
                  i_textid   = ls_thead-tdid
             TABLES
                  html       = gt_htmltab.
    Load HTML, generate url
      CALL METHOD go_htmlcontrol->load_data
           IMPORTING
                assigned_url = ld_assigned_url
           CHANGING
                data_table = gt_htmltab
           EXCEPTIONS
                dp_invalid_parameter = 1
                dp_error_general     = 2
                cntl_error           = 3
                OTHERS               = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Display generated url in HTML viewer
      CALL METHOD go_htmlcontrol->show_url
           EXPORTING
                url = ld_assigned_url
           EXCEPTIONS
                cntl_error             = 1
                cnht_error_not_allowed = 2
                cnht_error_parameter   = 3
                dp_error_general       = 4
                OTHERS                 = 5
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Have a look and let me know the details
    Thanks.
    Prasanth

  • HT1863 i have my serial number. I bought this macbook pro in Cleveland Ohio, and it is still under warranty. Now I am travelling in India and my disk drive is not working. need local help

    i have my serial number. I bought this macbook pro in Cleveland Ohio, and it is still under warranty. Now I am travelling in India and my disk drive is not working. need local help. in chennai. I also need to retriwve my warranty paper online, as I am right now in chennai ad all my docs are in Cleveland.

    You posted in the iPad forum instead of the MacBook Pro forum. To get answers to your question, next time post in the proper forum. See https://discussions.apple.com/index.jspa  I'll request that Apple relocate your post.
     Cheers, Tom

  • Allt he links in the header of any websites are not working, I reinstalled fiorefix and it s the same. No problem in others browser. the tool bar is working but not the link sinside the web page located between the top 300px height

    all the links in the header of any websites are not working, the cursor is not changing into pointer and no way to click on any link located at the top of any website page. I reinstalled firefox and it s the same. No problem in others browser. the tool bar is working but not the links inside any web page located between the top 300px height.
    So I can t tlog into any website, i cant write an email as the compose button is located in the top of the page.. Please help, i have all my bookmarks into my firefox...

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • I have upgraded to Lion Os but my Network storage (Iomega Home Media Network hard drive) does not work with Time Machine.  Are there any solution available?

    I have upgraded to Lion  OS only to find that my NAS (Iomega Home Media Network hard drive) does not work.  It tells me that it is not configured.  Are there any solutions .  Have Iomega sorted out the problem?

    Same issue here.  Based on what I can tell, iomega still has not developed a solution to the problem.  See below:
    https://iomega-na-en.custhelp.com/app/answers/detail/a_id/28327/kw/Mac%20OS%20X% 20Lion

  • I have a Excel file which has lots of PDFs embed as a link.  When i converting to PDF the embed links are not working. Please help to slove this issue.

    I have a Excel file which has lots of PDFs embed as a link.  When i converting to PDF the embed links are not working. Please help to slove this issue.e

    I am also looking alternative way using inDesign to create the embed link as like as excel. is there any possible? Thanks for you reply

  • Links are not working...

    I recently created a wedding website for my wedding videos and after I upload my site the buttons/links at the top of the page are not working... I had my site all laid out at one point and everything was fine. But using the templates I was having issues moving picture placeholders so I recreated my pages from a blank page in that template category. After I recreated my pages i uploaded my page and the buttons dont work... Any ideas? Here is the URL for my site.
    www.bellsandbridesfilms.com
    ANy advice would be appreciated.

    Your links are working for me: Welcome/Packages/Montage/Samples/Contact. Clear your browser's cache, quit the browser and restart it and enter your URL again. If that doesn't help, post back with the specific page and link that's not working.
    By the way, browsers convert spaces in page names to “%20.” To avoid these symbols, replace the spaces by an underscore when the page name or site name includes a space. For example, here:
    http://www.bellsandbridesfilms.com/Bells%20and%20Brides%20Films.html
    to:
    http://www.bellsandbridesfilms.com/Bellsand_BridesFilms.html

  • The figure links are not working

    The figure links are not working in the latest ADE 4.0.3. The same ePUB figure links are worked perfectly in ADE 3.0.

    Your navigation is covering some of your links. You should send the image to the back & or crop it to just the red box.
    How I create navigation menus:
    http://jeffnitschke.com/Video.html

Maybe you are looking for