Skip to content

Latest commit

 

History

History
58 lines (24 loc) · 929 Bytes

File metadata and controls

58 lines (24 loc) · 929 Bytes

PDFGeneratorAPI.ConvertURL2PDFRequest

Properties

Name Type Description Notes
url String Public URL [optional]
paper_size String PDF page size [optional] [default to 'a4']
orientation String [optional] [default to 'portrait']
output String Output [optional] [default to 'base64']
filename String Document name [optional]

Enum: PaperSizeEnum

  • a0 (value: "a0")

  • a1 (value: "a1")

  • a2 (value: "a2")

  • a3 (value: "a3")

  • a4 (value: "a4")

  • legal (value: "legal")

  • tabloid (value: "tabloid")

  • letter (value: "letter")

Enum: OrientationEnum

  • portrait (value: "portrait")

  • landscape (value: "landscape")

Enum: OutputEnum

  • base64 (value: "base64")

  • file (value: "file")