Hello,
 
I am trying to append a pdf file to another existing pdf file. Can that
be achieved through itext without creating a new temp output file where
I will have to copy both the pdfs to actually merge them.
 
Currently that is how I am able to append. If I need to append a pdf say
Pdf1 to another Pdf2, I am creating a temp Pdf3 and merging both the
pdfs into the new temp pdf. The reason is whenever I have to create an
instance of PdfWriter or PdfCopy, it creates a new file, there does not
seem to be an option to open an existing pdf. The problem with this
method is that if I need to append a single paged pdf into another pdf
containing say 50 pages, I am forced to create another pdf and then copy
50 pages first and then the single paged pdf, this turns out to be a
very expensive operation. 
 
If someone has better ideas, could you please share?
 
Regards,
Taj
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to