Re: [iText-questions] Reading value from DB

2011-02-01 Thread 1T3XT BVBA
Op 1/02/2011 14:38, karthick schreef: > I already have a pdf and I want to get a pdf from db blob column and attach > to the existing one. I have a concat method that would produce both the docs > (from list of input stream) as a single pdf. As said before: don't just add the bytes of PDF2 to the b

Re: [iText-questions] Reading value from DB

2011-02-01 Thread karthick
I already have a pdf and I want to get a pdf from db blob column and attach to the existing one. I have a concat method that would produce both the docs (from list of input stream) as a single pdf. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Reading-value-from-DB-

Re: [iText-questions] Reading value from DB

2011-01-31 Thread 1T3XT BVBA
Op 31/01/2011 21:47, karthick schreef: > I did subscribe. I just read as I had mentioned here (1st thread) and adding > it to existing input stream. Are you adding two PDF streams to each other? How is that ever going to work? What is your question? How is it related to iText?

Re: [iText-questions] Reading value from DB

2011-01-31 Thread karthick
I did subscribe. I just read as I had mentioned here (1st thread) and adding it to existing input stream. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Reading-value-from-DB-tp3209569p3249689.html Sent from the iText - General mailing list archive at Nabble.com. --

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