Newbie question - assign a link to another page

Given a page pdf with existing text, how to assign a link to another page.

Example: A directory of profiles:

Name 1

Name 2

Name 3

Name 4

.

.

.

N name

I want to assign the text 'Name 1' a link to the pdf page that contains the profile corresponding to that name.  (I already know the pdf page number that contains the profile, so I can give you to post a link of dialogue).

Thank you

Bill

I remembered, you have to be indirect.

When I drag the box and release a dialog box appears offering the choice of:

Go to a page view

Open a file

Open a web page

Personal link

Option 1

Choose go to a page view

Navigate to the page you want (for example, type the number in the space on the toolbar)

Click the Set link

Option 2

Choose go to a page view

Click the link Set (puts in place the link to the current page)

Double click on the new link

Click the Actions tab

Click on change

Change number & click OK twice

Option 3

If you use Word or InDesign, links can be generated automatically from an automatic content table, such as the PDF is done (not later)

Tags: Acrobat

Similar Questions

  • How to link to another page in the same application?

    I think I have right now a brain fog. Cause I can't understand this.

    I would like to make a link to another page in the same application through just an arbitrary word in a paragraph.

    I'm not trying to spend all the values. I do not use a button or a text element.

    How can I make a link to a Word?

    Thank you very much
    Maggie

    Hi Maggie!

    I imagine me, that you have a html text and you want to have a hyperlink to another page in your application.

    For example, you have a text like: "I want to create a hyperlink to a page.

    Now, if your mouse passes the word 'hyperlink', you want to see this magic 'hand '.

    First copy the URL of the target page: something like this-> "http://127.0.0.1:8080/apex/f? ' p = 100:2:3122716493255005:NO:

    Changing your text to html in this way:

    I want to create a hyperlink to a page

    I hope it helps

    Gerhard

  • Creating buttons in flash and linking to another page

    Hello

    I'm a flash newbie. I am a student of multimedia!

    I know how to create buttons in flash and put stocks at these buttons. EX: If I add several videos in different scenes in flash, with a back and next button, adding actionscript to go and play or go and stop, I can do it! However, I don't know how to define actions for buttons created in text or buttons created in photoshop, illustrator, fireworks... imported into flash, and linked it to another page (section) of my web site.

    About me, Portfolio, Services, Contact (written text). How I make the text in buttons and link them to another page of my website and the who on the contact button?

    Thank you

    If it is the actionscript code that you are not familiar with so what you do is to assign an instance name unique for your button when you put on the stage and then assign a code to the it... say you gave an instance of 'contact_btn' button, and then in the layer name actions in the corresponding frame to this button (different lasyer) you d code...

    contact_btn.onRelease = function() {}

    getURL ("http://...your pageurl");

    }

    If this isn't what you're looking for, you've lost me.

  • How to link to another page anchored using the tool?

    Hello

    I use the point (arrow tool) to post a link to anchors in my current page.  Is there a way of linking to anchors with the tool in another page (in other words I do not work on) or must it be done manually?

    Thank you

    Jake

    In the field of link in the properties panel, you must type the name of div ID or anchor in manually, preceded by a sign #.

    Link: some_page.html #ID

    Nancy O.

  • A link to another Page

    Is there anyway to send a link from a page to a specific part of another page, i.e. beginning of a topic to halfway in a page. I think I've seen this done before, but have no idea how do.

    Thank you

    Link to a specific location in a document

    http://help.Adobe.com/en_US/Dreamweaver/CS/using/WScbb6b82af5544594822510a94ae8d65-7c34a.h tml

  • Flash banner for posting a link to another page

    Now with Flash Cs4 could not find a way to link the banner to another page.

    That's what I wrote about Actionscript:

    inv_btn.onRelease = function() {}
    getURL ("http://www.sanpedrofashion.com/contactus.php" "self");
    }

    AND THIS ERROR MESSAGE:

    1084: syntax error: rightparen before self expection.

    THANK YOU FOR READING AND OF LITTLE HELP PLEASE

    You can still code as you did in studio mx, you just set your publication to AS2 settings.

  • How to make a title of region as a link to another page?

    Hello
    I need hyperlink, a title in the region, so when I click in the title I'll go to another page in the application without connection again, in other words to keep the same session.
    Thank you
    Abdul

    Published by: dtabed on May 12, 2009 13:40

    Abdul

    The full link would be

     http://host:port/pls[if using mod_plsql handler]/f?p=&APP_ID.:&APP_PAGE_ID.[if to a specific page]:&APP_SESSION.
    

    Hope this helps

    See you soon

    Ben
    http://www.munkyben.WordPress.com
    Don't forget to mark the answers useful or correct ;)

  • How to create a text that links to another page in the login page

    Hello

    I need this more basic things, but no one seems to be asking here.

    In the login page, I want to add a "Register" text when you click on sends the user to another page to register.

    With a button, its simple because its built-in, but I don't want a button, just that: register

    I also want to have the text in colour not black.




    Thank you.

    Leckraj

    Like this

    "Register " 
    

    Use your Page URL ' f? p = & APP_ID.: 2: & SESSION.' instead of #.

    Thank you
    Adkins

  • problems (newb question) creating a link or function in AS3

    So I went through a few different sites looking for a way to make a symbol, a link, and I keep running into the same problem. I am using action script 3.

    For example, I got this code from this page: http://scriptplayground.com/tutorials/as/getURL-in-ActionScript-3/

    logolink.addEventListener(MouseEvent.CLICK, callLink);  // changed movieClipName to logolink
    function callLink:void {   var url:String = "index.php"; // changed from var url:String = "http://site";
      var request:URLRequest = new URLRequest(url);   try {     navigateToURL(request, '_blank');   } catch (e:Error) {     trace("Error occurred!");   } }

    It makes the symbol (logolink) a link (changed the mouse pointer to a pointer), but it kills my animations and - error saying (on line 4... the line function callLink): "wait leftparen front of colon ', 'wait identifier before leftbrace' and 'wait rightparen before leftbrace.

    I am very new to the ACE and tried a few things like the addition of an unused parameter and a few other things (trying to satisfy the above errors), but then I get "call to addEventListener possibly undefined method through a reference with static type class."

    What I am doing wrong? I am a seasoned programmer (just AS new). I'm sure it's something simple (it always is). I guess it's time to take a book on such things. I'm surpised to explaination how little it is available on the web compared to many other languages.

    It is possible that what you call logolink is actually the name of the object rather than the name of the instance class.  If it is an object placed manually, the name of the instance is that you assign to an object via the properties panel, after that he was placed on the stage.

    logolink.addEventListener (MouseEvent.CLICK, callLink);  movieClipName changed

    Of course, indicating that "possibly undefined" is a bit wrong, but you will have to come from the world of AS1/2 to appreciate that you at least told that something is wrong.  And if you were to go in your publication of Flash settings and select the option to enable debugging, error, he would add the line number for the code with the problem.  AS1/2 would most likely not work and leave you to wonder why.

    Saying "possibly undefined" is perhaps another way of saying... "you might be trying to use a good piece of code, but it is not good here", instead of just outright saying "you messed up, fool, understand it.

    I would like to see improvements in the error messages.  Too often, the compiler knows exactly what he is fired upward, but gives a generic message that requires you to seek what the hell he's talking about.  But, as I said, compared to AS1/2, he does now makes life easier.

  • TREE, link to another page in the application without authentication

    Hello

    I'm working on APEX 4.1.1 , I used region of the tree to make my menu of the application. My problem is in all parts of the tree, I do a redirect to a specific page ID (in another application), and I'm trying to do an automatic authentication, but his does not work:

    My region requestio tree:

    Select case when connect_by_isleaf = 1 then 0

    When level = 1 then 1

    else                           -1

    end the status,

    level,

    'ÉTIQUETTE' as the title,.

    NULL as an icon,

    "ID_PAGE" as a value.

    NULL as ToolTip,

    M.num_app |': ' | v('SESSION') |': ' | M.REQUEST link

    MY_TREE m

    Start with M.LABEL = 'START '.

    connect prior "ID_PAGE" = "ID_PAGE_PARENT."

    brothers and sisters of order by 'ID_PAGE.

    Suppose that my main application containing my menu tree = 500 and the target page, ID is on the apllication page 501 on page 101 ID of my App ID 501 I add a process header before that get the username and password cookies and call apex API to login.

    Thanks for your replies.

    Yosof

    This thread Re: navigate between two applications in the same workspace without sing again suggests that you don't have to do any coding.

    See what happens when you navigate to a page that is not the login page. A non-public page.

    What I know of the login process, is that it changes the session id.

    Nicolette

  • Newbie question: How do I hide a page after click on the button?

    Hello!

    My name is Rafael. I'm talking about the Brazil.

    I am new user on the AdobeCycle software

    I do a form and I need help, please.

    My project form has three pages:

    1st Page - Instrucion

    Page 2 - form with fields to fill in

    3ª Page - (this page will be hidden). This page will be information the information filled out by the user to the 2nd Page . Will be just text.

    What do I want?

    When the user click on the button send email, I want the page with the form is hidden and show the 3rd Page with information (no field, only the full text). I want to send the PDF file to the e-mail with the 1st Page and 3rd Page (just the text with the information).

    How can I do this? How do the 3rd Page (the information filled with page two)?

    No problem of Rafael,

    Adobe have a guide that is very useful to access many of the features of the fields here: http://partners.adobe.com/public/developer/en/tips/CalcScripts.pdf

    I think about her a lot.

    Then at page 164, it looks like access/change the color of the legend AND the value:

    TextField1.caption.font.fill.color.value = "R, G, B" / / change the color of the legend

    TextField1.font.fill.color.value = "R, G, B" / / change the color of the value

    If you want to change the color of the border, then this requires another script. The example on the blog we mentioned, examples on page 2 to change the color of the borders of the second row down): http://assurehsc.ie/blog/index.php/2010/06/laying-out-a-form/

    For example:

    VNAME var = this.name.toString ();

    xfa.resolveNode (VNAME + ".") ui.textEdit.border.edge") .stroke ="solid";

    for (var i = 0; i)<4; i++)="">

    this.ui.oneOfChild.border.getElement("edge",i).color.value = "255,153,0"; orange tint

    xfa.resolveNode(vName_+_".ui.textEdit.border").getElement ("edge", I) .thickness = "0,0200" in

    }

    In addition, here are some links that might interest you: Re: books or guides for Livecycle Designer

    Good luck

    Niall

  • combine the link to another page with the drop down more on an accordion

    example to the PEI Lawyer Referral Service Find lawyer according to the type of firm or firm of PEi PEI legal aid see article at the top of the left-hand column labeled Business Service lawyer referral

    This is a direct link, but it's a box label drop-down, accordion

    THE PROBLEM IS THE FOLLOWING



    If you click on the link part, you get directed to the other page.

    I need to somehow separate the link in the dropdown information

    Bright ideas?

    Thank you

    You can use the accordion as the intro text label and then the container would include the detailed format of the content.

    Thank you

    Sanjit

  • Link to another page

    Here's how I put it in place;

    Two master pages, a home page and an intro page. Intro page RSS off Master - B, all other pages of power off Master - a. I want a button on the Intro page to post a link to the home page. How is that possible? I am trying to use the manual setting regarding the buttons to display.

    Drag the menu horizontal or vertical from the library of widgets to your page. Then click on the context menu of the widget to display the Properties menu (this is a blue circle with a white triangle) click on the type of menu drop-down and choose the manual option...   Then you must choose which pages they are linked in the menu links... Choose the page from the list...  It should be in the Add box or filter links fall down.  Simply choose your homepage from the list to create the button link.

  • Add a link to another page for Mode using URI of Destination

    Hi all

    I have to search for items in iProcurement, and the name of the provider is a text field in the search results box. Now, I want to display the name of provider by clicking a link on which the user should be taken to the corresponding details of the provider page in view Mode.

    Is this something that can be done through customization, as in without extending the controller etc. I tried to give the url of the page of the vendor in the Destination URI of the name of the provider and it goes to the page of the provider, but how I implemented the functionality to interrogate the details of the supplier in the context. In other words, what is the url that should be used, and what are the parameters that must be past etc? What is the approach to implement such a feature. I could make development OAF, but no customization is done.

    Thank you
    Anish

    Hello

    set

    Destination URL: OA.jsp?page=/oracle/apps/po/req/webui/ReqsearchPG&pPrameter=@Attribute

    Concerning
    Meher Irk

  • At the end of the flash video automatically link to another page?

    Hi, that's what I'm doing:

    On my site, I want a video, and when the video is finished, the user is redirected to the next page. So far I got my video to FLV, it imported in Flash CS4 and the added video control thing. I then exported the movie and it imported in Dreamweaver CS3. I can make it work on my site.

    So basically what I want now is to add this automatic link at the end of the video. Any ideas?

    Thank you, Scott

    It's easier.

    If flv is your instance name of flv playback and you want to open anotherpage.html once the video is complete, use:

    flv.addEventListener (Event.COMPLETE, completeF);

    function completeF(e:Event) {}

    navigateToURL (new URLRequest ("anotherpage.html"));

    }

