public class PdfProperties extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static String |
KEYWORDS |
Keywords.
|
static String |
PART |
|
static String |
PRODUCER |
The Producer.
|
static String |
VERSION |
The PDF file version (for example: 1.0, 1.3, and so on).
|
| Constructor | Description |
|---|---|
PdfProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
setKeywords(XMPMeta xmpMeta,
String keywords) |
Adds keywords.
|
static void |
setProducer(XMPMeta xmpMeta,
String producer) |
Adds the producer.
|
static void |
setVersion(XMPMeta xmpMeta,
String version) |
Adds the version.
|
public static final String KEYWORDS
public static final String VERSION
public static final String PRODUCER
public static final String PART
public static void setKeywords(XMPMeta xmpMeta, String keywords) throws XMPException
xmpMeta - keywords - XMPExceptionpublic static void setProducer(XMPMeta xmpMeta, String producer) throws XMPException
xmpMeta - producer - XMPExceptionpublic static void setVersion(XMPMeta xmpMeta, String version) throws XMPException
xmpMeta - version - XMPExceptionCopyright © 2018. All rights reserved.