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

# DocumentContentInfo-Objekt (IDocumentContentInfo-Schnittstelle)

> DocumentContentInfo-Objekt (IDocumentContentInfo-Schnittstelle) in der ABBYY FineReader Engine API — enthält Dokumentmetadaten (Autor, Schlüsselwörter, Betreff, Erstellungs- und Änderungsdatum, Titel) sowie das Wörterbuch mit den Dokumentinformationen; wird in Ausgabedateien geschrieben, wenn die entsprechenden Exportparameter auf TRUE gesetzt sind; für PDF/A nach XMP dupliziert.

Dieses Objekt enthält Informationen über den Autor, Schlüsselwörter, den Betreff, das Erstellungs- und Änderungsdatum sowie den Titel des Dokuments und speichert das Wörterbuch mit den Dokumentinformationen. Sie können über die Eigenschaft DocumentContentInfo des entsprechenden [FRDocument](/de/fine-reader/engine/api-reference/document-related-objects/frdocument)-Objekts auf die Inhaltsinformationen eines bestimmten Dokuments zugreifen.

Wenn die Werte der Eigenschaften in die Ausgabedatei geschrieben werden sollen, setzen Sie die entsprechenden Eigenschaften der benötigten Parameter für den Formatexport auf TRUE (siehe die Beschreibung des Objekts [DocumentContentInfoWritingParams](/de/fine-reader/engine/api-reference/parameter-objects/export-parameters/documentcontentinfowritingparams)).

* Beim Export in PDF/A-Dateien werden Dokumentinhaltsinformationen immer zusätzlich in XMP-Daten übernommen. XMP (Extensible Metadata Platform) ist eine Technologie, mit der Metadaten direkt in eine Datei eingebettet werden können. Dadurch wird das Extrahieren von Inhaltsinformationen für Drittanbieteranwendungen vereinfacht. In XMP werden die Metadaten-Tags aus dem Dublin-Core-Satz geschrieben. Dies geschieht, um dem PDF/A-Standard zu entsprechen.
* Beim Export in PDF-Dateien werden Dokumentinhaltsinformationen normalerweise nur in die Dateieigenschaften geschrieben und nicht zusätzlich in XMP-Daten übernommen. Um Dokumentinhaltsinformationen bei PDF-Dateien auch in XMP einzuschließen, setzen Sie die Eigenschaft WriteXmpMetadata des entsprechenden Objekts [PDFExportFeatures](/de/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportfeatures) auf TSPV\_Yes. Die Metadaten werden auf dieselbe Weise gespeichert wie bei PDF/A-Dateien.

<div id="properties">
  ## Eigenschaften
</div>

