> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum GeneratorEncoding

## Syntax

```crmscript theme={null}
GeneratorEncoding
```

## Fields

| Name            | Description                                                                                                                                         |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| Text            | Plain text document.                                                                                                                                |
| Html            | Html encoded document, it is not strictly parsed.                                                                                                   |
| Xml             | XML Document, it is not strictly parsed                                                                                                             |
| MsWord          | Microsoft word document.                                                                                                                            |
| MsExcel         | Microsoft Excel document.                                                                                                                           |
| MsPowerpoint    | Microsoft Powerpoint document                                                                                                                       |
| MsOffice2007    | Microsoft office documents zipped (Office 2007)                                                                                                     |
| MsOffice2007Xml | Microsoft office xml documents (content of zipped x files)                                                                                          |
| Url             | The tags result are url-encoded (ansi), the source itself is treated as plain text.                                                                 |
| UrlUnicode      | The tags result are url-encoded (unicode), the source itself is treated as plain text.                                                              |
| Pdf             | Adobe pdf format                                                                                                                                    |
| Mime            | RFC822 Mime-content. Handles the actual mime part, but leaves a normal Text-generator to handle the actual content embedded within the MIME-layers. |
| OpenDocument    | OpenOffice/LibreOffice documents (zipped)                                                                                                           |
| OpenDocumentXml | OpenOffice/LibreOffice documents (contents of zipped files)                                                                                         |


## Related topics

- [SuperOffice.WebApi.Data.GeneratorEncoding](/en/api/reference/webapi/SuperOffice.WebApi.Data.GeneratorEncoding.md)
- [SuperOffice.WebApi.Agents.DocumentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DocumentAgent.md)
- [SuperOffice.WebApi.Agents.IDocumentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDocumentAgent.md)
- [SuperOffice.WebApi.Data.TemplateVariablesParameters](/en/api/reference/webapi/SuperOffice.WebApi.Data.TemplateVariablesParameters.md)
- [SuperOffice.WebApi.Data.Document SubstituteTemplateVariablesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_SubstituteTemplateVariablesRequest.md)
- [SuperOffice.WebApi.Data.Document SubstituteTemplateVariablesWithCustomTags2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_SubstituteTemplateVariablesWithCustomTags2Request.md)
