[iText-questions] Itext checkbox is always checked

2013-08-04 Thread Jason Hamm
I am using Itext to create a pdf and I cannot get the checkbox to uncheck. Here is my code: RadioCheckField bt = new RadioCheckField(writer, new Rectangle(100, 100, 200, 200), radio, v1); bt = new RadioCheckField(writer, new Rectangle(300, 300, 400, 400), check1,

Re: [iText-questions] Itext checkbox is always checked

2013-08-04 Thread iText Info
Op 3/08/2013 16:49, Jason Hamm schreef: I am using Itext to create a pdf and I cannot get the checkbox to uncheck. Here is my code: RadioCheckField bt = new RadioCheckField(writer, new Rectangle(100, 100, 200, 200), radio, v1); bt = new RadioCheckField(writer, new

[iText-questions] System.IO.MemoryStream empty using XMPWriter

2013-08-04 Thread Darker4Ever
Hi ! I have a problem with the class XMPWriter. With this code, always the memory stream object has length=0. What can I do to fix it? Thank you very much, iTextSharp.text.pdf.PdfReader readInputPDF = null; MemoryStream ms=null; iTextSharp.text.xml.xmp.XmpWriter xmp=null;