Sets document properties (metadata) of the output PDF file. One or more info commands may follow output command
info [name=]PropertyName, [value=]PropertyValue
PropertyName
Name of PDF information item. Explicit or implicit (first position) value. It can be either one of predefined name or user specified custom property name. Predefined values are:
author , creator, keywords, producer, subject, title, company
PropertyValue
New value of the property. Explicit or implicit (second position) value.
Output file has properties of the first PDF input file. Only properties specified in info command are modified.
Sets predefined properties
info author, John Doe
Sets custom properties
info My Info, This is my info
Format |
Meaning |
Italic |
Information
that the user must supply |
Bold |
Elements that the user must type exactly as shown. |
Between brackets ([]) |
Optional
items |
Ellipsis (...) |
Parameter that can be repeated several times |