Re: [iText-questions] Write some xmp metadata

2014-09-15 Thread Abedellatif Hussein
Hello, if as you mentioned, the CreateXmpMetadata() overwites the xmp metadata how can we add other metadata to the xmp section in PDFA where the CreateXmpMetadata() is required? Thanks, Abedellatif -- View this message in context: http://itext-general.2136553.n4.nabble.com/Write-some-xmp-met

Re: [iText-questions] Write some xmp metadata

2006-03-10 Thread bruno
Hello, without testing, I would say you'd need this method: pdfwriter.setXmpMetadata(meta.toString().getBytes()); The following method will overwrite your metadata: pdfwriter.createXmpMetadata(); createXmpMetadata can be used to 'translate' your PDF specific metadata (setAuthor

[iText-questions] Write some xmp metadata

2006-03-09 Thread Thomas Kübler
Hello to all, I will put some metadata to the xmp, but it still not working, perhaps i understand something wrong, my simple code is: final StringBuffer meta = new StringBuffer(); meta.append("rdf:about='uuid:b67df14f-624c-4d40-85fe-cc0b6f94a7a3'xmlns:dc='http://purl.org/dc