append multiple documents to pdf

I’m not sure if what I am trying to do is available from LL21 (using C#).
I need to create a package of documents into 1 PDF file. So far I am able to create individual PDF file but I am not sure how to combine them. Can LL21 do this or I need to find different method to do this outside LL engine?

Any idea?
Thanks

Hi!
I found this one:
http://www.pdfsharp.net/wiki/ConcatenateDocuments-sample.ashx
PDFsharp is published under the MIT License.
:slight_smile:

Thank you Hans.
I figure it out.
First I create preview .ll file then append more document using this format. when all documents are appended, I convert this preview file to pdf and it work as I expected.
Just an idea if anyone want to do the same thing.