display("Description:", dc.getDescription());
list("Creators: ", dc.getCreators());
list("Dates:", dc.getDates());
}
XMPSchemaPDF pdf = metadata.getPDFSchema();
if (pdf != null)
{
display("Keywords:", pdf.getKeywords());
display("PDF Version:", pdf.getPDFVersion());
display("PDF Producer:", pdf.getProducer());
}
XMPSchemaBasic basic = metadata.getBasicSchema();
if (basic != null)
{