Uses of Interface
com.itextpdf.kernel.xmp.XMPMeta
-
Packages that use XMPMeta Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.xmp com.itextpdf.kernel.xmp.impl com.itextpdf.pdfa.checker -
-
Uses of XMPMeta in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as XMPMeta Modifier and Type Field Description private XMPMetaPdfReader. xmpMetaprivate XMPMetaPdfDocument. xmpMetadataXMP Metadata which is used to prevent bytes deserialization for a few times on the same bytes.Methods in com.itextpdf.kernel.pdf that return XMPMeta Modifier and Type Method Description XMPMetaPdfDocument. getXmpMetadata()Gets XMP Metadata.XMPMetaPdfDocument. getXmpMetadata(boolean createNew)Gets XMP Metadata or create a new one.protected XMPMetaPdfDocument. updateDefaultXmpMetadata()Update XMP metadata values fromPdfDocumentInfo.Methods in com.itextpdf.kernel.pdf with parameters of type XMPMeta Modifier and Type Method Description private static voidXmpMetaInfoConverter. appendArrayItemIfDoesNotExist(XMPMeta meta, java.lang.String ns, java.lang.String arrayName, java.lang.String value, int arrayOption)(package private) static voidXmpMetaInfoConverter. appendDocumentInfoToMetadata(PdfDocumentInfo info, XMPMeta xmpMeta)(package private) static voidXmpMetaInfoConverter. appendMetadataToInfo(XMPMeta meta, PdfDocumentInfo info)private static java.lang.StringXmpMetaInfoConverter. fetchArrayIntoString(XMPMeta meta, java.lang.String ns, java.lang.String arrayName)static PdfConformancePdfConformance. getConformance(XMPMeta meta)GetsPdfConformanceinstance fromXMPMeta.static voidPdfConformance. setConformanceToXmp(XMPMeta xmpMeta, PdfConformance conformance)Sets required fields into XMP metadata according to passed PDF conformance.voidPdfDocument. setXmpMetadata(XMPMeta xmpMeta)Sets the XMP Metadata.voidPdfDocument. setXmpMetadata(XMPMeta xmpMeta, SerializeOptions serializeOptions)Sets the XMP Metadata.PdfPagePdfPage. setXmpMetadata(XMPMeta xmpMeta)Serializes XMP Metadata to byte array and sets it.PdfPagePdfPage. setXmpMetadata(XMPMeta xmpMeta, SerializeOptions serializeOptions)Serializes XMP Metadata to byte array and sets it. -
Uses of XMPMeta in com.itextpdf.kernel.xmp
Methods in com.itextpdf.kernel.xmp that return XMPMeta Modifier and Type Method Description static XMPMetaXMPMetaFactory. create()static XMPMetaXMPMetaFactory. parse(java.io.InputStream in)Parsing with default options.static XMPMetaXMPMetaFactory. parse(java.io.InputStream in, ParseOptions options)These functions support parsing serialized RDF into an XMP object, and serailizing an XMP object into RDF.static XMPMetaXMPMetaFactory. parseFromBuffer(byte[] buffer)Parsing with default options.static XMPMetaXMPMetaFactory. parseFromBuffer(byte[] buffer, ParseOptions options)Creates anXMPMeta-object from a byte-buffer.static XMPMetaXMPMetaFactory. parseFromString(java.lang.String packet)Parsing with default options.static XMPMetaXMPMetaFactory. parseFromString(java.lang.String packet, ParseOptions options)Creates anXMPMeta-object from a string.Methods in com.itextpdf.kernel.xmp with parameters of type XMPMeta Modifier and Type Method Description static voidXMPUtils. appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties, boolean replaceOldValues)Alias without the new optiondeleteEmptyValues.static voidXMPUtils. appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties, boolean replaceOldValues, boolean deleteEmptyValues)Append properties from one XMP object to another.private static voidXMPMetaFactory. assertImplementation(XMPMeta xmp)static java.lang.StringXMPUtils. catenateArrayItems(XMPMeta xmp, java.lang.String schemaNS, java.lang.String arrayName, java.lang.String separator, java.lang.String quotes, boolean allowCommas)Create a single edit string from an array of strings.static voidXMPUtils. removeProperties(XMPMeta xmp, java.lang.String schemaNS, java.lang.String propName, boolean doAllProperties, boolean includeAliases)Remove multiple properties from an XMP object.static voidXMPUtils. separateArrayItems(XMPMeta xmp, java.lang.String schemaNS, java.lang.String arrayName, java.lang.String catedStr, PropertyOptions arrayOptions, boolean preserveCommas)Separate a single edit string into an array of strings.static voidXMPMetaFactory. serialize(XMPMeta xmp, java.io.OutputStream out)Serializes anXMPMeta-object as RDF into anOutputStreamwith default options.static voidXMPMetaFactory. serialize(XMPMeta xmp, java.io.OutputStream out, SerializeOptions options)Serializes anXMPMeta-object as RDF into anOutputStream.static byte[]XMPMetaFactory. serializeToBuffer(XMPMeta xmp, SerializeOptions options)Serializes anXMPMeta-object as RDF into a byte buffer.static java.lang.StringXMPMetaFactory. serializeToString(XMPMeta xmp, SerializeOptions options)Serializes anXMPMeta-object as RDF into a string. -
Uses of XMPMeta in com.itextpdf.kernel.xmp.impl
Classes in com.itextpdf.kernel.xmp.impl that implement XMPMeta Modifier and Type Class Description classXMPMetaImplImplementation forXMPMeta.Methods in com.itextpdf.kernel.xmp.impl that return XMPMeta Modifier and Type Method Description static XMPMetaXMPMetaParser. parse(java.lang.Object input, ParseOptions options)Parses the input source into an XMP metadata object, including de-aliasing and normalisation.(package private) static XMPMetaXMPNormalizer. process(XMPMetaImpl xmp, ParseOptions options)Normalizes a raw parsed XMPMeta-ObjectMethods in com.itextpdf.kernel.xmp.impl with parameters of type XMPMeta Modifier and Type Method Description static voidXMPUtilsImpl. appendProperties(XMPMeta source, XMPMeta destination, boolean doAllProperties, boolean replaceOldValues, boolean deleteEmptyValues)static voidParameterAsserts. assertImplementation(XMPMeta xmp)Asserts that the xmp object is of this implemention (XMPMetaImpl).static java.lang.StringXMPUtilsImpl. catenateArrayItems(XMPMeta xmp, java.lang.String schemaNS, java.lang.String arrayName, java.lang.String separator, java.lang.String quotes, boolean allowCommas)private static voidXMPNormalizer. migrateAudioCopyright(XMPMeta xmp, XMPNode dmCopyright)The initial support for WAV files mapped a legacy ID3 audio copyright into a new xmpDM:copyright property.static voidXMPUtilsImpl. removeProperties(XMPMeta xmp, java.lang.String schemaNS, java.lang.String propName, boolean doAllProperties, boolean includeAliases)static voidXMPUtilsImpl. separateArrayItems(XMPMeta xmp, java.lang.String schemaNS, java.lang.String arrayName, java.lang.String catedStr, PropertyOptions arrayOptions, boolean preserveCommas)voidXMPSerializerRDF. serialize(XMPMeta xmp, java.io.OutputStream out, SerializeOptions options)The actual serialization. -
Uses of XMPMeta in com.itextpdf.pdfa.checker
Methods in com.itextpdf.pdfa.checker with parameters of type XMPMeta Modifier and Type Method Description private voidPdfA4Checker. checkFileProvenanceSpec(XMPMeta meta)
-