Questions tagged [page-numbering]

Refers to the common task of numbering pages.

159 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
22
votes
3 answers

How do i make custom page numbering in latex?

I have a report, where i also have appendixes. What i want is to use a different style on the page numbering when the appendixes start. I use arabic until I reach the appendixes. Then I would want to do something like this: I want the custom page…
Ikky
  • 2,656
  • 12
  • 44
  • 65
20
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
  • 295
  • 1
  • 3
  • 12
16
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,057
  • 9
  • 22
  • 35
14
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
  • 141
  • 1
  • 5
10
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
  • 613
  • 5
  • 10
7
votes
2 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,046
  • 2
  • 13
  • 31
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
  • 243
  • 1
  • 3
  • 11
6
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
  • 785
  • 1
  • 9
  • 24
5
votes
3 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
  • 9,812
  • 18
  • 89
  • 143
5
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
  • 597
  • 2
  • 7
  • 18
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
  • 63
  • 1
  • 3
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
  • 7,870
  • 9
  • 54
  • 100
4
votes
1 answer

How to calculate current page number and the last page number in birt

Is there a way to calculate the current page number and the last page number as expression in Birt? I need the last page number but without using the auto text variables in the "master page" part. I need this for the visibility part of the "layout…
4
votes
2 answers

razorPDF - automatic page numbering

Using C# MVC I am creating a report by passing a HTML partial view through PdfResult. This provides exactly what is needed except for the lack of page numbers. The GetDetails simply calls a service that returns a list of results. The printlist view…
J-Man
  • 169
  • 1
  • 7
1
2 3
10 11