Refers to the common task of numbering pages.
Questions tagged [page-numbering]
181 questions
0
votes
1 answer
Froala Editor, How count the row?
there is a way to count the rows to define a page number?
somebody has added a page number in this editor?
i use this for capture the event but i don't know how cout the row
$('#edit').on('editable.contentChanged', function (e, editor {}

Salvatore Bruni
- 1
- 1
0
votes
2 answers
Why result of GetPageLabels is different from the Adobe Acrobat
I edit page number of pdf in Adobe Acrobat X Pro.
Test PDF
result:
1-FrontCover
2-FrontFold
3-i
4-ii
5-iii
6-1
7-2
8-3
9-4
10-5
11-BackFold
12-BackCover
But this result of GetPageLabels is wrong
page number:
…

黃梅子
- 3
- 2
0
votes
2 answers
How to add page number to WordProccesingDocument OpenXml C#
public static void AddNumeration(ref WordprocessingDocument finalDoc)
{
IEnumerable foo = finalDoc.MainDocumentPart.FooterParts;
int count = 1;
foreach (FooterPart fp in foo){
Footer f = new…

Tincho Ferrando
- 1
- 1
0
votes
2 answers
How to restart page number from 1 in different group of BIRT report
Backgroud:
Use Java + BIRT to generate report.
Generate report in viewer and allow user to choose to export it to different format (pdf, xls, word...).
All program are in "Layout", no program in "Master Page".
Have 1 "Data Set". The fields in…

Hunter
- 11
- 2
- 4
0
votes
1 answer
Page number always show 1 when generating BIRT PDF report
Backgroud:
Use Java + BIRT to generate report.
Have two methods, 1st is to generate report in viewer and allow user to choose to export it to different format (pdf, xls, word...),
2nd is to call BIRT API to generate report file directly to PDF.
All…

Hunter
- 11
- 2
- 4
0
votes
1 answer
Add a page number in header in .docx using apache poi
I have a text header in my .docx document which is aligned to the left hand side.
I want to add page number as "Page 1", "Page 2" and so on on the right hand side of the header.I am using Apache POI for the same, is there any possible way to do the…

KADeveloper
- 1
- 1
- 2
0
votes
1 answer
Number reports per subgroup
I have a table of Premiership Football teams, and another table of their squad. And I have recorded different stats per player per team. So I have two tables:
TEAM
and
PLAYER
# TEAM
1 Man U
2 Liverpool
3 Tottenham
TEAM # PLAYER …

theWolf
- 37
- 2
- 10
0
votes
1 answer
Latex retake page numbering
so I am writing my thesis but I am asked to start page numbering in roman numbers, change to arabic, and then retake the numbering of roman numbers where it was left off, but I haven't found a way of doing it.

BioFalcon
- 51
- 5
0
votes
1 answer
Subreport with negative y coordinate prints wrong on second page with jaspersoft
I'm currently working with Jaspersoft Studio (version 5.6.2.final) to create PDF documents. I'm currently running into a problem which I could use some help with.
I have one master report which contains 3 subreports. Each of the subreports is full…

Wubinator
- 741
- 1
- 7
- 16
0
votes
2 answers
jasperreport $v page_number not working
I am trying, to put in report pagination
But! I have new report on each page, this is the problem
page_number field show me always "1" on every page
I think it happens because on each page new report
So could you help me
P.S: Sorry for my english

Samat Yeshernkulov
- 21
- 6
0
votes
1 answer
Use function when margin of object is changed (loop)
In my image carousel, the main thing that changes is the value of the margin-left. From knowing this value, I wanted to try to interpret a slide number (like 'Image 3 of 4').
I got the number of all slides with:
var all_slides_width =…

Retador
- 223
- 1
- 3
- 11
0
votes
1 answer
Getting the page number?
I wanted to know how to get the page number in the following exercise:
The page number of the 24-bit address 0x654321 that has 256 bytes page size is:
A) 0x21
B) 0x65
C) 0x6543
D) 0x4321
I think the answer is letter C but I am not sure why. Could…

jean28
- 102
- 1
- 10
0
votes
1 answer
How to show page number on title page in Jasper report 4.0.1
I have a report with a subreport printed in the Title. My report uses the option to print the page numbers in the footer. But whatever I try, on my first page (the Title) the page numbers are not displayed.
I have tried to place the pagenumber in…

Michel Rongen
- 3
- 5
0
votes
0 answers
Insert Word doc page number field in text box
I have a text box within a footer in a Word doc. It has some template text that is left-aligned, and then already has the "Page x of n" right-aligned. When I try and replace the template text, all of the text is replaced.
Using C# or VB (either way)…

Chris Boyd
- 131
- 1
- 7
0
votes
1 answer
mvc3 pagedlist background selection
I have a PagedList on one of my actions such as
public ActionResult search(int? page)
{
}
The PagedList works correctly but my question is how can I findout what page the user is in and then change the background color on that page?…

user1591668
- 2,591
- 5
- 41
- 84