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

Gibt ein Dokument als Blob zurück.

### Argumente

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

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

xxx

### Beispiel

```
Lo_NewDocX = EditDocument(Lo_DOCX,"TestDOCX","docx");
```

### Siehe auch

---
