# `Stripe.Resources.Invoice.Rendering.Pdf`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice.ex#L828)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Invoice.Rendering.Pdf{page_size: String.t() | nil}
```

* `page_size` - Page size of invoice pdf. Options include a4, letter, and auto. If set to auto, page size will be switched to a4 or letter based on customer locale. Possible values: `a4`, `auto`, `letter`. Nullable.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
