Refers to the common task of numbering pages.
Questions tagged [page-numbering]
181 questions
1
vote
1 answer
Itextsharp PdfDocument or PdfDocument from It.Document
I am adding page numbers to the bottom of a pdf document using ITextSharp
The thing is, it is made up of 4 or 5 different PDF's that are combined through the process, and there are some dynamically added pages so the PDF can vary in size. I cannot…

Solid1Snake1
- 272
- 1
- 6
- 22
0
votes
2 answers
Having segments after page number in CodeIgniter
I am wondering if CodeIgniter allows segments after the page number and what is the best way to do this?
$config['base_url'] = '/controller/view/pg/';
I need my paging to pass this also:
/controller/view/pg/1/v/l/rpp/20 ... etc
I have ran into…

jason
- 1,132
- 14
- 32
0
votes
2 answers
Crystal Reports - Trying to reset page numbers based on database field instead of group
The issue that I am having is that I need to update page numbers based on data in the page header. What I am trying to do is create a packing slip. All the customer and order information is in the page header. I need to reset the pages if there…

Melanie
- 5
- 1
- 2
- 3
0
votes
0 answers
Starting page numbers at 600
I use enscript to add page numbers to PDF files generated from libreoffice.
I use the following script and have always started numbering at page 1.
Now I want to start numbering at page 600 and my guesses don't work.
The script still writes page…

Strider22
- 21
- 4
0
votes
1 answer
Add slide numbers to Jupyter Notebook Slides
I would like to add slide numbers to a Jupyter Notebook slideshow. I found an issue about this, but I am not sure how and if it possible to add slide numbers to your slides in Jupyter Notebook slideshow. Here is some reproducible code to make a…

Quinten
- 35,235
- 5
- 20
- 53
0
votes
0 answers
Unable to edit page numbers in Adobe Acrobat Pro print window
I'm encountering an issue in Adobe Acrobat Pro where I cannot edit the page numbers in the print window. I can select the page number text, but I am unable to make any changes to it, whether by typing or pasting. I've tried various methods without…

Muhammad Bilal
- 38
- 7
0
votes
0 answers
How do add page numbers to the footer of an XSLT document
I am using XSLT to generate PDF document. which pulls seperate footer.html documents to use for the footers. (different countries different addresses) i need to add page numbers of the xslt document to be displayed in the footer. was wondering how…
0
votes
0 answers
paged.js works on web version but not when printed with wkhtmltopdf
We use wkhtmltopdf (aka 'wk', in this question) to generate pdf documents from web pages.
Version number is wkhtmltopdf 0.12.6 (with patched qt)
It's a good workflow normally because you can carry on working on the web version till you're happy with…

Max Williams
- 32,435
- 31
- 130
- 197
0
votes
1 answer
In Word 365, can you specify alternative Heading styles when formatting page numbers using VBA?
Our organization has documents with appendices that have their own numbering scheme, separate from the main document, and to make this clear, we would like to have the appendix number precede the page number in the table of contents (e.g. A-1, A-2,…

Gabrielle
- 23
- 4
0
votes
1 answer
Is there a way to format Word 365 chapter numbers in page-numbering using VBA?
We have large documents that use legal numbering (1, 1.1, 1.1.1) for main content and alphabetic letters for appendices (e.g. Appendix A, B, C, etc.), and we re-start numbering for each appendix. We set up a separate list style for the appendices…

Gabrielle
- 23
- 4
0
votes
0 answers
numbering all pages on overleaf
How can I number all pages in overleaf ? (I using book class, and only are number page in odd pages)
I try to number all pages, and I want to see all pages numbered (odd and even)
0
votes
1 answer
What is the difference clustered vs non-clustered index when we calculate number of accesses pages?
Employee (Ssn, FirstName, LastName, Gender, Age, Salary, DepartmentID)
Assumptions:
• There is no index.
• There are total 8,000,000 rows.
• 250,000 rows fall within the 2,500 to 3,000 salary range.
• There are 100 rows for each page.
• 400 index…

farukks
- 11
- 2
0
votes
0 answers
Pagination HTML Page 1 of 10 in 2023
Creating dynamic HTML quotes that are being converted to PDF via RestPack.. Almost everything is perfect except being able to paginate upon printing(PDF) all the other css solutions seemed to have died around 2018
Looking to print page x of y to the…
0
votes
0 answers
CSS printed footer with variable data (like page numbers)
I've searched far and wide for an answer and haven't found one. A little history...I coded these pages 25 years ago (HTML/CSS/PHP), left my coding job to pursue other things, and have been thrown back into it for updates. So I'm quite out of the…

Heidi Denney
- 41
- 5
0
votes
1 answer
Page numbers in SSRS
I'm building a report which is about 50 pages when rendered. it is like a power point presentation. The only issue is I want to display page numbers from second page starting from '1'. When I use the global page number function in the footer it…

Avinash
- 1,273
- 4
- 16
- 23