Page numbering like: "Page X of X" -- is this possible?

Ask a Question related to Adobe Indesign Windows, Design and Development.

  1. #1

    Default Page numbering like: "Page X of X" -- is this possible?

    I figure this has been asked and answered but was unable to find a similar post, so I thought I might re-ask.

    Is there any way to have InDesign display page numbers that shows current page out of total pages. I'd like to display a "Page 1 of 25", "Page 2 of 25", etc, etc, etc... in the bottom of my doc and I haven't found a way to do this apart from doing it manually.

    Can this be done? Or is there an addon script (for Windows, InDesign CS) that can do this well?? Or am I basically out of options until this is added as a new feature??
    Biz_Notch@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. "Page" and "Rect" props of the Field prop in Javascript API
      Page property of the Field property in Javascript Acrobat API returns an array of pages that this field exists in. On the other hand, "rect" property...
    2. Page numbering like: "Page X of X" -- is this possible?
      > I figure this has been asked and answered but was unable to find a similar post, so I thought I might re-ask. Umpteen times. No, it can't be...
    3. Can't choose "page setup" or "print" - Mac OS 9x
      Hello I have a problem on multiple Macs when using Freehand 10. I have not found any answers on macromedia Support or on the web. Before...
    4. Certain custom "Page not Found" page problem
      Hi ! I have an ISAPI instalation of PHP over IIS5 server on Windows 2000. Everything works fine but as I am under website development I would...
    5. Pass Variables to page that is Page ContentType="image/Jpeg"
      I'm wondering if I can pass variables to "TestForm.aspx" with the way I'm using it. It's acting as a jpeg image and looks like: <%@ Page...
  3. #2

    Default Re: Page numbering like: "Page X of X" -- is this possible?

    Bob,

    I actually ended up finding a few old posts with the same question about 2 mins after I posted mine.

    I may adopt the "Post It" method for this issue, where I stick a large, yellow post it on my monitor that says, "Update total pages number!!!"

    Strange, this seems like a fairly easy thing to implement in InDesign. It could be a similar kind of field to Auto Page Number, but instead just be, "Total Pages". Maybe for CS 2.0....
    Biz_Notch@adobeforums.com Guest

  4. #3

    Default Re: Page numbering like: "Page X of X" -- is this possible?

    CS 2.0?

    See now I'm confused. I thought we were still going to go with the CS 4.0 naming convention.

    You should add this to Page X of X to the wish list.
    Gabriel_Ayala@adobeforums.com Guest

  5. #4

    Default Re: Page numbering like: "Page X of X" -- is this possible?

    I said it before in another section: The CS naming will turn around and bite Adobe in the ass.
    Scott_Falkner@adobeforums.com Guest

  6. #5

    Default Re: Page numbering like: "Page X of X" -- is this possible?

    Laughing my @55 off! :D :D
    Gabriel_Ayala@adobeforums.com Guest

  7. #6

    Default Re: Page numbering like: "Page X of X" -- is this possible?

    Actually, this would be a very useful feature for research journal publishing.

    Research journals ALWAYS specify at the start of each article, its first and last page, say: pp: 234-242. (Incidentally, this info is also always required when you cite a reference.)

    I design a university medical journal. Each paper is an individual IDCS file, which I stitch together as a book. The first page number is automatically updated, being the current page, but I need to type in the last page manually. The Editorial Board often asks me to shuffle the order of articles before an issue goes to press, and then the manually typed last pages become incorrect, which have to be redone manually. Once or twice I caught the error almost too late, before the papers went to press. Since I am the only one doing everything—even editing papers--these things are easy to miss. I really wish this as a feature in the future releases of InDesign.

    It would be wonderful to have a script for this!

    MeditDesigner
    MeditDesigner Guest

  8. #7

    Default Page numbering like: "Page X of X" -- is this possible?

    How I do it in CS5:
    1: make a text frame on 1st page, and insert Current page number in it. Make it unprintable or leave most of it out of page, so it does not show in final print/PDF/whatever.
    2. Define and apply unique paragraph style to that text (say, 1ST_PAGENO)
    3. Define text variable of 'Running header' type, and use style 1ST_PAGENO. Name it, say, 1ST_P
    4. Define another variable, this time of type 'Last page number'. Name it LST_P. (Watch the scope.)
    5. In header/footer, use something like this: Title: (<1ST_P>-<LST_P>)
    Voila.
    Unregistered 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