English
  1. Home
  2. PageNumberRequest

PageNumberRequest

Page Number Request body

PdfDocumentRequest > PageNumberRequest
NAME DESCRIPTION

PageFrom

Optional

int32 The first page number to be numbered. Default is 1. (Optional)

PageTo

Optional

int32 The last page number to be numbered. Last page of the document if not specified. (Optional)

Position

Optional

Position Position of number. Can be Top or Bottom. Bottom by default. (Optional)

Alignment

Optional

Alignment Number alignment. Can be Left, Center or Right. Center by default. (Optional)

FirstNumber

Optional

int32 The first number of the first page to be numbered. Default is 1. (Optional)

Template

Optional

string Text template. "[n]" - current page number. "[p]" - Document page count. Example: "Page [n] of [p]". Default is "[n]" (Optional)

FontSize

Optional

float Font size. Default is 14. (Optional)

Margin

Optional

double Margin. Default is 20. (Optional)

PdfBase64File

Required

string Base64 encoded PDF document to process