Re: [iText-questions] Different style/order of metadata

2013-06-08 Thread iText Mailing List
On Sat, 08 Jun 2013 07:18:56 +0200, hamzah wrote: > Hi, > > Need some help on this. ... > Any ideas on why the output is in the same order? The order of the attributes in an XML tag is irrelevant, as defined in the XML specs. Developers depending on the order of attributes are doing someth

[iText-questions] Different style/order of metadata

2013-06-08 Thread hamzah
Hi, Need some help on this. I've update a PDF metadata and its look like this in the text editor: <> but I want it to be like this: <> I've tried to arrange my addSubject() to the top, but still the result is the same. Any ideas on why the output is in the same order? Thanks in advance, Hamza