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

Gibt ein Dokument als Blob zurück.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [blob](../../../standard-datentypen/blob.md) |  |

### Rückgabewert [blob](../../../standard-datentypen/blob.md)

Blob des Word Dokuments im Format docx.

### Beispiel

```
EmailAttachments[1] = GetDocxFromRtf(GetWordReportBlob(CreateReport(20075,[ID+0],"SSP_Address",0)));
```

### Siehe auch

---
