# PDF Generation in ProteanCMS

ProteanCMS provides the ability to generate PDF documents in various parts of the system. These documents are created using the **XSL-FO** (Extensible Stylesheet Language Formatting Objects) standard, ensuring flexible and robust document formatting.

## QR Code Integration

ProteanCMS also allows for the integration of QR codes into PDF documents. A QR code representing a website URL can be generated and embedded into the document with ease.

### How to Generate a QR Code:

You can generate a QR code for any URL by using the following pattern:

```
http://proteancms.com/QRcode/anyurlgoeshere
```

This URL will return a QR code for the specified path, for example:

```
http://proteancms.com/anyurlgoeshere
```

---

- [Back to ProteanCMS Version 5](/Front-End-Developer-Guide/v5)

---
