Questions tagged [page-numbering]

Refers to the common task of numbering pages.

181 questions
49
votes
5 answers

Google Docs - Table of contents with paging

I am working on my Google Docs file and wondering if someone knows how it is possible to make a table of contents with page numbering ? The built-in table of contents won't show numbering. Thanks a lot.
user3580316
26
votes
3 answers

How do I make custom page numbering in LaTeX?

I have a report with appendixes. What I want is to use a different style on the page numbering when the appendixes start. I use Arabic numbering until I reach the appendixes. Then I would want to do something like this: I want the custom page…
Ikky
  • 2,826
  • 14
  • 47
  • 68
23
votes
3 answers

Page number and offset

I am learning the different types of memory management. I don't understand the point of having an offset bits in a virtual address. And also why page sizes are made power of 2? My primary confusion is: give me an example of an offset being used in…
user1493786
  • 325
  • 1
  • 3
  • 13
15
votes
1 answer

How to print page number while printing html in new Chrome?

I need print page number when printing html in Chrome Version 52.0.2743.116 m (64-bit). However I haven't found the answer yet. I have already tried this: @page { @bottom-right { content: counter(page) " of " counter(pages); …
Natalia
  • 151
  • 1
  • 5
15
votes
1 answer

Scrape multiple pages with BeautifulSoup and Python

My code successfully scrapes the tr align=center tags from [ http://my.gwu.edu/mod/pws/courses.cfm?campId=1&termId=201501&subjId=ACCY ] and writes the td elements to a text file. However, there are multiple pages available at the site above in…
Philip McQuitty
  • 1,077
  • 9
  • 25
  • 36
12
votes
2 answers

Export PDF page labels on command line

I'd like to export the page-labels stored in some PDF documents for easy parsing. I know I could dig into the PDF document after having it converted with qpdf, but this seems like overkill. Is there no commandline tool that will simply print the…
grovel
  • 643
  • 1
  • 6
  • 11
11
votes
1 answer

How to start page numbering in R Markdown from the second page?

I was wondering if there is a way to start page numbering from the second page and/or print page numbers starting from second page in R Markdown when creating pdf output? This would be useful when adding a title page to the document. Thanks!
Kivis
  • 924
  • 2
  • 10
  • 20
7
votes
3 answers

Adding page numbers to PDFs using PdfGenerator

This question pertains to NReco's PdfGenerator component. I use this product to convert dynamically generated HTML string to a Pdf document within the .NET MVC framework using C#. While looking for ways to add page numbers (e.g., 1 of 5) to the…
BinaryCat
  • 1,220
  • 2
  • 17
  • 32
7
votes
1 answer

Different header on first page of Birt Report

So there already exists this thread here which has an example that creates a different first page header than the rest of the pages. I can download this example and run it fine. When I tried to mimic this example I couldn't do so (Clarification:…
Asaf
  • 815
  • 1
  • 9
  • 25
6
votes
4 answers

html2pdf page numbering

I have code like this: $html2pdf = new HTML2PDF('P','A4','en'); $html2pdf->WriteHTML($html); $html2pdf->Output(); How add page number at the bottom of the document?
Marcin Zaremba
  • 253
  • 1
  • 3
  • 11
6
votes
1 answer

Page numbers in xsl-fo (and apache fop) with multiple page-sequences

I have a document consisting of multiple sub-documents. Here is how a sub-document looks like: 1 page 2-n pages Then comes the next sub-document with the same structure: 1 page 2-m pages As I said, those sub-documents are combined in a single .pdf…
user1414745
  • 1,317
  • 6
  • 25
  • 45
5
votes
4 answers

How to add a "Page x of y" footer to Word2007 doc as I am generating it using C#

I looked here and here and here I tried this: private void AddFooters() { foreach (Word.Section wordSection in this.WordDoc.Sections) { object fieldEmpty = Word.WdFieldType.wdFieldEmpty; object…
Hamish Grubijan
  • 10,562
  • 23
  • 99
  • 147
5
votes
3 answers

Properly add page numbers and total number of pages to PDF using ReportLab

I am trying to create a document that has page numbering of the format "Page x of y". I have tried the NumberedCanvas approach (http://code.activestate.com/recipes/576832/ and also from the forums…
Yotam Alon
  • 138
  • 1
  • 11
5
votes
2 answers

How to dynamically add a page number in footer in Microsoft OXML c#

I'm creating a word document using OXML in Visual Studio. I don't know how long it is going to be and I need to add a simple page number in the footer of the document. To generate headers and footers I used…
Dueldogg
  • 73
  • 1
  • 4
5
votes
3 answers

How to find the page number from a paragraph using OpenXML?

For a Paragraph object, how can I determine on which page this is located using the Open XML SDK 2.0 for Microsoft Office ?
Stef Heyenrath
  • 9,335
  • 12
  • 66
  • 121
1
2 3
11 12