Basically each page would reuse the same .pdf with different data on each page.
a) Simple example of a formfill I am using for one page:
FdfWriter fdfWriter = new FdfWriter();
fdfWriter.setFile("http://blah.../Form.pdf");
if (fdfWriter.setFieldAsString("somefield", "test text") == false)
System.out.println("set failed");
...
fdfWriter.writeTo(baosPDF);b) Can I merge .fdf's in a single stream?
c) Or do I have to server side flatten each copy/page vs letting the client merge?
Example of someone else trying to do a similar thing:
managing growth of repeating PDF forms in a document
http://sourceforge.net/mailarchive/message.php?msg_id=9681538
-Jeff
Jeff Buhrt
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
