# Convert Business Wire press release URL to PDF

**Use case:** 

Generate PDF from Business Wire technology press release URL with full article content for PR archives and compliance records.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.businesswire.com/news/home/20260417605011/en/2026-NAB-Show-Opens-Tomorrow-Uniting-Global-Media-Leaders-to-Shape-the-Future-of-Storytelling"
    }
  ]
}
```

## 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.