Re: [iText-questions] Problem with iTextSharp

2014-02-18 Thread iText mailing list
On 2/18/2014 5:12 PM, Leonard Rosenthol wrote: > There are no issues with iText No, but we made some minor changes in the latest release so that the behavior of keywords is more in line with what Adobe Reader expects. --

Re: [iText-questions] Problem with iTextSharp

2014-02-18 Thread Leonard Rosenthol
This is because the ';'is a predefined special character for XMP metadata as defined in ISO 16682-1. There are no issues with iText. Leonard From: , Jonathan mailto:jonathan.cro...@swissglobal-am.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Tuesday, February

Re: [iText-questions] Problem with iTextSharp

2014-02-18 Thread Michael Demey
Hi, What version are you using? I remember encountering this issue (or a similar one) last month and we fixed it for the recentmost release (5.5.0). Kind regards, Michaƫl. Crosby, Jonathan schreef op 18/02/2014 16:53: > Hi there > > We have discovered an error with your code. When setting M

[iText-questions] Problem with iTextSharp

2014-02-18 Thread Crosby, Jonathan
Hi there We have discovered an error with your code. When setting MoreInfo using the Stamper, there are some strange behaviours in combination with using some special characters. When the text being set contains a semicolon or a double quote, the keywords text is duplicated. Here is a vb.net e