# Convert Apify.com homepage URL to PDF document

**Use case:** 

Generate a PDF snapshot of the Apify.com homepage with full page rendering for documentation and archival workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [URL to PDF Converter](https://apify.com/lexis-solutions/url-to-pdf-converter) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/url-to-pdf-converter) to learn more, explore other use cases, and run it yourself.