---
title: "GetPdfaFromCsv (OpusFunktion)"
---
[TOC]

#### Beschreibung

Gibt ein Dokument als Blob zurück.

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

#### Argumente

<table style="table-layout: fixed; width: 100%;"><colgroup><col style="width: 19.0%"><col style="width: 16.7%"><col style="width: 64.3%"></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> CsvData</p></td><td><p><a href="/smt-school-professional/technische-dokumentation/opus-dokumentation/standard-datentypen/blob/">blob</a></p></td><td><p>Csv Inhalt (UTF-8 codiert). the CSV file content as a blob</p></td></tr></table>

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

the CSV content converted to PDF/A format

#### Beispiel

`xxx`

#### Siehe auch

[GetPdfFromCsv](getpdffromcsv-opusfunktion.md)
