| Package | Description | 
|---|---|
| com.itextpdf.xmp |  
          
           Package containing the xmpcore interface. 
            |  
       
| com.itextpdf.xmp.impl |  
          
           Package containing the xmpcore implementation. 
            |  
       
| com.itextpdf.xmp.options |  
          
           Package containing the option classes. 
            |  
       
| Modifier and Type | Method and Description | 
|---|---|
void |  
          XMPMeta.normalize(ParseOptions options) 
           
             Perform the normalization as a separate parsing step. 
              |  
         
static XMPMeta |  
          XMPMetaFactory.parse(InputStream in, ParseOptions options) 
           
             These functions support parsing serialized RDF into an XMP object, and serailizing an XMP object into RDF. 
              |  
         
static XMPMeta |  
          XMPMetaFactory.parseFromBuffer(byte[] buffer, ParseOptions options) 
           
             Creates an   XMPMeta-object from a byte-buffer. 
            |  
         
static XMPMeta |  
          XMPMetaFactory.parseFromString(String packet, ParseOptions options) 
           
             Creates an   XMPMeta-object from a string. 
            |  
         
| Modifier and Type | Method and Description | 
|---|---|
void |  
          XMPMetaImpl.normalize(ParseOptions options)  |  
         
static XMPMeta |  
          XMPMetaParser.parse(Object input, ParseOptions options) 
           
             Parses the input source into an XMP metadata object, including de-aliasing and normalisation. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
ParseOptions |  
          ParseOptions.setAcceptLatin1(boolean value)  |  
         
ParseOptions |  
          ParseOptions.setFixControlChars(boolean value)  |  
         
ParseOptions |  
          ParseOptions.setOmitNormalization(boolean value)  |  
         
ParseOptions |  
          ParseOptions.setRequireXMPMeta(boolean value)  |  
         
ParseOptions |  
          ParseOptions.setStrictAliasing(boolean value)  |  
         
Copyright © 1998–2019. All rights reserved.