How do I show bookmarks upon opening a pdf file by default

have created a pdf that has bookmarks. this works fine. I want to have the pdf reader show the bookmarks when the document is opened rather than have user pick bookmarks

Open the document properties and select the intial view tab. The selection for what it to be viewed is on that menu (under the navigation tab selection).

Similar Messages

  • I am Required to Save before opening a PDF file in FF 10.0.1. How do I get FF to open the PDF file?

    I am Required to Save before opening a PDF file in FF 10.0.1. How can I get FF to open a PDF as the default?

    Check your add-ons:
    Cmd+Shift+A
    Make sure the Adobe Acrobat NPAPI Plug-in is set to Always Activate.

  • Show Bookmarks Upon Opening PDF

    When users open my PDF document I want the bookmarks (that go to specific points of interest) to be showing.
    I don't want them to have click on the icon to make the bookmarks appear after they open the document.
    Any suggestions?
    Thank you.

    Set the initial view in the properties of the document.

  • Must always "allow program to make changes to computer"  upon opening a pdf file with Acrobat

    Whenever I attempt to open a pdf with AA, I get this notificaiton:
    "Do you want to allow this program to make changes to your computer".
    Running  Adobe X Pro (10.1.8) on Windows 7, 64-bit. I had resolved this awhile ago,  but recently had to do a reinstall of Acrobat and now the problem is  reoccuring.
    This doesn't happen on my two other pcs, both running Windows XP.
    I  believe in the past I changed the compatibilty to XP (not sure of  service pack). Have tried 2 and 3 to no avail. Tried "Run as admin" and  not.
    What am I missing?
    Thx

    If I try to open Adobe by itself, without attaching it to a specific file, same thing- still got command.
    But I can add this:  Somehow awhile back I found the solution on line (if I recall, it was not in an Adobe forum). Kicking myself for not posting here. So I had it working, but then I recently had to reinstall the program and it went back to square one. However,  I instructed the program to open with an previous version (Right click- properties - previous version) and I know can open again without getting that annoying command. Problem is I stll can't remember how I got it that way the first time. I was thinking it may have been tied in with making it compatible to an earlier version, but I just checked Properties again, and it says Windows 7, so that is not changing anything. I am sorry. I have searched and seached again to find that earlier solution, but now I can't find it! If anyone else can figure it out, please post to save the next person a bunch of time. I have spent hours on this already, searching, reading, tweaking.

  • How to use iCloud Drive for opening a pdf file in iphone

    Hello,
    I would like to know if I need some app for opening a file pdf in iCloud.
    I put several pdf file in iCloud but, I can not read it
    how I should to do?
    Thank you very much, Luis

    luisfromarg wrote:
    Hello,
    I would like to know if I need some app for opening a file pdf in iCloud.
    I put several pdf file in iCloud but, I can not read it
    how I should to do?
    Thank you very much, Luis
    There are thousands of apps for that.
    Try Adobe Reader.

  • I cant open some pdf files

    I just cant successfully open some PDF files(preview default) occasionally on the new Macbook Air, left with all blank contents, whereas, there is no problem in other PCs, I have no idea at all, need solutions ASAP, thanks.

    I downloaded and installed the lastest Adobe Reader(X) yesterday, but it doesn't help, still got the problem.

  • I need to send an email where the recipient opens the PDF file with a password,   can anybody help me and show me how to do that

    Hello,  I am trying to send an email where the recipient opens the PDF file with a password,   can anybody show me how to do that

    Hi surez,
    To password protect a PDF file, you need to use Acrobat. If you don't have Acrobat, you can try it for free for 30 days. See www.adobe.com/products/acrobat.html for more information.
    In Acrobat, you choose File > Properties when the document is open, and then click the Security tab to set up a password.
    Please let us know how it goes.
    Best,
    Sara

  • When I try open a .pdf file my Adobe Reader 11 only allows the download / save opening the related window and don't show me both options 1) open with ... and 2) save as.... probably someone flagged the choise... always perform this way ....

    When I try open a .pdf file my Adobe Reader 11 only allows the download / save opening the related window and don't show me both options 1) open with ... and 2) save as.... probably someone flagged the choise... always perform this way ....
    Could some one give help and let me know where I can probably find the settings option that allows me to change and switch to previous situation where it was possible to decide time to time how to proceed either opening the file or saving it ??
    Thanks in advance
    David

    What is your operating system?
    Open a PDF from where?  If online, in what browser?

  • How to open a pdf file in signed version?

    Hello,
    I like to open a singed pdf file in the singed version mode.
    If I open the pdf with command windows.open() it's possible to change the fields of the pdf file, signed fields are displayed but we don't want to give the user the change opportunity. When I open the pdf with windows.show() then the singed fields are empty and we want to see the signed fields as well.
    When I do a right click on the signed field there is an option show signed version. Then the edit functions an interactive functions are disabled. This is the state I like to open the pdf files. How to achieve this?
    hope that someone can help me!

    this is the error which i'm getting while executing the code
    init:
    deps-jar:
    Compiling 1 source file to /home/VEL AREA/SampleApplication/build/classes
    /home/VEL AREA/SampleApplication/src/sampleapplication/Main.java:3: package com.sun.pdfview does not exist
    import com.sun.pdfview.PDFFile;
    /home/VEL AREA/SampleApplication/src/sampleapplication/Main.java:4: package com.sun.pdfview does not exist
    import com.sun.pdfview.PDFPage;
    /home/VEL AREA/SampleApplication/src/sampleapplication/Main.java:5: package com.sun.pdfview does not exist
    import com.sun.pdfview.PagePanel;
    /home/VEL AREA/SampleApplication/src/sampleapplication/Main.java:25: cannot find symbol
    symbol : class PagePanel
    location: class sampleapplication.Main
    PagePanel panel = new PagePanel();
    /home/VEL AREA/SampleApplication/src/sampleapplication/Main.java:25: cannot find symbol
    symbol : class PagePanel
    location: class sampleapplication.Main
    PagePanel panel = new PagePanel();
    /home/VEL AREA/SampleApplication/src/sampleapplication/Main.java:36: cannot find symbol
    symbol : class PDFFile
    location: class sampleapplication.Main
    PDFFile pdffile = new PDFFile(buf);
    /home/VEL AREA/SampleApplication/src/sampleapplication/Main.java:36: cannot find symbol
    symbol : class PDFFile
    location: class sampleapplication.Main
    PDFFile pdffile = new PDFFile(buf);
    /home/VEL AREA/SampleApplication/src/sampleapplication/Main.java:39: cannot find symbol
    symbol : class PDFPage
    location: class sampleapplication.Main
    PDFPage page = pdffile.getPage(0);
    8 errors
    BUILD FAILED (total time: 2 seconds)
    for the reply #4..

  • How can I hide page thumbnails navigation bar at the start up of Adobe Reader and open a pdf file?

    How can I hide page thumbnails navigation bar at the start up of Adobe Reader and open a pdf file? I could not find this option under Preferences tab? Thanks

    Hey there,
    Thanks for your reply. That works for the files I do what you said. However, for files I have not done that, It still shows the navigation bar. Any idea, how to do it default for any files?
    Thanks agian

  • How do I open a PDF file with Adobe Reader if it is in iBooks

    I have a number of PDF files in my iBooks library.  I just downloaded Adobe Reader for the iPad.  I can't see how I can open those PDF files.  The only thing I seem to be able to do with them is to open them from iBooks directly.  Doing that does not provide me with the features that Adobe Reader would provide (such as searching for particular text, etc.).

    Use iTunes to save the PDF FROM iBooks, and to add them to Adobe Reader.
    Connect your iPad to your computer. Bring up iTunes on your computer.
    To save a PDF FROM iBooks, click on "Books" in the Library section on the left. Select the PDF you want to save and right-click and choose Show in Finder (Show in Explorer in Windows). Go up one level in your computer hierarchy and you'll see all the "Books" (PDFs and eBooks) in iBooks.  You can leave them here if you want to view the PDFs in iBooks in the future, or drag them to the Desktop.
    To move the PDF TO Adobe Reader:
    Return to iTunes. Click on the iPad on the left in Devices. Click on the Apps tab. Scroll down the the File Sharing section as shown below. Click on Adobe Reader. Click the Add button and select the PDFs you identified in the previous step. They'll be added to Adobe Reader

  • Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file bu

    Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file but not working. What is the matter and how can I deal with it?

    I am trying it on Adobe Acrobat Reader 9.2.1. Tried to fix Hex code, and also tried 'edit-preference-trust manager'. I focusing on Adobe registries but still couldn't fix the problem.

  • How do I open a .pdf file that I transferred to the ipod touch 5 using Itunes?

    How do I open a .pdf file that I transferred to the ipod touch 5 using Itunes?  It is shown in the Adobe Reader Documents window on Itunes. All help greatly appreciated!

    Is it not showing up in the documents tab when you open Adobe Reader?

  • Can one set "Navigation Pane Buttons" Left Sidebar to 'Default Hidden' and 'Not Open' upon opening Any .pdf document?

    Can one set "Navigation Pane Buttons" Left Sidebar to 'Default Hidden' and 'Not Open' upon opening Any .pdf document?

    Photoshop has to have full administrator rights to have read/write access.
    This means you need to run Photoshop CS5.1 in an Administrator account and set it up to "Run as Administrator."
    1. Close Photoshop if it's open.
    2. Right click on your Photoshop CS5.1 launch icon then select "Run as Administrator" from the context menu. (You will have to enter Admin Password if UAC is enabled to change this setting.)
    3. Launch Photoshop CS5.
    4. See if you create and save a document.
    Even if you are in an Administrator account you have to do this as Vista's Admin account isn't really the Super Admin as it is in XP so you have to elevate the rights by selecting "Run as Administrator". This setting is sticky so you should only have to do this once. I am not sure why CS3 is suddenly acting as if it does't have Admin rights unless you are running it in a new account that isn't an administrator or maybe uninstalled (cleanScript?) then reinstalled.
    If can't create or save a document, check that the account that Photoshop is in is an Administrator account.
    To check if you are in an Administrator account...
    1. Type user account in your Vista or Windows7 start search bar. (Start search bar is at the bottom of the panel that opens when you click the start Windows start globe located on the far left hand side of your Windows task bar.)
    2.  Click on "User Accounts" which should show up at the top of the list. This will open the dialog to User Accounts where you can "Change Your Account Type". If UAC (User Account Control) is turned on, you will need to enter the Admin password to change this setting.

  • In Safari how do I open a .PDF file in Preview instead of Adobe Reader?

    When a pdf file opens on my computer in Safari, it opens with Adobe Reader (v. 7.0.8). Until recently, I could right-click on my mouse and and a drop-down menu would appear with the option to open the pdf file in Preview instead of Adobe. That option has now disappeared from the drop-down menu. Can anyone explain how to get back the menu option to open the pdf file in Preview? Thanks. David
    G4 Cube 1.8ghz/tiPowerbook 800 dvi/iMac (Intel) 20"   Mac OS X (10.4.7)  

    My computer automatically open PDF inside the Safari
    window, but I wish it would go back to opening it
    externally via Adobe. (maybe we should trade
    computers:-)
    Anyway, we have the same question.
    How do we control whether PDF launches internal to
    Safari, or external in Adobe?
    This is what I would like to as well. I often have a lot of pdf files I need to open and then save to my hard drive. When I click on a pdf file on a website Safari opens it and then I need to right click in the document to open it with Adobe. How can I get it to open in Adobe the first time without having to right click after it opens in Safari?
    Thanks!

Maybe you are looking for

  • Milestone Billing Plan issue

    Hi all, I have a scenario of project sales. The billing will be order based - 50% after order confirmation, 40% after delivery & 10% after installation & testing. I am using milestone billing plan for my project sales. I am not using the project syst

  • Need help with AS3 to play movies

    Here is my what I'm working with: Flash CS3, AS3. I have 4 buttons and 4 movies (each button will be asigned to play one of the 4 movies). Not sure if this is the best layout but here is what's included in my file. I have an Actions layer, 4 buttons

  • Yum update asmlib workaround

    Hello, We would like some help with our following issue. In short: while trying to install/update asmlib with oracleasm-2.6.18-348.el5-2.0.5-1.el5.rpm a directory-structure containing these modules  was expected: -/lib/modules/2.6.18-348.el5/weak-upd

  • HT1937 Their is no botton to switch the TTY on or off in my iPhone

    Their is no botton to switch the TTY on or off in my iPhone

  • Jsp variables to javascript array, for loop dont work.

    This works fine. con.getmake passes a different variable each time to the javascript array using a manual index. <script> make[0] = "<%= con.getmake() %>" ; document.write(make[0]); make[1] = "<%= con.getmake() %>" ; document.write(make[1]); make[2]