Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 685 Bytes

File metadata and controls

24 lines (12 loc) · 685 Bytes

PDFGeneratorAPI.GenerateQRCodeRequest

Properties

Name Type Description Notes
content String The content which is used to generate QR code
color String QR code in hexadecimal format [optional] [default to '#000000']
logo_base64 String A logo as a base64 image string to add on the QR code [optional]
logo_url String A logo URL to an image to add on the QR code [optional]
output String Response format [optional] [default to 'base64']

Enum: OutputEnum

  • file (value: "file")

  • base64 (value: "base64")