Katrina Walker wrote: > My preferred way would be to create ByteArrayOutputStreams and then > concatenate them. > Do you provide any tools with iText for concatenating the > ByteArrayOutputStreams?
Of course! > I have seen in the book that you use Concat.main(arguments) where arguments > is a > String array for the pdf file names - so as far as I understand I wouldn't be > able > to use that when working with ByteArrayOutputStreams. > Alternatively in the book I have seen how you can use PDFReaders and PDFCopy > but > I can only see how that does it on a page by page basis. Of course! PDF is a PDL: a page description language. EVERYTHING is done on a page per page basis. What's the question? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
