Questions tagged [page-numbering]

Refers to the common task of numbering pages.

181 questions
0
votes
1 answer

How to continue numbered list in all next pages with pagination?

I am trying to display data in an ordered list with pagination in php. It is working fine on page one but on next page, the list starts again from 1 instead of continuing from previous number. Here is my code:
Creator
  • 7
  • 8
0
votes
1 answer

page number in the Crystal report don't increases

The problem is the "special fields" > "page number" won't increases in the pages and the total page count is 1, while the report has more than 100 pages! In the all of pages it is "1" or if I changed it to "n of m" then it will be "1 of 1"! My…
user2298989
  • 1
  • 2
  • 2
0
votes
1 answer

Python matplotlib insert index in plot

So I am trying to save multiple plots which are generated after every iteration of a for loop and I want to insert a name tag on those plots like a header with the number of iterations done. code looks like this. I tried suptitle but it does not…
0
votes
1 answer

JasperReport Pass Page Number To Subreport

I am passing page number information from my main report to a footer subreport. In the main report, I have declared subreport parameters pageTot and pageNum. They are mapped through the wizard to parameters from the main report $V{PAGE _ COUNT}…
C1pher
  • 1,933
  • 6
  • 33
  • 52
0
votes
1 answer

How to display n record per page, but no break at the end if the number of records > 8

I use visual studio 2010 with Crystal Report, and I'm created a report and look like example: My problem is when RecordNumber > 8, page break and display as example: I want to after the number of records > 8 and end of page then page will be…
0
votes
1 answer

Print dialog box settings - pass initial values

In Java, when I call print dialog box the pages are set print from 1 to 9999. Am splitting the pages based on my JTable row number. If my table row count is less than 40 then whole printing is in 1 page else the left rows are passed into next page.…
devu
  • 1
  • 1
0
votes
1 answer

SSRS error after adding "total page numbers" in hidden fields?

After I added two hidden text-boxes in the header and footer of my report, as shown here: Then I got the following error: which reads: An error occurred during local report processing. The definition of the report /RPT_Resp_Answr is invalid.…
Caffeinated
  • 11,982
  • 40
  • 122
  • 216
0
votes
1 answer

Changing pagination from 20 to 10 records per page

I am using the script below, from here >> http://www.phpjabbers.com/php--mysql-select-data-and-split-on-pages-php25.html to try and show 10 records per page, but im having problems changing it for some reason and cant understand why, all I have done…
Iain Simpson
  • 8,011
  • 13
  • 47
  • 66
0
votes
1 answer

Quartz-2D : spotting text other the main text in PDF book pages

I would like to know if it is possible (Quartz2D) to programmatically recognize and handle the text above (or below) in a PDF page that shows page number and paragraph title or other information to know where you are in the book. Is it just text…
P5music
  • 3,197
  • 2
  • 32
  • 81
0
votes
1 answer

PHP: Generate n No of pages according to the n No of items in the database

I'm building a webpage where the items listed in the webpage are dynamic, (The items are loaded from the database.) Say we have 19 items in the database. The maximum items allowed for a page is 4. Now I have 15 items remaining. I need the rest of…
don
  • 597
  • 2
  • 8
  • 28
-1
votes
1 answer

how to solve error in page number order in latex?

I am writing a paper based on Elsevier's two-column latex class. The page number is shown in the picture below: page x of y (but x > y)!! It shows page 13 of 11!! This is the problem that I need to solve. \documentclass[5p,times]{cas-dc}
Mohsen Ali
  • 655
  • 1
  • 9
  • 30
-1
votes
1 answer

How to allow numbering of white pages in memoir class?

I have this kind of document \documentclass[a4paper,12pt,twoside,openright]{memoir} however, the left blank pages due to the openright option are not numbered. For example, I am moving from page 5 to 7 since the page 6 is actually empty. How is it…
MysteryGuy
  • 1,091
  • 2
  • 18
  • 43
-1
votes
1 answer

moving page number anywhere on a page in Latex

I want to print the current page number inside the defined textheight, textwidth frame on a Latex document, rather than at the page bottom. How can I retrieve the current page number somehow for each page and then print it inside my text region?…
uhligfd
  • 1
  • 1
-1
votes
2 answers

Add page number in Word using VBA

I am looking for hours for one of the simplest things to do (but with MS things are never simple...): How can I programmatically add in my Word footer 'Page #', using VBA ?There are zillions of different ways on the internet but none is working.…
Laurent Crivello
  • 3,809
  • 6
  • 45
  • 89
-2
votes
1 answer

Add page number to pdf with ghostscript

I'm trying to add page numbers to all pdfs in a folder through bat script. I am unable to install any software, and hence I can only use what's on my windows machine. I do have ghostscript, and some pdf readers (also Nuance which has the gr8 Pdf…
TrueTom
  • 31
  • 10
1 2 3
11
12