Generate QR Code for a report

I am trying to save a report output in qr code format; so that when users scan the qr code, the report shows. Any advise?

Answers

  • DuikmeesterDuikmeester Member Posts: 309
    A QR code can contain a max of 3KB of data. However that requires a really high res QR.

    You can easy save a PDF to blob storage with public access using not easily discoverable paths like:

    https://<GUID1>.blob.core.windows.net/<GUID2>/<GUID3>/<GUID4>.pdf

    GUID1: Storage Account
    GUID2: Storage Container
    GUID3: Customer- / Vendor System Id
    GUID4: Document System Id

    And create a QR to that URL.
Sign In or Register to comment.