179 questions
0
votes
0
answers
28
views
Add Two Different Page Numbering Styles to Parent Page
My document is made up of several smaller "sections" compiled into one large document. Each section has its own page-number prefix and is numbered 1 through whatever. They look like MD-23 or ...
0
votes
1
answer
3k
views
PHP Insert multiple PDF's into PDF on specific page number
My problem is - A user can upload a PDF-File and now I want to add other (between 1 and n) single page PDF's after every Page of the user uploaded PDF.
For example a user uploads a PDF with 4 Pages ...
3
votes
3
answers
50k
views
PDF Page Numbering in Java & iText
I am creating some PDF reports using iText in Java. According to the requirements, what I should do is to number pages in the format of page_number/page_numbers_in_total.
However, memory operations ...
16
votes
3
answers
6k
views
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:...
-1
votes
3
answers
21k
views
Add page number in Word using VBA
I am looking for hours for one of the simplest things to do (but with MS things are never simple...): How can I programmatically add in my Word footer 'Page #', using VBA ?There are zillions of ...
0
votes
2
answers
2k
views
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:
/...
0
votes
1
answer
86
views
How to insert a page number in a specific location in a Footer in a Word Document
I have a macro that, when ran, will batch update the footer in a range of spec documents using a userform. When the user runs the macro, it first prompts to open a range of documents, then a userform ...
0
votes
1
answer
91
views
Numbering pages with periodicity when printing with CSS
I have an HTML file that needs to be printed, and I want each printed page to display a page number. However, instead of sequential numbering (1, 2, 3, 4, 5, 6), I need the page numbers to repeat in a ...
1
vote
0
answers
171
views
Displaying header/footer page number alphabetically (abc) instead of numerically (123)
I'm trying to get page numbers to display as abc... etc. in the header
Although I'm not sure if it possible at all to manipulate the page numbers expression atleast in the way that I am trying to do ...
0
votes
3
answers
1k
views
How can I get the page number for editable fields using pdfminer six
I followed the example from this answer to get the editable field values from a PDF document:
How to extract PDF fields from a filled out form in Python?
For each field I get a data structure that ...
0
votes
1
answer
136
views
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 ...
2
votes
3
answers
5k
views
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.
...
1
vote
1
answer
595
views
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 ...
1
vote
0
answers
62
views
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. ...
-1
votes
1
answer
725
views
how to solve error in page number order in latex?
I am writing a paper based on Elsevier's two-column latex class.
The page number is shown in the picture below:
page x of y (but x > y)!! It shows page 13 of 11!!
This is the problem that I need to ...