{
  "template":
  {
    "uri": "local",
    "id": "examples/docx/qr-code"
  },
  "input-data":
  {
    "images":
    {
      "qr_link":
      {
        "data":
        {
          "type": "qr-code",
          "content": "https://xsquare.ru",
          "qr-color": "#ffa747",
          "bg-color": "#2b0054",
		  "dot-size": 40,
		  "style": "dot",
          "format": "png"
        }
      },
      "qr_vcard":
      {
        "data":
        {
          "type": "qr-code",
          "content": "BEGIN:VCARD\nVERSION:3.0\nFN:Иван Иванов\nN:Иванов;Иван;;;\nORG:Компания ХИ-КВАДРАТ\nTEL;TYPE=WORK,VOICE:+7 (499) 703-38-99\nTEL;TYPE=CELL,VOICE:+7 (499) 703-38-99\nEMAIL:info@xsquare.ru\nADR;TYPE=WORK:;;Нижняя Красносельская ул., дом 35 стр. 9;Москва;;105066;Россия\nURL:http://xsquare.ru\nEND:VCARD",
          "qr-color": "#2bab00",
          "bg-color": "#150157",
		  "style": "rectangle_with_border",
		  "format": "png"
        }
      },
      "qr_pay":
      {
        "data":
        {
          "type": "qr-code",
          "content": "ST00012|Name=Наименование получателя перевода|PersonalAcc=40604810022000000000|BankName=Сбербанк|BIC=043304700|CorrespAcc=5678|KPP=0101|PayeeINN=30101810600000000700|Purpose=Тестовый платеж|Sum=1000"
        }
      }
    }
  },
  "options":
  {
    "enable-debug-report-save": false,
    "output-mode": "binary",
    "formatting":
    {
      "tables":
      {
        "enable-cells-auto-merge": true
      }
    }
  }
}