Skip to main content

Add Page Number to PDF in Make

Add Page Number to PDF is a Make module that automatically adds page numbers to PDF documents with full control over format (Page X of Y), position, font size, and styling. Use it to number pages in a PDF as part of a Make automation, no Adobe Acrobat or manual steps needed.

X and Y are the placeholders for current page and total pages

In the Page number Format field, X is substituted with the current page number and Y with the total page count. Use a format like Page X of Y for professional documents or just X for minimal footers.

Nine alignment positions are available via Horizontal and Vertical Alignment

Combine Left/Center/Right for horizontal and Top/Middle/Bottom for vertical to place page numbers in any of nine positions. Margin values in millimetres offset the number from the chosen edge, ensuring it does not overlap body content.

Skip First Page excludes cover pages from numbering

Set Skip FirstPage to Yes to omit page numbering from the first page. This is the standard approach for documents with a cover page or title page, where the visible page 1 is actually the second physical page of the PDF.

Related Blog Posts
No blog post yet for this feature — coming soon.
In the meantime, browse the PDF4me blog for tutorials and workflows across every platform.
Visit the blog

Authenticating Your API Request

To access the PDF4me Web API through Make, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Make scenarios and PDF4me's powerful page numbering services.

Make PDF4me Add Page Number to PDF module showing Connection, PDF File Name, PDF File, Set Bold, Set Italics, Page Number Format set to Page X of Y, Skip FirstPage set to Yes, Font Size 10, Vertical Alignment Bottom, Horizontal Alignment Right

Set Page number Format to your pattern (e.g. Page X of Y), choose alignment and margin values, and enable Skip First Page for cover sheets.

What are the key features of Add Page Number to PDF?

  • Custom Formats: Define page number format patterns (Page X, X of Y, etc.)
  • Position Control: Precise placement with alignment and margin settings
  • Font Styling: Customize font size, bold, and italic formatting
  • Cover Page Option: Skip numbering on first page for title pages
  • Flexible Positioning: Nine alignment combinations for placement

How do I configure Add Page Number to PDF in Make?

ParameterRequiredWhat it doesExample
ConnectionRequiredPDF4me API connection. Click Add and paste your API key the first time.My PDF4me connection
PDF File NameRequiredFilename of the source PDF including the .pdf extension.report.pdf
PDF FileRequiredBinary content of the source PDF. Map from a prior cloud storage download.1. Data
Set BoldRequiredYes to apply bold font weight to the page number. No for regular weight.No
Set ItalicsRequiredYes to apply italic font style to the page number. No for regular style.No
Page Number FormatRequiredFormat string. Use X for current page and Y for total page count. Examples: Page X of Y, X, X/Y.Page X of Y
Skip FirstPageConditionalYes to omit page numbering from the first page. Common for cover pages and title pages.Yes
Font SizeRequiredFont size in points for the page number text. Must be between 1 and 100.10
Vertical AlignmentRequiredTop Middle or Bottom. Controls the vertical placement of the page number on the page.Bottom
Horizontal AlignmentRequiredLeft Center or Right. Controls the horizontal placement on the page.Right
Horizontal Margin in MMRequiredDistance from the horizontal alignment edge in millimetres. Ignored for Center.10
Vertical Margin in MMRequiredDistance from the vertical alignment edge in millimetres. Ignored for Middle.10

Output

FieldTypeWhat it contains
Doc DataBinaryThe PDF with page numbers rendered on every targeted page. Map directly into a cloud storage upload or email field.
NameStringOutput filename of the numbered PDF.

When should I use Add Page Number to PDF in Make?

The PDF4me Add Page Number module in Make provides comprehensive scenario templates for page numbering automation:

Automated Business Report Page Numbering Scenario

Transform your reporting with automated professional page numbering:

Complete Scenario Steps:

  1. Trigger: Monthly business report generated
  2. Get Report PDF: Download report from generation system
  3. Add Page Numbers: Insert "Page X of Y" format
  4. Position Bottom Center: Place numbers at bottom center
  5. Skip Cover Page: Exclude numbering from first page
  6. Set Font Size: Use 10pt for professional appearance
  7. Upload Final Report: Save to Google Drive reports folder
  8. Email Stakeholders: Send numbered report to management

Business Benefits:

  • Numbers 50+ reports monthly automatically
  • Ensures easy page reference in discussions
  • Provides professional document presentation
  • Eliminates manual page numbering process

Industry Use Cases & Applications

  • Business Reports: Add page numbers to monthly/quarterly reports
  • Executive Summaries: Number strategic planning documents
  • Board Packets: Add page references to board materials
  • Meeting Minutes: Number minutes for easy reference

Common Questions

What format string do I use for Page X of Y?

Enter Page X of Y as the Page number Format value. The module substitutes X with the current page number and Y with the total page count during rendering. For minimal footers, just X works. For European style, try X / Y.

Can I skip the first page from numbering?

Yes. Set Skip FirstPage to Yes. This omits page numbering from the first physical page of the PDF, which is the standard approach for documents with a cover page or title page where numbering should start on page 2.

How do I position page numbers at the bottom center?

Set Horizontal Alignment to Center and Vertical Alignment to Bottom. The Horizontal Margin value is ignored for Center alignment. Set Vertical Margin in MM to control the distance from the bottom edge. For reference, see PDF page layout guidelines at Adobe.

Get Help