Re: [iText-questions] Reading value from DB

2011-01-30 Thread 1T3XT BVBA
Op 31/01/2011 4:25, karthick schreef: > to follow up my post, Which post? You have posted a mail to itext-questions@lists.sourceforge.net but you weren't subscribed. You are receiving this answer because I've added your mail address in Bcc: I will do this only once! Further answers will be sent to

Re: [iText-questions] Reading value from DB

2011-01-30 Thread karthick
to follow up my post, I have read the pdf file from the db blob column. If I try to concat this with existing pdf it throws invalid pdf exception. I'm not sure how to resolve this one? Thanks. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Reading-v

[iText-questions] problem displaying tick mark image in PDF page using iText

2011-01-30 Thread Anil Kumar
Hello All, Iam using iText5.0 jar. I have a requirement wherein i need to display a checkbox (unchecked and checked) in my PDF as a list symbol. What is the best way to move forward ?. Should i use a check box image (.JPG) and add to chunk ? I have tried this approach but the image is not display

Re: [iText-questions] v4 to v5 upgrade

2011-01-30 Thread 1T3XT BVBA
Op 30/01/2011 13:40, Ton Trommelen schreef: Hi, I’m using the following code in a project that uses itextsharp v4 Document document = new Document(); PdfWriter.GetInstance(document, new FileStream(“c:\infile”, FileMode.Create)); XmlParser.Parse(document, "output.xml"); document.Close(); The sam

[iText-questions] v4 to v5 upgrade

2011-01-30 Thread Ton Trommelen
Hi, I’m using the following code in a project that uses itextsharp v4 Document document = new Document(); PdfWriter.GetInstance(document, new FileStream(“c:\infile”, FileMode.Create)); XmlParser.Parse(document, "output.xml"); document.Close(); The same code is not supported in v5. How can I rew

Re: [iText-questions] Problem with signature order and certificate chain

2011-01-30 Thread Sonnt
thank you! I think i will write my own sorting function! -- View this message in context: http://itext-general.2136553.n4.nabble.com/Problem-with-signature-order-and-certificate-chain-tp3244111p3246780.html Sent from the iText - General mailing list archive at Nabble.com. --