<table>
  <thead>
    <tr>
      <th>
        <p>
          <strong>Name</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Type</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Description</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>
          <strong>Application</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/engine-object-iengine-interface">
              Engine
            </a>
          </strong>

          ,{" "}

          <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties">
            read-only
          </a>
        </p>
      </td>

      <td>
        <p>
          Returns the <strong>Engine</strong> object.
        </p>
      </td>
    </tr>

    <tr>
      <td colspan="3">
        <p>
          <em>Common attributes</em>
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="author" />

          <strong>Author</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              BSTR
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Stores the name of the author of the document. You may set this
          property to the name of the user.
        </p>

        <p>
          The default value of this property is an empty string. If the Author
          attribute is specified in the original document, the value from the
          original document is used by default.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="keywords" />

          <strong>Keywords</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              BSTR
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>Stores the keywords of the document.</p>

        <p>
          The default value of this property is an empty string. If the Keywords
          attribute is specified in the original document, the value from the
          original document is used by default.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="subject" />

          <strong>Subject</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              BSTR
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>Stores the subject of the document.</p>

        <p>
          The default value of this property is an empty string. If the Subject
          attribute is specified in the original document, the value from the
          original document is used by default.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="title" />

          <strong>Title</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              BSTR
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>Stores the title of the document.</p>

        <p>
          The default value of this property is an empty string. If the Title
          attribute is specified in the original document, the value from the
          original document is used by default.
        </p>
      </td>
    </tr>

    <tr>
      <td colspan="3">
        <p>
          <em>Additional attributes for certain formats</em>
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="authorslist" />

          <strong>AuthorsList</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/document-related-objects/authorslist">
              AuthorsList
            </a>
          </strong>

          ,{" "}

          <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties">
            read-only
          </a>
        </p>
      </td>

      <td>
        <p>
          Stores the list of authors of the document. The value of this property
          is used only for FB2 and EPUB files.
        </p>

        <Note>
          If the list of authors is empty, the value of the Author property is
          used. If the Author property is empty too, the value of the Author
          attribute of the output file will be "Unknown Author".
        </Note>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>Creator</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              BSTR
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Stores the creator of the document. The value of this property is used
          as the Creator attribute of PDF, PDF/A file. The default value of this
          property is "ABBYY FineReader Engine 12". The Creator
          attribute of the original PDF document is not taken into account.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>Producer</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              BSTR
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Stores the producer of the document. The value of this property is
          used as the Producer attribute of PDF, PDF/A file.
        </p>

        <p>
          The default value of this property is an empty string. If the Producer
          attribute is specified in the original document, the value from the
          original document is used by default.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="documentinformationdictionary" />

          <strong>DocumentInformationDictionary</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/document-related-objects/documentinformationdictionary">
              DocumentInformationDictionary
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Speichert das Dokumentinformations-Wörterbuch. Diese Eigenschaft ist nur für Dokumente im PDF- und PDF/A-Format relevant. Wenn die Werte der Eigenschaften{" "}
          <strong>Author</strong>, <strong>Keywords</strong>,{" "}
          <strong>Subject</strong> oder <strong>Title</strong> keine leeren Zeichenketten sind, werden diese Eigenschaftswerte anstelle der entsprechenden Einträge des{" "}
          <strong>DocumentInformationDictionary</strong>-Objekts verwendet.
        </p>

        <Note>
          Die Eigenschaft gibt ein konstantes Objekt zurück. Um das Dokument
          Informationswörterbuch müssen Sie zunächst ein intermediäres
          DocumentInformationDictionary-Objekt mithilfe der{" "}

          <a href="/de/fine-reader/engine/api-reference/engine-object-iengine-interface/creation-methods/createlessobjectgreater-methods">
            IEngine::CreateDocumentInformationDictionary
          </a>

          {" "}

          -Methode abrufen, die erforderlichen Parameter ändern und das erhaltene
          Objekt anschließend der Eigenschaft zuweisen.
        </Note>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="creation_date" />

          <strong>CreationDate</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              BSTR
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Speichert das Erstellungsdatum des Dokuments. Diese Eigenschaft ist nur
          für Dokumente relevant, die aus Dateien im PDF- oder XPS-Format erstellt
          wurden oder in solche exportiert werden sollen.
        </p>

        <p>
          Das Datum im Ausgabedokument muss ein gültiges Format haben
          (D:YYYYMMDDHHmmSSOHH'mm, gemäß PDF 2.0-Standard). Wenn
          beim Export festgestellt wird, dass das Datumsformat ungültig ist, wird
          ein Fehler zurückgegeben.
        </p>

        <p>
          Der Standardwert dieser Eigenschaft ist eine leere Zeichenfolge. Wenn das
          CreationDate-Attribut im Originaldokument angegeben ist, wird
          standardmäßig der Wert aus dem Originaldokument verwendet.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="modification_date" />

          <strong>ModificationDate</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              BSTR
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Speichert das Änderungsdatum des Dokuments. Diese Eigenschaft ist nur
          für Dokumente relevant, die aus Dateien im PDF- oder XPS-Format erstellt
          wurden oder in solche exportiert werden sollen.
        </p>

        <p>
          Das Datum im Ausgabedokument muss ein gültiges Format haben
          (D:YYYYMMDDHHmmSSOHH'mm, gemäß PDF 2.0-Standard). Wenn
          beim Export festgestellt wird, dass das Datumsformat ungültig ist, wird
          ein Fehler zurückgegeben.
        </p>

        <p>
          Der Standardwert dieser Eigenschaft ist eine leere Zeichenfolge. Wenn das
          ModificationDate-Attribut im Originaldokument angegeben ist, wird
          standardmäßig der Wert aus dem Originaldokument verwendet.
        </p>
      </td>
    </tr>
  </tbody>
</table>

<div id="related-objects">
  ## Verwandte Objekte
</div>

<Info>
  <Info>
    [](/de/fine-reader/engine/api-reference/document-related-objects/authorinfo)[](/de/fine-reader/engine/api-reference/document-related-objects/authorslist)[](/de/fine-reader/engine/api-reference/document-related-objects/frdocument#documentcontentinfo)[](/de/fine-reader/engine/api-reference/document-related-objects/documentinformationdictionaryitem)[](/de/fine-reader/engine/api-reference/document-related-objects/documentinformationdictionary)[](/de/fine-reader/engine/api-reference/document-related-objects/frdocument)
  </Info>
</Info>

[Objektdiagramm](/de/fine-reader/engine/api-reference/object-diagram)

<div id="see-also">
  ## Siehe auch
</div>

[FRDocument](/de/fine-reader/engine/api-reference/document-related-objects/frdocument#documentcontentinfo)

[Arbeiten mit Eigenschaften](/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
