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