HOW TO SHOW ONE PAGE AT A TIME

Does anybody have a clue how to show one page at a time? I clicked Facing Pages in the Inspector and 2 columns of pages showed up. Now, I can't get it back to just one page showing up at a time. There must be a fix, but I don't' want to spend days on this. Many thanks.

Frank,
At the bottom left of the page, click on the zoom percentage, then select One-up from the menu.
-Dennis

Similar Messages

  • Embed pdf in website, show one page at a time, with forward and back controls?

    Hi,
    Not sure if this is possible (or if this is the right place to ask), but I need to take a multiple page pdf, embed it in a website so its on the left half of the screen, have it only show one page at a time, and have the forward and back page controls.
    Is this possible, and if so, could someone point me in the right direction?

    Typically you would save it to a JPeg and post those on the web site. Expecting a PDF to show up depends on the client computer configuration and browser. This is too risky, unless you don't mind getting nasty little notes that it does not work. If you do it with JPegs, then all the browsers I know of can handle it. Then simply put the PDF separately for those who prefer to download the PDF and look at it separately.

  • Show One Page at a Time Default

    Is there a way every time I open a pdf document the
    default view will go to "show one page at a time" function?
    I am using Adobe Acrobate 9

    Go to Edit and select Preferences (Ctrl+K). Under categories, select "Page Display". Choose "single page" from the page layout drop down box under "Default layout and Zoom". Under Zoom, choose "fit page" and click OK.

  • How to script one page at a time

    Using Acrobat pro 9 I want to automate the following:
    185 page doc
    print page 1 to 1.pdf into a specific folder
    print page 2 to 2.pdf into the same folder
    print page 3 to 3.pdf into the same folder
    etc.
    until I have 185 seperate pdf's in one folder
    i want to do this without having to hit control P for every page - i just want it to go through and print each page seperately

    Would extracting a page do just as well, or is there a specific reason you want to print it? To extract a page, you can use the doc.extractPages method to extract a page and save it. There's even some sample code in the Acrobat JavaScript reference.
    George

  • How do I make preview show only one page at a time in full screen

    When I show a document using full screen (or slideshow) in Preview, it shows two pages at a time.  I just want to show one at a time, but can't find anything that lets me specify this.  There is no relevant Preference that I can see, and if I check single page in view and then choose full screen or slideshow in view, the first page is displayed fine, but then subsequent pages are displayed two up.

    Hi, Eric,
    Thanks.  It looks like I didn't quite make my question clear enough, though.
    I want to show a multi-page document one page at a time.  If I open it and choose "full screen" in view, I get the first page showing just fine.  But if I then use the arrow to go to the second page, Preview shows two pages (#2 and 3), and then continues to show the rest of the document two pages at a time when I advance using the arrow. 
    I want to show one page at a time, and be able to advance to the next page using the arrow.
    Can I do this in Preview?
    Thanks,
    Russ

  • How to read ibooks on landscape orientation one page at a time on iPhone 6 Plus

    How can I force iPhone 6 Plus to show me only one page at the time on landscape orientation on iBooks. Right now it show me one page at the time if it is in portrait orientation but as soon as I turn the phone to landscape orientation it splits and shows me two pages ie page 1 and page 2.

    I've looked everywhere I can think of to change the way that iBooks handles this and cannot find an option to change it. If you choose scrolling view then it will not show two columns but then you scroll to read rather than turning "pages."

  • JS: How to make a script to print one page at a time and set print job name?

    What I want is to print one page at a time to the printer.
    Document.print(false, app.printerPresets.item(0)) almost get me there. But how do I get it to print page by page? There seems to be no way to set which page to print to printerPreset.
    Also, is it possible to change print job name from the default of using document name?

    >Is there any solution to this other than saving the document to a different name before each page print?
    Here is an altered and abriged version of the script that I use. I use print preset called "PS to PDF" in it, so you should change it to your own.
    if(app.documents.length == 0){
       alert("Please open a document and try again.");
       exit();
    var myFolder = Folder ("~/Desktop");
    var myDoc = app.activeDocument;
    var myNoExtention = getFileNameOnly (myDoc.name);
    var myPrintPrefs = myDoc.printPreferences;
    if (app.printerPresets.item("PS to PDF") == null) {
       alert("Preset \"PS to PDF\" has not been installed");
       exit();
    else {
       myPrintPrefs.activePrinterPreset = app.printerPresets.item("PS to PDF"); 
    myDoc.sections.everyItem().sectionPrefix = "";
    myDoc.sections.everyItem().includeSectionPrefix = false;
       var stop = myDoc.pages.length;
       var w = new Window ( 'window', 'Printing PS-files' );
       var pb = w.add ('progressbar', [12, 12, 300, 24], 0, stop);
       var txt = w.add('statictext');
       txt.bounds = [0, 0, 200, 20];
       txt.alignment = "left";
       w.show()
    for(var myCounter = 0; myCounter < myDoc.pages.length; myCounter++){
       curPage = myCounter + 1;
       pb.value = curPage;
       var myText = String("Page " + curPage + " of " + myDoc.pages.length);
       txt.text = myText;       
       var myPageName = myDoc.pages.item(myCounter).name;
       var cornumber = pagenum(myPageName);
       var myFilePath = myFolder + "/" + myNoExtention + "_" + cornumber + ".ps";
       var myFile = new File(myFilePath);
       myPrintPrefs.pageRange = myPageName;
       myPrintPrefs.printFile = myFile;
       myDoc.print(false);
    w.hide();
    alert("Done!");
    function pagenum(myNumber){
       if (myNumber >= 1 && myNumber <= 9)
       x =  "0" + "0" + myNumber;
       else if (myNumber >= 10 && myNumber <= 99)
       x = "0" + myNumber;
       else if (myNumber >= 100 && myNumber <= 999)
       x = myNumber;
    return x
    function getFileNameOnly (myFileName) {
       var myString = "";
       var myResult = myFileName.lastIndexOf(".");
       if (myResult == -1) {
          myString = myFileName;
       else {
          myString = myFileName.substr(0, myResult);
       return myString;
    Kasyan

  • How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    You can increase the font size and automatically page view changes. Go to menubar; Reading -> PDF View or Epub Text Size (depending upon the ebook) and increase the size.

  • I have an HP Photosmart C4180 all in one printer scanner and copier, I can't figure out how to scan more than one page at a time and then send as a PDF file via email

    I have an HP Photosmart C4180 all-in-one, printer, scanner and copier.  I can't figure out how to scan more than one page?  It will only let me do one page at a time and then I have difficulty sending pages 1, 2 and 3 as one docuement.  Any ideas??
    Thank you, Jetteski

    Hello Jetteski,
    Hello Jetteski, Thanks for the post.
    Since you are running a MAC, check the below links for some excellent information on scanning.  Good Luck!
    http://goo.gl/M8Cl2
    http://goo.gl/cufK6
    http://goo.gl/OTQoR
    I work for HP but my posts and replies are my own....Thank you!

  • How do I print one page at a time for a photobook .pse project?

    I am trying to print a photobook project one page at a time as I am using double sided paper that I need to turn over.  One other project I did asked me if I wanted both sides and would I do the turning myself, but this one doesn't.  I also wanted no border on the prints and it came out with a border.  It is also frustrating to have to wait for it to load 75 pages and then it prints them back to front.  Is this PSE or the printer software?

    Yes, you can print one page one at time as you want .
    In print dialog, select other pages and click on remove button.(refer to screenshot).
    For border click on more options and ensure check box is not selected ( refer to screenshot)

  • The back/forward buttons on the tool bar only go one page at a time. I used to be able to click a drop-down and select how far back/forward I wanted to go. How can I get that back

    I can only navigate back/forward one page at a time. The drop down box that used to allow me to see the recent pages and select the page I wanted to go to was immediately to the right of the "forward" button. I can right click over the forward/back buttons and get the dropdown list of recent sites.

    Use right-click on the back/forward buttons to bring up the context menu, the drop down was never needed, and I had suppressed it for a long time to save space.
    that is item #5 in the following, you might want to check out other items there.
    You can make '''Firefox 6.0.1''' look like Firefox 3.6.*, see numbered '''items 1-10''' in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 thru 8.0, look like 3.6)]. ''Whether or not you make changes, you should be aware of what has changed and what you have to do to use changed or missing features.''
    * http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface
    There is a lot more beyond those first 10 steps listed, if you want to make Firefox more functional.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • How do you rotate one page at a time?

    When I choose Rotate View - Clockwise, it rotates the whole document. I want to rotate one page at a time.
    Thanks
    Ray
    Adobe Reader for Mac, 8.12

    Can't do that with Reader.

  • Creating iphoto book and can't seem to view/ work on only one page at a time.

    I am creating an iPhoto book and can't seem to view/work on only one page at a time.  The Navigator, that allows you to focus on a part of the page is actually 1 1/2 pages in size so 1 1/2 pages are in view when trying to work on one page.  What am I doing wrong or how can I fix this.  It is very distracting viewing half of a previous page when trying to create a new page and write a story to go with the related pictures.

    My Navigator seems to be to large.  It covers 1 1/2 pages while in the training information it shows as the size of one page.  Is there a way to adjust the size of the Navigator?
    You can hover the mouse over the left border of the Navigator - then the cursor will turn into a resize cursor and you can drag the border and make the Navigator panel smaller by enlarging the source list.
    Or drag the lower right corner of the iPhoto window and shrink the appliaction window. This will only make the navigator smaller - the source list and information panel will stay the same size.
    Regards
    Léonie

  • Force oraclexe to only display one page at all times

    <pre>Hallo everyone. In oracleXE,when logged in , if you have the same page open in two or more browser windows . the pages change session state.
    This is normal behaviour but for my requirements this could be dangerous (a user thinking he has submitted some information when actually he has submitted the information set in session state by the other page).
    How can you restrict/force OracleXE to show only one page at all times?.
    Or, how can you restrict Oraclxe so that certain pages can be shown in only one browser window at a time</pre>

    Hallo Dietmar,
    The page that i use,uses a view with instead of triggers to update the underlying tables.
    I do use dml for updating the view, but I use an application item to store the
    number of the current form accessed. ( a form that is used in the process that i
    have to automate) .
    If two browser windows are open and the application item is changed, it will be set
    to the value in the window that updated the item last.
    When i open the first browser window and save the form, the value of the
    application item used will be the value set by the window that updated the form
    last.
    How can I make it possible for a user to open two browser windows in one
    session, without this problem, or if that isn't possible, how can i restrict the user
    from opening more than one application page in the same session?
    [pre]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I am trying to print all the PDF pages in a range of 5 pages but can only print one page at a time . . . It will print the current page, but not all or pages 1-5.  Can this be overcome?

    I am trying to print all the PDF pages in a range of 5 pages but can only print one page at a time . . . It will print the current page only, but not all or pages 1-5.  I need to go to the next subsequent page and command to print current page; continuing with this procedure until all pages are printed one at a time. Can this be overcome?

    You can use printPages(1, 5), however I need to know how you print current page.

Maybe you are looking for

  • My recent Bridge CC update did not update ACR, how do I do this

    I recently updated Ps CC to the 2014 version. My computer did not at that time update Bridge. I sought Support help to update that. But in both cases I found that one computer running same OS had a newer version of ACR (8.5.0.236), and the one that I

  • TS3899 Mail stuck in outgoing box

    Mail stuck  in outgoing box

  • File and Printer Sharing on Network

    I have a wireless network using a Netgear router on which two PCs and two Macs are connected. I currently have no file or printer sharing enabled between the various systems. I have a HP psc 2450 printer wired to one of the PCs via a USB cable, and I

  • Aperture cannot locate master files when upgrading to new OS X Leopard

    I have recently upgraded to Leopard from Tiger. The problem I have encountered is that when trying to locate the master files of my pictures, Aperture cannot because it thinks my files are in my hard drive located in my previous OS X and that the vol

  • High Pitched Sounds Whistl

    Hi! I'm using a Rhomba and i have all my songs in WMA 64kbps and lately because probably i use the player a lot i hear that some high picthed sounds gives a whistling effect that is very annoying. I realized that is happened when i increase the volum