Re: [iText-questions] concatenating documents

2007-08-05 Thread Paulo Soares
MemoryStream.ToArray(). Paulo - Original Message - From: "Rick Roen" <[EMAIL PROTECTED]> To: Sent: Sunday, August 05, 2007 7:08 PM Subject: [iText-questions] concatenating documents > > > I have an existing class that creates individual invoice documents. Th

[iText-questions] concatenating documents

2007-08-05 Thread Rick Roen
I have an existing class that creates individual invoice documents. The Create method takes a stream object, which normally is a file stream. Now I want to batch print invoices, so I want to call this Invoice class with a memory stream and then concatenate that stream into a "batch" document