hyperlink - The physical location in the page

Ask a Question related to Adobe Acrobat Macintosh, Design and Development.

  1. #1

    Default hyperlink - The physical location in the page

    When I export the A PDF file, how do I know the physical location of the hyperlink in the output page (coordinates)

    I need to export from Indesign
    - Hyperlink physical location (# page & XY coordinates)

    TIA
    Moshe_Assulin@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Display the PHYSICAL SIZE, the Dimenssions of a page?
      Previous versions of Acrobat pro showed me, at a glance, what the Physical Size of each page was in the bottom left of the window. Now with Pro 7, I...
    2. Two Hyperlink Colors on same page
      The title says it all. How do I create 2 separate hyperlink colors on the same page? http://darthmarklar.com/test/links.htm I want the top link...
    3. Physical Page Size question
      We are having a problem with printing PDFs from the web on one of our PC's. It's very slow and the reason is the size of the files is huge compared...
    4. hyperlink within a page
      Pub doesn't support that but you can code it yourself, refer to http://www.davidbartosik.com/pub2k/pub2k_2.htm -- David Bartosik - Microsoft MVP...
    5. Hyperlink to location within same page?
      I can see how to create a hyperlink to other pages within a publisher web document with Insert Hyperlink (selecting the 'Place in This document'...
  3. #2

    Default Re: hyperlink - The physical location in the page

    Do you mean that you want to write a program that reads the
    co-ordinates of each hyperlink on each page of a PDF?

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: hyperlink - The physical location in the page

    Yes. I want to find out the exact x and y of each hyperLink.
    Moshe_Assulin@adobeforums.com Guest

  5. #4

    Default Re: hyperlink - The physical location in the page

    Ok, do you have Acrobat Professional and the Acrobat SDK?

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  6. #5

    Default Re: hyperlink - The physical location in the page

    Andi

    No I don't have. Can you tell me plz where can I get it and what I should do?
    Thanx for help
    Moshe_Assulin@adobeforums.com Guest

  7. #6

    Default Re: hyperlink - The physical location in the page

    Acrobat Professional can be purchased.

    The Acrobat SDK is free to download, and includes information on
    automating Acrobat . But it may be a big development problem on a
    Macintosh. I think you will have to write an Acrobat plug-in to get
    all the link locations. Plug-ins are written in C/C++. An experienced
    C/C++ programmer should be able to get to this stage in a month or so.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  8. #7

    Default Re: hyperlink - The physical location in the page

    Aandi,

    You think I can get the coordinates of A hyperLink even though it is not a vector?

    Do You have any idea who can develop this plug in?

    Thanx
    Moshe_Assulin@adobeforums.com Guest

  9. #8

    Default Re: hyperlink - The physical location in the page

    Oh, the jokesters must come out on April 1...

    I think there's an easier way to get what you want. If I understand what you're asking for, you just need Acrobat Professional. Under the Tools palette you you have the option to open the Measurements toolbar. Set your scale ratio to what you need in pixels per inch, and use any of the measuring tools available to find the measurements you want in pixels from any location. If you measure from the upper left it ought to give you the x and y measurement in pixels. I think that's all you need, right?
    jonf@adobeforums.com Guest

  10. #9

    Default Re: hyperlink - The physical location in the page

    Maybe I misunderstand the question. Certainly, if you just want to
    find out the information for a few hyperlinks, manually, you can do
    this. I assumed you were a programmer putting together an automated
    process - am I wrong?

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  11. #10

    Default Re: hyperlink - The physical location in the page

    Hi

    Unfortunately I am not a programmer, and I want this process to be done automatically.

    The work flow goes like that:

    1. A Graphic Designer - Do layout and designing the page.

    2. Content editor - Add some hyper links to the page then export it to PDF.

    Here I need the help, How Do I pull out the x and y location of the hyper links and use the acrobat menu to export it to excel.

    I Hope I clarified things.

    \TIA
    Moshe_Assulin@adobeforums.com Guest

  12. #11

    Default Re: hyperlink - The physical location in the page

    Ok, then I think you need to find or become a programmer. This is
    certainly a programming task, so far as I can see.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  13. #12

    Default Re: hyperlink - The physical location in the page

    Hi

    OK, Lets say I found one. is it possible to write a code that will accomplish the goal? Do you have an idea if it is easy or difficult to do it. How much (average) it gonna cost?

    TIA
    Moshe_Assulin@adobeforums.com Guest

  14. #13

    Default Re: hyperlink - The physical location in the page

    I guess I'm misunderstanding the question, then.

    I don't quite understand what you're trying to accomplish with this task. How does Excel factor into this? What value is it to have a report of x and y coordinates for an Acrobat page? This sounds like something you'd need for html coding, not a print document. If so, the pages should be exported as html pages, not Acrobat pdf files, from your original. I only ask because I have a feeling you might be creating way more work or expense for yourself than you need to be. The more information you can provide, the better advice you'll probably get.

    If you need a report of x and y coordinates, I'm thinking Acrobat is the wrong application. It's not really a web design app. I don't have Dreamweaver here at my office, but I seem to remember that all that information is available if you open your pages in Dreamweaver, and there may be a way of extracting a report with just what you need. You might try asking your question on the Dreamweaver forum, if that's the route that makes more sense for what you're trying to do.
    jonf@adobeforums.com Guest

  15. #14

    Default Re: hyperlink - The physical location in the page

    Hi

    Here is the details:

    I am working at Daily newspaper, lately we started to include all the on line hyper links in our print version. The problem is that the blue color (hyper link style) start to become dominant color in large area of the sheet. The final print version is very dark, The way to solve it is to open the color tap, what's make the newspaper very dark. From the print shop we've been told that if we will let them know the exact area of the hyper links they will be able to control the dark and the bright area more easy.

    We are a 96 pages every day, it is not possible to find out the coordinates manually, so we thought to try to establish an automatic process for that.

    Anyway we are in deep problem and we must solve it, other way our paper become unreadable.

    Thanx for help
    Moshe_Assulin@adobeforums.com Guest

  16. #15

    Default Re: hyperlink - The physical location in the page

    If I was approaching this problem, I would be taking a different path.
    I thought I would share my ideas in case they are of any benefit.

    Consider
    * You are presumably adding hyperlinks for an online use of some kind.
    The ideal, and normal, solution is two production paths, two PDFs,
    since in any case a printable PDF is usually unsuitable for online
    use. Much software allows styles to be assigned for characters, and
    changed globally.

    * If you must go down the path of having a plug-in written, it seems
    to be the plug-in could usefully fix the colours as required, rather
    than go through this convoluted process making more work for everyone.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139