Re: [iText-questions] Append pdf to one created by ByteArrayOutputStream

2010-07-06 Thread QuietRiot
Figured it out: It was this line here: PdfCopyFields copy = new PdfCopyFields(buffer2); -- View this message in context: http://itext-general.2136553.n4.nabble.com/Append-pdf-to-one-created-by-ByteArrayOutputStream-tp2279726p2279944.html Sent from the iText - General mailing list archive at

Re: [iText-questions] Append pdf to one created by ByteArrayOutputStream

2010-07-06 Thread QuietRiot
Thanks for the quick response. I have the latest addition of iTextinAction as well. but I still seem to be having issues. Unfortunately I'm not currently using a development environment so all I get is a blank white screen whenever there are errors. It has to do with the code below. response.se

Re: [iText-questions] Append pdf to one created by ByteArrayOutputStream

2010-07-06 Thread 1T3XT info
QuietRiot wrote: > > Please help. I'm new to this. > > I'm currently creating a PDF file using buffer (byteArrayOutputStream) but I > also have a pdf with acrofields that I want to add to the beginning of this. > How can I do this? Concatenating forms is done with PdfCopyFields. You'll need two

[iText-questions] Append pdf to one created by ByteArrayOutputStream

2010-07-06 Thread QuietRiot
Please help. I'm new to this. I'm currently creating a PDF file using buffer (byteArrayOutputStream) but I also have a pdf with acrofields that I want to add to the beginning of this. How can I do this? response.setContentType("application/pdf"); Document document = new Document(); ByteArrayO