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
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
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
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