---
title: "GetPdfaFromRtf (Opus Funktion)"
---
[TOC]

#### Beschreibung

Gibt ein Dokument als Blob zurück.

Converts an RTF document provided as a blob into PDF/A (archival PDF) format.

#### Argumente

<table style="table-layout: fixed; width: 100%;"><colgroup><col style="width: 26.3%"><col style="width: 23.1%"><col style="width: 50.7%"></colgroup><tr><th><p><strong>Name</strong></p></th><th><p><strong>Typ</strong></p></th><th><p><strong>Beschreibung</strong></p></th></tr><tr><td><p> RtfData</p></td><td><p><a href="http://manuals.swissmains.com/display/smtschool/blob">blob</a></p></td><td><p> the RTF file content as a blob</p></td></tr></table>

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

the RTF document converted to PDF/A format

#### Beispiel

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

#### Siehe auch

[GetPdfFromRtf](getpdffromrtf-opus-funktion.md)
