Export a thumbnail PDF
export_thumbnail_reportGenerate a PDF report of a game's thumbnails and figures, sorted by QPTR, to share with clients or artists. Images are fetched and embedded automatically.
Instructions
Render a game's thumbnails and their figures, ordered by QPTR, into a PDF written to this machine — the shareable version of get_thumbnails, for sending to a client or an artist. Images are fetched and embedded, so this takes a few seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game name or universe id. | |
| range | No | Reporting window. Defaults to 7d. | |
| outputPath | No | Where to write the PDF. Defaults to a temp file, whose path is returned. | |
| includeInactive | No | Include inactive variants. Defaults to true. |