# Pdf Preview

Renders an image thumbnail of a PDF document with a link to the full

## Surfaces

web, google-meet-stage, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| pdf_url | string |
| thumbnail_url | string |
| title | string |
| alt_text | string |

## Example payload

```json
{
  "type": "pdf_preview",
  "pdf_url": "https://example.com",
  "thumbnail_url": "https://example.com",
  "title": "Pdf Preview",
  "alt_text": "Descriptive alt text for accessibility"
}
```

Live page: https://a2uicatalog.ai/atoms/pdf_preview/
Full field contract: https://a2uicatalog.ai/spec.json