Maybe you are looking for

  • How to add bookmarks to the new tab page? Move a bookmark only opens the page in the new tab.

    Just like the title says, I have problems of setting up my new tab page. I drag a bookmark (I tried the combo, the bookmarks toolbar and the library) to one of the rectangles, then opens the bookmark in the tab rather than pin it there. I tried with

  • Bookmark icons (favicon) most are blank FF4.0 - 6.0

    Why are all of a sudden all my blank Favorites, (for imported most of IE) instead of display the sites by default favicon. It was ok before I'd rather have it loaded automatically for all existing bookmarks (in addition, fixed once can that be stored

  • How can I change the volume in movie maker, before a record?

    I am trying to edit videos created on a low end JVC camera. First converted some mpg, opened in movie maker and then saved as wmv files. But it's really complicated to nedopil, very SLOW save and no volume control I see! Maybe there is a better way t

  • Leave the mouse works all of a sudden

    Original title: mouse problem Hello Today, my mouse works fairly suddenly.  I had not installed a new software or hardware which could have come into conflict with the mouse.  In addition, I tested in the other USB ports on my computer nothing works.

  • Turbo C/C++ for Windows 8.1 with support for mode full screen?

    Hello Is there a way I can get the amended Boralnd Turbo C/C++ with support full screen for Windows 8.1. I tried several, but the installation process isn't hassle. Any version of Turbo C/C++ with the installation of a single click for 64-bit Windows