# Convert any webpage URL to PDF

**Use case:** 

Render public webpages to downloadable PDF files with configurable page size and margins. Ideal for archiving, reporting, and automated document generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://example.com"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

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

## About this Actor

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