---
title: "GetPdfFromRtf (Opus Funktion)"
---
### Beschreibung

Gibt ein Dokument als Blob zurück.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [blob](http://manuals.swissmains.com/display/smtschool/blob) |  |

### Rückgabewert [blob](http://manuals.swissmains.com/display/smtschool/blob)

xxx

### Beispiel

```
EmailAttachments[0] = GetPdfFromRtf(GetWordReportBlob(CreateReport(20074,[ID+0],"SSP_Address",0)));
```

### Siehe auch

---
