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 voidSynchronizedMetaDataValidation. 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 voidSynchronizedMetaDataValidation. 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 AdobePDFSchemaXMPMetadata. createAndAddAdobePDFSchema()Create and add an Adobe PDF schema to this metadata.AdobePDFSchemaXMPMetadata. getAdobePDFSchema()Get the Adobe PDF schema.
-