PdfAddMetadata
Configuration file |
Path to a properties file (see example) in field "Config file" and/or direct configuration as string. Examples: ./conf/my_metadata.properties ./conf/my_metadata.properties;Author=John Example overwrite=true;Author=John Example;Creator=Lobster Note: Parameters passed directly overwrite parameters with the same name from the configuration file. |
Class name |
com.ebd.hub.datawizard.postexec.PdfAddMetadata |
Description
This postexecuter can add and change PDF metadata. Note: See Integration Units PDFContentCreator and PDFCreator.
Parameters
Parameter |
Description |
overwrite |
If "true", the existing metadata entry is overwritten. Default: "false". |
Author |
Any text. |
Creator |
Any text. |
Keywords |
Any text. |
Producer |
Any text. |
Subject |
Any text. |
Title |
Any text. |
Trapped |
true or false. |
CreationDate |
Date in W3CDTF format. Example: "2024-06-03T12:34:56.789+02:00". |
ModDate |
Date in W3CDTF format. Example: "2024-06-03T12:34:56.789+02:00". |
DocInfo_<mycustomkey> |
Custom entry. Example: "DocInfo_Mykey=555". |
Example
overwrite=true
Author=John Example
Creator=Lobster
CreationDate=2024-06-03T12:34:56.789+02:00