What is an easy way of merging different PDF pages using iText?
See the CopyPdf sample...
I generate the pages using Apache FOP and would like to merge them to one document without doing a lot of file IO. Is there a way to achieve this or File IO is the only solution?
Sure, you can use memory buffers instead of files if you wish...
Leonard
--------------------------------------------------------------------------- Leonard Rosenthol <mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice)
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
