Announcement

Collapse
No announcement yet.

Download QRCode image from rest API

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Download QRCode image from rest API

    Hi, is there a way to download the QRCode image using REST?
    Thanks.

  • #2
    Not that I'm aware of, it is a base64 encode... so workaround would be to encode it on your system, here how the URL get 'create'. Not sure if you can create an image using the PDF Template, perhaps that is also another way to go about doing it.

    data:image/png;base64

    Comment

    Working...
    X