---
title: "Generate Reward Vouchers PDF"
method: POST
path: "/Pdf/RewardVouchers"
tags: ["Pdf"]
---

# Generate Reward Vouchers PDF

`POST /Pdf/RewardVouchers`

**Requires permissions:** *Admin* or *RewardPrinters*

Renders commendation/distinction vouchers to a print-ready two-page duplex PDF in-house (QuestPDF), emails the caller a copy, and returns the bytes.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PostRewardVouchersPdfRequest
  - `title` string, nullable
  - `vouchers` PostRewardVouchersPdfVoucher[]
    - `line1` string, nullable
    - `line2` string, nullable
    - `amount` string, nullable
    - `amountWords` string, nullable

## Response `200`

Success - PDF bytes (application/pdf)

## Other responses

- `204` — No Content
- `400` — An error occurred generating the PDF
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
