Hyperlink from within a Word Document to a specific page within a PDF document.

I was hoping that someone would be able to assist me.  I would like to create a hyperlink (used as a citation) on my Word document that opens directly to a specified page within a PDF document (possible other word docs and so on, but less
often).  How do I go about performing this?  Another note, all the documents would reside within a SharePoint site.

I was hoping that someone would be able to assist me.  I would like to create a hyperlink (used as a citation) on my Word document that opens directly to a specified page within a PDF document (possible other word docs and so on,
but less often).  How do I go about performing this?  Another note, all the documents would reside within a SharePoint site.
I am not a Word guru, but I don't think you can run a macro from a hyperlink. But you can create an active X label that runs a macro when clicked. You can use the following macro to go to a specific page in a PDF file.
Sub OpenPDFPageView(DisplayPage As Integer)
'In order to use the macro you must enable the Acrobat library from VBA editor:
'Go to Tools -> References -> Adobe Acrobat xx.0 Type Library, where xx depends
'on your Acrobat Professional version (i.e. 9.0 or 10.0) you have installed to your PC.
Dim PDFApp As AcroApp
Dim PDFDoc As AcroAVDoc
Dim PDFPageView As AcroAvPageView
Dim PDFPath As String
Dim DisplayPage As Integer
PDFPath = "C:\Users\doudou\documents\test1.pdf"
'Set the page you want to be displayed
'DisplayPage = 3
'Initialize Acrobat by creating App object
Set PDFApp = CreateObject("AcroExch.App")
'Set AVDoc object
Set PDFDoc = CreateObject("AcroExch.AVDoc")
'Open the PDF
If PDFDoc.Open(PDFPath, "") = True Then
PDFDoc.BringToFront
'Maximize the document
Call PDFDoc.Maximize(True)
Set PDFPageView = PDFDoc.GetAVPageView()
'Go to the desired page
'The first page is 0
Call PDFPageView.GoTo(DisplayPage - 1)
'Set the page view of the pdf
Call PDFPageView.ZoomTo(2, 50)
End If
Set PDFApp = Nothing
Set PDFDoc = Nothing
On Error Resume Next
'Show the adobe application
PDFApp.Show
'Set the focus to adobe acrobat pro
AppActivate "Adobe Acrobat Pro"
End Sub

