[iText-questions] problem with german umlauts in metadata in pdfStamper

2014-01-23 Thread Peter Schwalm
Hi, I have experienced this with iTextSHARP 5.4.5. The problem: PdfStamper crashes during .Close() if xml-metadata contain a german umlaut. I have traced that in the source code: (XmpMetaParser.cs) private static XmlDocument ParseXmlFromBytebuffer(ByteBuffer buffer, ParseOptions

Re: [iText-questions] Proguard with android and itext

2014-01-23 Thread iText mailing list
On 1/23/2014 4:58 PM, florian.gir...@free.fr wrote: > Dear all, > I try to use proguard on my android project with itext. > > It isn't worked correctly, there are many warnings, e.g : > > Warning: com.itextpdf.text.pdf.security.TSAInfoBouncyCastle: can't find > referenced class org.spongycastle.ts

[iText-questions] Proguard with android and itext

2014-01-23 Thread florian . girard
Dear all, I try to use proguard on my android project with itext. It isn't worked correctly, there are many warnings, e.g : Warning: com.itextpdf.text.pdf.security.TSAInfoBouncyCastle: can't find referenced class org.spongycastle.tsp.TimeStampTokenInfo Can i use proguard with itext? Thank

[iText-questions] Show pdf document in a second aspx page

2014-01-23 Thread SALAZAR, DANTE
In a web application, I generate a pdf document in two different ways: 1. With the instructions Response.ContentType = "application/pdf" Response.AddHeader("Content-Disposition", "attachment; filename=itext.pdf") I show the document in a pdf window, (not a web page) separat