I want to concatenate two pdf files to one. This is something what could be don by the function concat_pdf, but it won't work in this way. The special thing with this is that the first pdf is a bytearrayoutputstream and so not a pdf which is pysical on the hard disk. The second is. So I nead to concatenate a bytearrayoutputstream with a pdf. I think it is the easiest way to convert the pdf to a bytearrayoutputstream and then to concatenate the two, but I have no idea how to do this.
I hope someone has an idea how to handel this problem. The thing I don't wan't is to convert the pdf in the bytearrayoutputstream to convert to a 'real' pdf. In a later stadium both pdf files has to be bytearrays so I have to find a manner to handel it with these arrays.
Thank's in advance, Jef
_________________________________________________________________ Ken je het magazine Glamo al? http://www.msn.be/glamo
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