Similar Messages

  • How can I remove a page from a PDF document and save it as a new PDF document?

    How can I remove a page from a PDF document and save it as a new PDF document?

    Tools - Pages - Extract and tick the option to delete the extracted page from the original file.

  • Can I add Action button on each page of my pdf document

    I have created  many power point slides with an action button on each slide that allows the user to click to display a video clip.   I would like to create a pdf document of this and replace each of my action button in ppt with an action button that works in Acrobat.
    I noticed that action buttons can be added to forms, but I want to be able to add an Action Button on each of my ppt slides to start playing a video clip (each slide will have a different video).
    I would like to do this using any coding method (i.e. Javascript, VBA, C , etc).   I think acrobat uses Javascript.
    The reason, is that I want to display my power point slides on an IPad and they don't support hyperlink in power point.   I believe IPad does suppport the full acrobat capabilities.
    Can this be done ??  
    Any suggestions where to start ??
    Thank You,
    G

    NO problem creating the buttons and then playing this back in Acrobat. Works great.
    However, unfortunately, none of the PDF viewers for the iPad support playing movies.   So playing it there won't work :(.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Sat, 28 Jan 2012 11:00:47 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Can I add Action button on each page of my pdf document
    Can I add Action button on each page of my pdf document
    created by gw70115<http://forums.adobe.com/people/gw70115> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4171109#4171109

  • How can you move to a specific page in a large document

    Trying to move to specific page within a 90-page document on I-Pad, other than scrolling--Is there a way to "go to" page # whatever?

    Okay,
    I just loaded up Dropbox to check it out.  When you are looking at your PDF in the Dropbox window, you can click the Action button in the upper right, (the box with the curved right arrow), and that gives you the option to Open In...  iBooks.  If you don't have iBooks yet, you can download it free from the App Store.
    One it's in iBooks, you can search and go to pages with it.  iBooks allows you to create "Collections" (folders), where you can sort your documents (books).  Try it out.
    ivan

  • How do I scan multiple pages into one pdf document on a HP Envy 4501 Printer

    My HP Envy 4501 Printer won't let me scan multiple pages into one pdf document.
    I went to "Advanced Settings", clicked on "file" and made sure that the check box next to "Create a separate file for each scanner page" was unchecked.
    When I clicked the Save button it showed the page that I scanned and showed 1/1.  On the right side it had options for changing the brightness and Contrast, Rotate and Crop and "Back", "Save" and "Done" buttons, but nothing about scanning another page.
    Not to mention HP's Customer Support is useless!
    I'd appreciate any help I can get with this problem.
    Thanks,
    Mark

    Hi BH,
    I see your diagram.  I just scanned something.  The screen that I'm looking at right now shows the preview page and the scroll box to the left of that just like in your diagram.  The screen does not show the + button nor does it show the red x button under the scroll box as in your diagram.  I can't see the plus sign because it is not there.
    I tried re-installing the software and drivers as you suggested but that did not have any affect.
    Thank you for trying to help me with this problem but it hasn't worked, therefore I can't mark the reply "Accept as Solution".
    I've noticed that on HP's support forum web page there is only 1 solved request for assistance.  That doesn't give me much confidence in HP.
    Please reply back to this post to let me know if there is anything else that I can try or if you know someone else at HP that can help.
    If I don't here back from you, I'm returning this HP Envy 4501 Printer to get my money back to use it to buy a printer from one of HP's competitors.
    Thanks,
    Mark  

  • About 2 weeks ago, not able to print all pages in a .pdf document using internet explorer 11?

    About 2 weeks ago, not able to print all pages in a .pdf document stored in a folder (I'm using Windows 7)? 
    It only prints 1 page then my Brother MFC-J4510DW Printer says "Please put another piece of paper in the feed slot"....the problem is the print setting is set to "manual mode" in Windows 7 rather than "general setting".  If you try to change the setting to "general", it will not accept the change.

    Hi.
    I did try using the printParams feature and it worked, but since I need to be able to print sets of non-consecutive pages,  I end up having to bring up the print dialogue multiple times and have the user set watermarks each time. 
    I decided to just create a new pdf in a temp directory containing the selected pages and open this document in a new window.  This works well and allows them to use the print button on the window to print, bringing up the print dialogue just once.  However, since I need to open the document in a way that shows the print button, I am using OpenInWindowEx, with AV_DOC_VIEW, and the option PDUseBookmarks or PDUseThumbs, rather than PDUseNone.  This displays a toolbar which also includes icons for creating a new pdf, deleting pages, etc.  I do not really want to include these icons on the toolbar.  Is there a way to remove unwanted icons from the toolbar, or make them invisible?
    Hope this makes sense.  Thanks for your help.
    Mary

  • Can I re-size the pages in a PDF document?

    I've got a document done in Mac Pages. It turns out to be the wrong page size. It would be a lot of work to reposition everything again.
    Is there any way with Acrobat Pro that I can resize the PDF pages in a PDF document?
    I notice I can extract the individual pages ... if I could extract them and somehow import them back into a re-sized Pages document, then re-export them to PDF at the proper size???
    Any help would be most appreciated,
    Thank you,
    Ben

    Hi Aandi,
    No problem with 'hard' copy or 'web' copy. I understand about compression.
    But. Either way I've got the same problem with both versions. I did the original with the document page size set at 'legal' size, as was recommended by a particular print house we were going to use.
    Here is the actual concept: www.howtosolveglobalwarming.info (see 'DVD' page link).
    It turns out this was not a helpful recommendation. The 'booklet' is supposed to fit into a DVD case, which is about 7.25 inches in length (height).
    I don't want to have to rebuild the original document page by page. I just want to resize the entire thing down from its original 'legal' size (8,5 X 14) to something more like 4.04 X 7.25.
    The only way I can figure to do it with Acrobat is reset the page size, then output to 'print', but then I can't make a straight PDF, I have to make a Postscript (it seems) file, which I then have to convert back to a PDF ... (and I notice some odd artifact frames appearing around text-supered-over-graphics- which might disappear if I 'flatten' the original PDF file before outputting to Postcript and converting back to PDF??
    I bet there is a simpler way. Any suggestions? Also, is there any function in Adobe Acrobat Pro that would allow me to add 'space' to one side of a page (as in Photoshop)?
    Or perhaps I should extract each of the 30 pages, resize them in Photoshop, and then reconstruct the document in Pages (or Acrobat) using the Photoshopped pages?
    Ben
    Ben

  • How do I add and delete pages to a pdf document?

    How do I add and delete pages to a pdf document?

    Hi Paul,
    Adobe Acrobat has the features to add/delete/extract/crop/insert pages to your PDF files and are much more features.
    Adobe Reader has  a very limited features for editing to PDF files.
    Now you can subscribe to Acrobat Plus and see more information at https://www.acrobat.com/acrobatplus/en/home.html
    Or you can download Acrobat XI Pro for trial version from www.adobe.com.
    thank you.
    Hisami

  • My options and tools have changed.  Unable to extract and delete pages in my PDF document.

    My options and tools have changed.  Unable to extract and delete pages in my PDF document.  How can I get them back?

    Well could it be another Adobe I had before?  I bought software and in that under tools on the far right had all kinds of options.  Also under view and window.  Then I bought another adobe product to try and convert a PDF into a word doc and now under tools that is all it wants to do and my view and window options have changed.  Not to mention the new software i bought isn't converting it just spins.  So I am bummed that neither is working for me.  It is more important for me to be able to extract pages then it is to convert.  Which adobe product allows this?  Maybe I can unistall and reinstall the Adobe software I spent 300 dollars on vs the 19.99 product.

  • How to create a hyperlink to a specific page in a pdf

    How can I create a hyperlink to a specific page in a pdf, that is saved on a local drive? If anybody knows the answer, please email me back at [removed]
    Your help will be greatly appreciated.

    You need the original Adobe Acrobat to edit PDF files. The free reader is just for viewing
    http://www.estello.se

  • Can I print the last page of a PDF document using command line?

    Hi
    I am in a situation in which I constantly have to deal with multiple PDF documents and I need to print the last page in each of these, and ONLY the last page. The total number of pages will vary for each file, so the page number for the last page will also vary.
    I would really prefer to not do this manually, by opening up each file in the visible Adobe Reader window and then print.
    Question:
    Is there a way with Adobe Reader (maybe with the help of some other Adobe product) to print only the last page of a PDF document using some kind of command line without opening up the PDF file in the visible Adobe Reader window?
    I'm using Windows.
    Thanks in advance,
    Regards,
    Emil

    Thank you for taking the time to reply.
    I tried both ways and neither works.  It gives me a prompt box that I have to click "next" for every page but after going thru all pages, nothing is sent to the printer.
    Also, all directions I've read indicate it will print to the default printer.  If my default printer is on a network, will that cause problems....
    and...
    should I be getting a prompt box on every page?  I thought all this would happen behind the scenes and not force me to interact with every page.
    dc

  • Deleting pages in a PDF document.

    When I try to delete a page in my PDF document, I get a message that reads "An Incorrect Structure was foun in the PDF file".  How can I resolve this?

    You might have to use PDF Optimize or such to save the file and remove any such problems (maybe). At least it is worth a try. Then try deleting the page. This is an attempt to get the issue resolved, not to explain it.

  • Lion Preview can't delete or insert pages to a PDF document

    I have the following problem: I open a PDF file in preview. I delete some pages as I used to in snow leopard. Then I save it. The document's page count changes to the correct number in the window title bar. However, if I open the saved version after closing the current window I see that nothing is saved at all! The same thing happens when I try to insert pages to a PDF document. Looks like everything is fine, but when I close and reopen the document no changes are saved. The weird thing is file is modified, i.e. preview saves something but not my changes. It just re-saves the original document.

    NUMACER's answer worked for me as well guys ! Didn't need to save a version, it just keeps it like that. I tried saving a version which saved on the same file instead of creating a new one (i know that since I saw the "Last modified" thing being updated at the same time) !
    Thanks Numacer

  • Go to a specific page within the PDF

    Hi,
    I try to figure out how to make a link to another page within the PDF doc.
    I tried with a button, but cannot specify the page number where I want the link.
    Does anyone can help me to make a link on a specific page within my doc?
    thanks

    This article should be of some help: http://acrobatusers.com/tutorials/how-do-i-link-button-specific-page-my-pdf-document

  • Can I rotate mark ups created with Adobe X on the background page of a PDF document?

    Can I rotate mark ups created with Adobe X on the background page of a PDF document?

    Thank you for taking the time to reply.
    I tried both ways and neither works.  It gives me a prompt box that I have to click "next" for every page but after going thru all pages, nothing is sent to the printer.
    Also, all directions I've read indicate it will print to the default printer.  If my default printer is on a network, will that cause problems....
    and...
    should I be getting a prompt box on every page?  I thought all this would happen behind the scenes and not force me to interact with every page.
    dc

Maybe you are looking for

  • Acrobat X Pro - create PDF from Excel with no margins...ARGH!

    Hello all, Does anyone know if it's possible to create a PDF from a selection of Excel cells without a margin appearing on the PDF file? Even if I set the print margins (print to Adobe PDF) to zero, Acrobat still puts in margins in the PDF. The backg

  • Record Level Authentication in ADF Security 11g

    Is it possible to code my application to support record level authentication by using ADF 11g Security? For example the CEO Role can read all orders from a view, but other roles can only read the orders by them self. Do I have to control this mannual

  • Physical stand by configuration

    Hi Experts, Please help me with the below issue: 1) I have configured a physical stand by database on windows with oracle 10g. It is working and redo apply is enable at mount stage. Now here on mount stage i have to run manually commands to check rep

  • I cant uninstall kies from my mac

    Hi please help! I bought a galaxy phone,(great mistake), and installed kies manager on mymacbook. It was horrid and terrible. I can't uninstall completely. please tell me how to do it , I am not too good with computers. Thanks marion

  • I have downloaded lightroom 5 and opened the program. do i import the photos or the catalogue

    I have downloaded light room 5 and opened the program. I want to import my photos, do i import the photos off the hard drive or import the catalogue?