Uses of Interface
com.itextpdf.xmp.XMPMeta
Packages that use XMPMeta
Package
Description
Package containing the xmpcore interface.
Package containing the xmpcore implementation.
-
Uses of XMPMeta in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as XMPMetaMethods in com.itextpdf.text.pdf that return XMPMeta -
Uses of XMPMeta in com.itextpdf.text.xml.xmp
Fields in com.itextpdf.text.xml.xmp declared as XMPMetaMethods in com.itextpdf.text.xml.xmp that return XMPMetaMethods in com.itextpdf.text.xml.xmp with parameters of type XMPMetaModifier and TypeMethodDescriptionstatic voidAdds a single author.static voidDublinCoreProperties.addDescription(XMPMeta xmpMeta, String desc) Adds a description.static voidDublinCoreProperties.addPublisher(XMPMeta xmpMeta, String publisher) Adds a single publisher.static voidDublinCoreProperties.addSubject(XMPMeta xmpMeta, String subject) Adds a subject.static voidAdds a title.static voidSets an array of authors.static voidPdfAProperties.setConformance(XMPMeta xmpMeta, String conformance) Adds the conformance.static voidXmpBasicProperties.setCreateDate(XMPMeta xmpMeta, String date) Adds the creation date.static voidXmpBasicProperties.setCreatorTool(XMPMeta xmpMeta, String creator) Adds the creatortool.static voidDublinCoreProperties.setDescription(XMPMeta xmpMeta, String desc, String genericLang, String specificLang) Sets a description.static voidXmpBasicProperties.setIdentifiers(XMPMeta xmpMeta, String[] id) Sets the identifier.static voidPdfProperties.setKeywords(XMPMeta xmpMeta, String keywords) Adds keywords.static voidXmpBasicProperties.setMetaDataDate(XMPMeta xmpMeta, String date) Adds the meta data date.static voidXmpBasicProperties.setModDate(XMPMeta xmpMeta, String date) Adds the modification date.static voidXmpBasicProperties.setNickname(XMPMeta xmpMeta, String name) Adds the nickname.static voidAdds part.static voidPdfProperties.setProducer(XMPMeta xmpMeta, String producer) Adds the producer.static voidDublinCoreProperties.setPublisher(XMPMeta xmpMeta, String[] publisher) Sets an array of publishers.static voidDublinCoreProperties.setSubject(XMPMeta xmpMeta, String[] subject) Sets a subject.static voidDublinCoreProperties.setTitle(XMPMeta xmpMeta, String title, String genericLang, String specificLang) Sets a title.static voidPdfProperties.setVersion(XMPMeta xmpMeta, String version) Adds the version. -
Uses of XMPMeta in com.itextpdf.xmp
Methods in com.itextpdf.xmp that return XMPMetaModifier and TypeMethodDescriptionstatic XMPMetaXMPMetaFactory.create()static XMPMetaXMPMetaFactory.parse(InputStream in) Parsing with default options.static XMPMetaXMPMetaFactory.parse(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(String packet) Parsing with default options.static XMPMetaXMPMetaFactory.parseFromString(String packet, ParseOptions options) Creates anXMPMeta-object from a string.Methods in com.itextpdf.xmp with parameters of type XMPMetaModifier and TypeMethodDescriptionstatic 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 StringXMPUtils.catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, String separator, String quotes, boolean allowCommas) Create a single edit string from an array of strings.static voidXMPUtils.removeProperties(XMPMeta xmp, String schemaNS, String propName, boolean doAllProperties, boolean includeAliases) Remove multiple properties from an XMP object.static voidXMPUtils.separateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, String catedStr, PropertyOptions arrayOptions, boolean preserveCommas) Separate a single edit string into an array of strings.static voidXMPMetaFactory.serialize(XMPMeta xmp, OutputStream out) Serializes anXMPMeta-object as RDF into anOutputStreamwith default options.static voidXMPMetaFactory.serialize(XMPMeta xmp, 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 StringXMPMetaFactory.serializeToString(XMPMeta xmp, SerializeOptions options) Serializes anXMPMeta-object as RDF into a string. -
Uses of XMPMeta in com.itextpdf.xmp.impl
Classes in com.itextpdf.xmp.impl that implement XMPMetaMethods in com.itextpdf.xmp.impl that return XMPMetaModifier and TypeMethodDescriptionstatic XMPMetaXMPMetaParser.parse(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.xmp.impl with parameters of type XMPMetaModifier and TypeMethodDescriptionstatic 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 StringXMPUtilsImpl.catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, String separator, 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, String schemaNS, String propName, boolean doAllProperties, boolean includeAliases) static voidXMPUtilsImpl.separateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, String catedStr, PropertyOptions arrayOptions, boolean preserveCommas) voidXMPSerializerRDF.serialize(XMPMeta xmp, OutputStream out, SerializeOptions options) The actual serialization.