Tony Akocs wrote:
> I generate multiple PDF Documents in my code and display them one at a time.

Define 'display'.
You send them to a browser in a ServletOutputStream?

> I want to be able to add them to a List object

Define 'them'.
Do you mean you want to add byte[] to a List object?
Is this List object something you keep in the Session
object of the user?

> and when I'm done
> populating the list add them together in one master PDF Document to 
> display to the user.

If you have the byte[] of every PDF, this can be
done using PdfReader and PdfCopy.

> I do not want to have to save these PDF files to the hard drive first 
> then read them in using the PdfReader.

If you don't want to save the PDFs, you can keep them in memory.
br,
Bruno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to