Questions tagged [page-numbering]

Refers to the common task of numbering pages.

181 questions
1
vote
1 answer

Automatic pages switch on python

You know that when information is parsed from a particular site, depending on how the code is written, it switches to the next page after the information from one or another has already been taken. Typically, this happens when a value is set. If the…
Galo Galo
  • 23
  • 5
1
vote
0 answers

Generate pdf from HTML string with styles net core blazor

Currently, I have an HTML string to generate the PDF. The number of pages will vary according to the data which will be added to this HTML string. Note: this HTML is a complete HTML string not div or p tags I need to print the number of pages in the…
smith
  • 73
  • 1
  • 8
1
vote
1 answer

Slides is not defined

I'm doing my first steps in Google Apps script, and trying to add SlideNumbers with a code that I found. Each slide has textbox with "{{PgNm}}" text, and I'm trying to replace this with the pattern SlideNum/NumOfSlides. When I run it, I get "Slides…
1
vote
1 answer

asp.net reportviewer page number issue

I have a reportviewer control that mostly works fine. I have only 1 issue with it though: The page # of # (in the toolbar) doesnt show the correct total number of pages right from the start. It starts off with page 1 of 2, then when you go to the…
Ferdie
  • 47
  • 2
  • 9
1
vote
0 answers

Is it possible for Chapter One to be on page 1 immediately after toc?

I am typing a book on Overleaf. I used \frontmatter and \mainmatter commands to influence page numbering however the final page of TOC ends up on page 1 making the first Chapter start on page 2. Additionally, even though, Chapter One is on page 2,…
Felix Luck
  • 11
  • 2
1
vote
1 answer

Set the last page number to a fixed value in moderncv

How do I set/define the last page of a moderncv documentclass? I know, that I can change the starting page count by \setcounter{page}{13} which let the document start with 13. However, moderncv displays the pages in the footer in a style like 13/17…
Thanthla
  • 526
  • 1
  • 8
  • 29
1
vote
1 answer

Automatically Update Page Numbers for Table of Contents in DOCX generated using OpenXML SDK

I have been able to successfully generate word document (.docx) using OpenXML SDK 2.5. Can we directly update the page numbers in TOC of the generated document using OpenXML SDK I found few similar queries on Stack…
Gags
  • 827
  • 2
  • 13
  • 29
1
vote
1 answer

How do I reposition "Page X of Y" for different PageTemplates in ReportLab?

This is my first time using ReportLab, and I've been stuck on this problem for a couple days. There are two main components to this issue: 1) Some of my pages are portrait and some are landscape. I'm using two different PageTemplates for this, but…
wex52
  • 475
  • 1
  • 4
  • 11
1
vote
1 answer

Page Number in Excel That Updates upon printing

Is there a way to put a page number in a cell that updates upon printing? I set Row 1-5 as to repeat on every page. However, I would like the Page value in Cell F1 to update on each page upon printing. Is there a way to do this? Thank you.
Pitbull999
  • 49
  • 6
1
vote
1 answer

Scraping Multiple Page using Python and BeautifulSoup - Website url does not work

My python code successfully scrapes text from https://www.groupeactual.eu/offre-emploi and saves them in a csv file. However, there are multiple pages available at the site above in which I would like to be able to scrape. For example, with the url…
mustaqSHAH
  • 11
  • 3
1
vote
1 answer

XSL-FO Table of Contents page number left aligned when page title is too long

We are using this XSL-FO to generate entries in the Table of Contents page:
1
vote
1 answer

Get page number from Word document

I'm using GemBox.Document and I need to find out on what page is my bookmark located inside the Word document. Can this be done? If not, then can I find out the page on which some specific text is located? I can find both bookmark and text, but I…
hertzogth
  • 236
  • 1
  • 2
  • 19
1
vote
1 answer

Crystal Reports page numbering

I am using CR to create a catalogue from multiple sales quotes. I will print these multiple quotes into a binder as a sales catalogue. My issue is that the page numbering needs to start at a different value based upon the quote's final place in the…
1
vote
1 answer

how can i set page number in showing contents of text file

I have text file and i want to show page number for displaying in page for example my text file have 100 lines , i can show them with array in table , every line in one row like below : this is my text file…
Amin Arjmand
  • 435
  • 7
  • 21
1
vote
1 answer

splitting word document into sections: how to control update of page numbering

I have a macro that cuts a document into sections of one page each: Selection.HomeKey Unit:=wdStory While Selection.Information(wdActiveEndPageNumber) < Selection.Information(wdNumberOfPagesInDocument) …
patmin
  • 117
  • 1
  • 10