Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "image": "{{qrcodeimage}}", ----> use declared variable in qrcodeConfig from dataconfig
  "width": 64,
  "height": 64
}

QRcode pdf example:-

In property bill QR code is displayed

dataconfig:- https://github.com/egovernments/configs/blob/master/pdf-service/data-config/property-bill.json

formatconfig:- https://github.com/egovernments/configs/blob/master/pdf-service/format-config/property-bill.json

API Call :

_create :

This API request to PDF generation service is made to generate pdf and return the filestore id and job id.

...