X4 Produktdokumentation

PDF Metadata


symbol_adapter-pdfrecombiner.png

PDF Metadata: Reads metadata structures from PDF documents or writes metadata structures to PDF documents.


Properties


Operation

Determines which operation the adapter executes

Possible values:

  • GetMetadata: Read metadata

  • SetMetadata: Add/replace metadata

Parameter


Adapter

Main class of the adapter (do not change!)

Possible values: en.softproject.integration.adapter.pdf.PDFMetadataMain class (default)

ReadPartially

Load PDF document into memory in multiple parts (can improve the performance)

Possible values:

  • yes: Load in several parts one after the other into the working memory

  • no: Load PDF document(s) into memory in one piece (default)

toXML

Output PDF document Base64-encoded in an XML document

Possible values:

  • yes: Output XML document

  • no: Output PDF document as binary data stream (default)

Status values


1

The operation was executed successfully.

-1

The operation failed due to a technical error.