PdfGetMetadata

Description

This activity returns metadata of a pdf document.


Input File

File InArgument<IFileValue> REQUIRED

The input file whose metadata you want to read.


Metadata

The author of the document.

Keywords OutArgument<String>

The keywords of the document.

PageCount OutArgument<Int32>

The number of pages in the document.

Producer OutArgument<String>

The producer of the document.

Subject OutArgument<String>

The subject of the document.

The title of the document.