• Appending pdf attachments?

    By Steve Cochrane 1 decade ago

    Hello!

       Thank you for such a useful app.  It works fine for my project, and I just want to add something to it.

       Basically, I have a long form, with many pdf attachments.  Exporting the form to a pdf works great!  How would I go about appending all the pdf's to make one big pdf?  So, the big pdf would look like this:

    1. main form, page 1
    2. main form, page 2
    3. attachment #1, page 1
    4. attachment #1, page n
    5. attachment #2, page 1
    6. attachment #2, page n
    7. etc...

       Each attachment would need a page break, but the most important thing is to have the form and all it's pdfs into one big pdf.  I know I can append a pdf to an existing one using iText, but I'm hoping for some guidance.

    Thanks, in advance!

    Steve