Refers to the common task of numbering pages.
Questions tagged [page-numbering]
181 questions
0
votes
1 answer
Page number in a table
I have created a method that adds a table in the Word document footer with one row and three columns. Now I'm trying to add the page number to the middle column and all I've found is adding the page number directly on the footer. I've use that code…

Nils
- 117
- 12
0
votes
0 answers
Pagenumber in Html (Not in headerTemplate or footerTemplate ) ChromePDF
I am using a plugin named Spiritix(https://github.com/spiritix/php-chrome-html2pdf) for generating a chromepdf on symfony framework.I am getting the pagenumber on the headerTemplate and footerTemplate using the class pageNumber .
My Requirement is…

Vimal
- 1,140
- 1
- 12
- 26
0
votes
4 answers
Perl: how to combine consecutive page numbers?
OS: Windows server 2012, so I don't have access to Unix utils
Activestate Perl 5.16. Sorry I cannot upgrade the OS or Perl, I'm stuck with it.
I did a google search and read about 10 pages from that, I find similar problems but not what I'm…

Bulrush
- 548
- 2
- 4
- 19
0
votes
1 answer
Create a .pdf file from various other .pdf files w/ navigable index and page numbers via python
There must be a simple solution to this question:
"Create a .pdf file from various other .pdf files w/ navigable index and page numbers via python."
All files are in the same folder, and all are .pdf files.
I want each filename to contain in the…

Blue coder
- 3
- 1
0
votes
1 answer
How to change page number of a Word Docx
I have a generated word document (docx) and want to change the page number afterwards, in a way that it starts at number X. The page number is included in the footer of the word document. Where in the XML files do I need to apply this change?
I have…

Josch
- 121
- 1
- 3
- 9
0
votes
1 answer
Add page numbering in each page footer using SelectPDF.Net when PdfTextElement is not an option?
I'm using SelectPDF for .NET to convert a HTML document into PDF.
I'm required to add page numbering on each page footer following this format:
"Page {page_number} of {total_pages}";
That said, PDF is created flawlessly. So, I try to use…

Will Marcouiller
- 23,773
- 22
- 96
- 162
0
votes
2 answers
How can I insert page numbering field logic into a footer on my Word template using VBA?
I have a word template which uses different footer fields depending on the section. Occasionally, users of this template will mess up the footers, and so I'm writing a macro to fix the footers by putting the default footer fields back in.
The footer…

JayNG
- 3
- 3
0
votes
1 answer
Crystal Report needs to eliminate page number when generate CSV only
I want to eliminate page number value from the report only when tries to generate CSV file. But also we need that page number display when tries to generate pdf. Can anyone help me through this.
Crystal Report Verion:13.0.2000.0

FabULOUS
- 21
- 5
0
votes
1 answer
How can I get page number of thread in my plugin in vbulletin v4?
I need get pagenumber of thread in my plugin in vbulletin. my plugin code is:
global $vbulletin, $threadinfo, $bloginfo, $pagetitle;
if (THIS_SCRIPT == 'showthread'){
$customTitle = $pagetitle.'-'.$pagenumber;
}
$rows = <<

nekooee
- 142
- 2
- 9
0
votes
2 answers
MPDF Total Page Issues
MPDF How to pass the total of page number to PHP variable?
Or how to set page number start at 0.
Mpdf version 7.
Thanks

my Cheng
- 1
0
votes
1 answer
TCPdf add custom author or page to footer in multiple pages ( author/page can be different on each page )
I have found a lot of information about page numbers in the footer for TCpdf, but I haven't found the solution to my specific problem.
My problem:
A user can add a content type with : image, page number, title and orientation.
The page number is…

Evando
- 1
- 2
0
votes
1 answer
Edit page number in page footer in Word document with VBA
I need to change page number from "1" to "—— 1 ——" (Not the short - so I can't simple change the page number style). How can I do this in VBA?
I tried the following code but the second —— is out of position somehow.
Selection.HomeKey unit:=wdStory
…

WTFIsGoingOn
- 347
- 1
- 3
- 7
0
votes
2 answers
how to use pagination with an array filled out by http request | Angular 6
I have an array of items filled up on ngOnInit. below is my view
…


Ali
- 1,633
- 7
- 35
- 58
0
votes
0 answers
Table of Contents with Page Numbers in SSRS
I have been researching how to do this. It looks like I can name the DocumentMapLabel for a matrix item, in an SSRS report. I can then create basically a hyperlink to that matrix, in another item (such as another cell in another matrix). What I…

missscripty
- 529
- 2
- 11
- 30
0
votes
1 answer
Acrobat reverse/decreasing (high to low) page numbering
I want to renumber the pages in the navigation pane of Adobe Acrobat X using a script. There are only a limited number of numbering styles available in the page numbering options, as follows:
1, 2, 3,...
i, ii, iii,...
I, II, III,...
a, b, c,...
A,…

Ad Astm
- 123
- 4