Uses of Class
org.apache.xmpbox.schema.AdobePDFSchema
-
Packages that use AdobePDFSchema Package Description org.apache.pdfbox.preflight.metadata org.apache.xmpbox -
-
Uses of AdobePDFSchema in org.apache.pdfbox.preflight.metadata
Methods in org.apache.pdfbox.preflight.metadata with parameters of type AdobePDFSchema Modifier and Type Method Description protected void
SynchronizedMetaDataValidation. analyzeKeywordsProperty(PDDocumentInformation dico, AdobePDFSchema pdf, java.util.List<ValidationResult.ValidationError> ve)
Analyze if Keyword(s) embedded in Document Information dictionary and in XMP properties are synchronizedprotected void
SynchronizedMetaDataValidation. analyzeProducerProperty(PDDocumentInformation dico, AdobePDFSchema pdf, java.util.List<ValidationResult.ValidationError> ve)
Analyze if Producer embedded in Document Information dictionary and in XMP properties are synchronized -
Uses of AdobePDFSchema in org.apache.xmpbox
Methods in org.apache.xmpbox that return AdobePDFSchema Modifier and Type Method Description AdobePDFSchema
XMPMetadata. createAndAddAdobePDFSchema()
Create and add an Adobe PDF schema to this metadata.AdobePDFSchema
XMPMetadata. getAdobePDFSchema()
Get the Adobe PDF schema.
-