Refers to the common task of numbering pages.
Questions tagged [page-numbering]
181 questions
1
vote
1 answer
Page Numbering in pdf file created wkhtmltopdf in php
I need to create pdf file from php using wkhtmltopdf with page numbers
I am using table inside the php file,tried some codes in javascript, that showing only on the last page if set in footer or in first page if setting in header, not getting page…

mvsinan
- 51
- 1
- 6
1
vote
1 answer
Set page numbers to start at a given number in Word with Java
I'm able to add page numbers to a docx file with this technique, but I don't know how to get the page numbers to start with a particular number (e.g., I want the first page to say "5").
I've tried using CTPageNumber, but the following didn't add…

James
- 41
- 5
1
vote
1 answer
Wordpress Custom Theme Pagination Issue
I work for 2 sister companies and we have copied the template of one website to another for most of the functionality.
For some reason, I cannot get the pagination to work as it does on the one website. We are using a custom theme so I can't seem to…

ac363
- 27
- 4
1
vote
1 answer
Change or remove page numbering in QPrintPreviewWidget
Is it possible to delete/change the page numeration in QPrintPreviewWidget? I tried to "delete" it by setting the page margins to (0, 10, 0, 3). In the print-preview dialog it looks fine: the page number goes beyond the page border. But when I print…

neurocker
- 164
- 1
- 4
- 13
1
vote
1 answer
Header and footer and page numbers using xslt
Ive created a c# application which gets an xml file and a xslt file and creates a word document. This word document is to have a header a footer and page numbers but I can't figure out how to format this in xslt.
Thanks for your help

lilly1
- 185
- 1
- 3
- 8
1
vote
1 answer
How do I create page numbers in XSLT?
Ive created a c# application which gets an xml file and a xslt file and creates an rtf document. This rtf document is to have a header a footer and page numbers but I can't figure out how to do this in xslt.
Anyone have any advice?

lilly1
- 185
- 1
- 3
- 8
1
vote
2 answers
Use fancyhdr in Lyx to position page number
I am trying to customise the position of the page number to make them all appear at the bottom centre in Lyx. I plan to use the fancyhdr package in the preamble section of the document, but I get the following error msg:
'LaTex Error: Command…

skyork
- 7,113
- 18
- 63
- 103
1
vote
1 answer
Always same page number in MigraDoc
With this code I always get the same page number on every page. How to solve this problem?
static void DefineContentSection(Document document)
{
Section section = document.AddSection();
…

kame
- 20,848
- 33
- 104
- 159
1
vote
1 answer
Keep page enumeration between portrait and landscape pages
I am using Word 2013 and in my document I use both portrait and landscapes pages. The problem is that when I add the page enumeration, it gets restarted when the page orientation changes because it is considered as a different section.
How to keep…

jos3m
- 117
- 1
- 11
1
vote
3 answers
how to get page numbers based on openxmlelement
For a Paragraph object, how can I determine on which page this is located using the Open XML SDK 2.5 ?
I've obtained all child elements in my document and fetched innertext also, using this.
foreach (var i in…

Pavithran R
- 56
- 2
- 11
1
vote
0 answers
AdminLTE. table page change 1 to other
I have table used Bootstrap 3.
That is option
$('#DT_NoticeList').DataTable({
"paging": true,
"lengthChange": false,
"searching": false,
"ordering": false,
"info": false,
…

nedu be
- 11
- 2
1
vote
0 answers
Get page number of selected paragraph
I would like to get a page number of selected paragraph. I want to create something like content.
Now i have this:
while (searchResult = body.findElement(searchType, searchResult)) {
var par = searchResult.getElement().asParagraph();
if…

Zerig
- 43
- 6
1
vote
1 answer
How to change the formatting/font of page numbers in latex?
I don't just mean how to switch to roman numerals, I want to change the font face and size. I'm currently using the article class, but I can't see any particular part of it responsible for the footer, so I wonder if this might not apply to a lot of…

Marcin
- 48,559
- 18
- 128
- 201
1
vote
1 answer
How to have dynamic header using wicked_pdf to add page numbering
So I have a header that I want on each page that looks like this
and I want the page number to appear where it says [page] by the user's name. Here is what I have so far, but it is not working:
In my controller:
render pdf: "report",
…

Santi Gallego
- 202
- 1
- 18
1
vote
1 answer
Alphabetical ToC counter
How do I change the counter in ToC to letters (A, B, C)?
To illustrate:
from
1. Section
2. Section
3. Section
to
A. Section
B. Section
C. Section
Thanks

Milo Wielondek
- 4,164
- 3
- 33
- 45