Add Page Number to PDF
Add page numbers to PDF in any format you like. You can also control the font size, position, format, etc using this action. Use this action to automate the process in Make.
Parameters
- File NameString, Required
Map or specify the PDF file name with the proper extension
- DocumentBuffer, Required
Map the file data in Base64 format from the source action
- Page number FormatOption
Page number format to be displayed
- Horizontal Alignment
Horizontal alignment of the page number. The allowed values are
- Left - left edge of the page
- Center - equal distance from the left and right edge of the page
- Right - right edge of the page
- Vertical AlignmentOption
Vertical alignment of the page number. The allowed values are
- Top - the top edge of the page
- Middle - equal distance from the top and bottom edge of the page
- Bottom - the bottom edge of the page
- Horizontal MarginNumber
Horizontal margin in millimeters (mm). The default value is 0. If the horizontal alignment is Left, it will give a gap from the left edge of the page. If Right, it will give a gap from the right edge of the page. If Center, this field is ignored.
- Vertical MarginNumber
Vertical margin in millimeters (mm). The default value is 0. If the vertical alignment is Top, it will give a gap from the top edge of the page. If Bottom, it will give a gap from the bottom edge of the page. If Middle, this field is ignored.
- Font SizeNumber
Font Size for the page numbering
- Set Boldboolean
Choose to set Bold font for page numbering
- Set Italicboolean
Set Italics for page numbering
- Skip First Pageboolean
Skip numbering on the first page of the document
Output
- NameString
The name of the output file.
- Doc DataBuffer
The output document is in Binary format.