API Reference
Cmdlet
Set-OfficePdfFooter
Sets running PDF footer text.
Remarks
Sets running PDF footer text.
Examples
Add page numbers to a generated PDF.
PS>
New-OfficePdf -Path .\Examples\Documents\PdfFooter.pdf {
Set-OfficePdfFooter -Text 'Page {page} of {pages}' -Align Center -FontSize 8
Add-OfficePdfHeading -Text 'Report with footer'
Add-OfficePdfPageBreak
Add-OfficePdfParagraph -Text 'The footer includes generated page numbers.'
}
Uses page placeholders in a running footer.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.