Class PDFAAdapter
java.lang.Object
org.apache.xmlgraphics.xmp.XMPSchemaAdapter
org.apache.xmlgraphics.xmp.schemas.pdf.PDFAAdapter
Schema adapter implementation for both the old (deprecated) and the current PDF/A schema.
The old namespace is still needed to make Adobe Acrobat happy.
-
Field Summary
Fields inherited from class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
meta
-
Constructor Summary
ConstructorsConstructorDescriptionPDFAAdapter
(Metadata meta, String namespace) Constructs a new adapter for PDF/A around the given metadata object. -
Method Summary
Modifier and TypeMethodDescriptionint
getPart()
void
setAmendment
(String value) Sets the PDF/A amendment identifier ("amd").void
setConformance
(String value) Sets the PDF/A conformance level.void
setPart
(int value) Sets the PDF/A version identifier ("part").Methods inherited from class org.apache.xmlgraphics.xmp.XMPSchemaAdapter
addDateToSeq, addObjectToArray, addStringToBag, addStringToSeq, findQualifiedStructure, findQualifiedValue, formatISO8601Date, formatISO8601Date, getDateArray, getDateValue, getLangAlt, getObjectArray, getQName, getSchema, getStringArray, getValue, removeLangAlt, removeStringFromArray, setCompact, setDateValue, setLangAlt, setProperty, setValue
-
Constructor Details
-
PDFAAdapter
Constructs a new adapter for PDF/A around the given metadata object.- Parameters:
meta
- the underlying metadatanamespace
- the namespace to access the schema (must be one of the PDF/A schema namespaces)
-
-
Method Details
-
setPart
public void setPart(int value) Sets the PDF/A version identifier ("part").- Parameters:
value
- the version identifier ("1" for PDF/A-1)
-
getPart
public int getPart()- Returns:
- the PDF/A version identifier
-
setAmendment
Sets the PDF/A amendment identifier ("amd").- Parameters:
value
- the amendment identifiert
-
getAmendment
- Returns:
- the PDF/A amendment identifier
-
setConformance
Sets the PDF/A conformance level.- Parameters:
value
- the conformance level ("A" or "B" for PDF/A-1)
-
getConformance
- Returns:
- the PDF/A conformance level
-