Zum Inhalt

GetPdfaFromRtf (Opus Funktion)

Beschreibung

Gibt ein Dokument als Blob zurück.

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

Argumente

Name

Typ

Beschreibung

RtfData

blob

the RTF file content as a blob

Rückgabewert blob

the RTF document converted to PDF/A format

Beispiel

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

Siehe auch

GetPdfFromRtf