Tobias Meier wrote:
> Hi fellow iText users,
> 
> i have a question for you.
> For example i have 3 pdf's, two without formfields (ff) and one with
> formfields.
> Can i use PDFSmartCopy to merge the pdf's without ff's and then
> use PdfCopyFields to merge the third pdf with that result?
> 
> The final PDF should be as small as possible and therefore i want to use
> PDFSmartCopy as often as possible.

An idea I haven't tried, but that may be interesting to try out:
concatenate all files with PdfSmartCopy, but make sure the one
PDF with the form is the first one.
Then, if the PDF with the first shouldn't be the first one,
use PdfReader and PdfStamper to reorder the pages.
br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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