Hi list!

 

I have created a java class (servlet) that uses iText to generate and outputs a PDF. What I would like to do now is to create a class/servlet that will use the previous class to batch generate individual PDF which then are concatenated into one huge PDF. What is the best strategy to do this? I obviously need to read the PDF stream from the writer in the generating class somehow…

 

// Niklas P

Reply via email to