Refers to the common task of numbering pages.
Questions tagged [page-numbering]
181 questions
2
votes
3 answers
How to Open PDF at specific page or named destination using C++ ShellExecute Command
I am trying to open a .pdf at a specific named destination using ShellExecute(), but I couldn't figure out how the parameters should be formatted. The paramater I am using here is pagew.
Has anyone tried this before? I found a couple of answers, but…

the_asura
- 21
- 3
2
votes
2 answers
Two page on one slide and page numbering problem
I want to make an online journal in Powerpoint so that each slide is in a3 format and then I will halve that slide into two parts and have two pages on one slide.
That’s all great, but I’m wondering if there’s any way to get page numbering…

josf
- 3
- 9
2
votes
3 answers
Displaying page numbers
I'd like to mimic how this paging works:
Notice how the current page will always show two pages on either side? This seems like it would be a lot of conditional code when you factor in the case that you may be on page 4 and there is no gap between…

The Muffin Man
- 19,585
- 30
- 119
- 191
2
votes
0 answers
Birt group header based on page
I have a Birt report that has a group on customer ID. In the table Group Header I have two grids, one that I want displayed only on the first page for each group/customer, then on subsequent pages for that group/customer I want grid #2 displayed and…

jfreak53
- 2,239
- 7
- 37
- 53
2
votes
1 answer
Is there a method for page numbering by chapter in LibreOffice Writer?
Writing a user-manual that is written in chapters, each describing a different aspect of the functions.
Some of those functions are ready and closed, some still in development or ready but not described yet.
Those have to follow the application…

David de Beer
- 65
- 6
2
votes
1 answer
Problems with current tab and page numbers in php
there i have created a program with a tab button and page number. all functions are almost working properly until i noticed one tiny problem. as we all know, tabs always highlights the current tab you are in. let us say if your tabs are A-Z letters…

MisaChan
- 279
- 1
- 5
- 15
2
votes
0 answers
Remove page numbering from a section break
Does anybody have a clue about how to remove the page numbering from a section break in a word 2007 doc?
I have to put 3 documents together
1st part contains the page numbering and the formatting
2nd part ends takes the numbering from the 1st part…

VictorB
- 371
- 1
- 4
- 17
2
votes
1 answer
how to set page number for different section in word by poi
My document has three parts: cover, contents and text. I want to set different page number for each section. The cover does not need page numbers. The contents page numbers are in Rome numerals, and the pages in the main body are in Greek numbers.…

bill
- 33
- 1
- 6
2
votes
0 answers
Rotativa and stylesheets, pagenumbering, bootstrap
I'm creating a small MVC5 C# webapplication that need to output pdf files. I chose Rotativa as I read online it was most used in MVC and PDF generation. But I'm having a problem when using a cover, a custom TOC and pagenumbering.
I'm using the…

Zero
- 37
- 5
2
votes
1 answer
How to refresh mvc webgrid
I am using a WebGrid in my mvc application.
@grid.GetHtml(
tableStyle: "gridTable",
headerStyle: "gridHead",
footerStyle: "gridFooter",
columns: new[]
{
…

itzmebibin
- 9,199
- 8
- 48
- 62
2
votes
0 answers
Horizontal page numbering in Crystal Reports cross tab
With reference to the question Horizontal Page Numbering, is there any way to print similar horizontal page numbers as '1-1 of 3' through '3-10 of 3' or '1 of 30' through '30 of 30' (any one of these modes will do) in cross tab spanning multiple…

haraman
- 2,744
- 2
- 27
- 50
2
votes
2 answers
how to reassign page number in DJVU file?
Is there a simple way to renumber pages in a DJVU file?
Example:
I've got a book, and page 1 is actually the cover, and so on, such that the actual page 1 of the book is at, say, 10 in the document; what I'd like to do is call them something like…

jj_p
- 153
- 8
1
vote
1 answer
Hide page number with
I want to hide the page number which appears at the page footer while using XSL-FO and the output format is PDF.
Is there a way to do this with
Please let me know
thanks

user1210156
- 13
- 2
1
vote
1 answer
JasperReport start page numbering after page break
How to start new (from 1) page numbering after page break?
I have 5 pages well page numbered. And after that 5 pages I want to insert page break and after that page break I want to add 5 more pages with page number start from…

zmeda
- 2,909
- 9
- 36
- 56
1
vote
1 answer
Is it possible to specify number of pages in rdcl report c#?
I have a rdcl ready to be populated.
It mainly contains a table that occupies the whole width and a few Textboxes under it that show summary info.
Sometimes the table will have a lot of lines and other times only a couple of them. This makes the…

keponk
- 281
- 1
- 3
- 14