public class AdobePDFAdapter extends XMPSchemaAdapter
meta| Constructor | Description |
|---|---|
AdobePDFAdapter(Metadata meta,
String namespace) |
Constructs a new adapter for Adobe PDF around the given metadata object.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getKeywords() |
|
String |
getPDFVersion() |
|
String |
getProducer() |
|
void |
setKeywords(String value) |
Sets the keywords.
|
void |
setPDFVersion(String value) |
Sets the PDF version
|
void |
setProducer(String value) |
Sets the name of the tool that produced the PDF document
|
void |
setTrapped(String v) |
Sets if the pdf has trapping information True or False
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDateToSeq, addObjectToArray, addStringToBag, addStringToSeq, findQualifiedStructure, findQualifiedValue, formatISO8601Date, formatISO8601Date, getDateArray, getDateValue, getLangAlt, getObjectArray, getQName, getSchema, getStringArray, getValue, removeLangAlt, removeStringFromArray, setCompact, setDateValue, setLangAlt, setValuepublic String getKeywords()
public void setKeywords(String value)
value - the keywordspublic String getPDFVersion()
public void setPDFVersion(String value)
value - the PDF version (ex. "1.4")public String getProducer()
public void setProducer(String value)
value - the producerpublic void setTrapped(String v)
v - the valueCopyright © 2018 Apache Software Foundation. All rights reserved.