# Youtube Transcript to Pdf

**Use case:** 

YouTube Transcript to PDF Generator.Turn any YouTube video into a clean, professional PDF instantly. Get cover page, thumbnail, metadata & full transcript.

## Input

```json
{
  "urls": [
    "https://www.youtube.com/watch?v=dd9_YZdQS0c"
  ],
  "language": "hi",
  "includeTimestamps": false,
  "includeMetadata": true,
  "cleanTranscript": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "title": {
    "label": "Video Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "durationFormatted": {
    "label": "Duration",
    "format": "text"
  },
  "wordCount": {
    "label": "Words",
    "format": "number"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "pdfKey": {
    "label": "PDF Key",
    "format": "text"
  },
  "processedAt": {
    "label": "Processed At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Transcript to PDF Generator](https://apify.com/golden_box/youtube-transcript-to-pdf-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/golden_box/youtube-transcript-to-pdf-generator) to learn more, explore other use cases, and run it yourself.