Multiple documents to one PDF

Is it possible using a combination of your products (word & pdf) to say take 10 word documents and create one PDF file out of them?

Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thanks for considering Aspose.

Aspose.Pdf is a component which is used to generate Pdf files, and you can also use it to convert Word files into pdf (Aspose.Words is required), and we have a component named, Aspose.Pdf.Kit, which is used to manipulate existing Pdf files. You can also use it to edit existing Pdf files, and it also serves the purpose to concatenate Pdf files.

According to you requirement, you can first convert the word files into Pdf using Aspose.Pdf and Aspose.Words and then use Aspose.Pdf.Kit to concatenate the resultant Pdf files into to a single file.

For related information on Word2Pdf, please visit Add DOC to PDF and Other Conversions to Microsoft Office SharePoint Server 2007 with Aspose Components

For related information on Pdf concatenation, please visit Concatenate PDF Documents

We also recommend you to visit, Aspose.Pdf vs Aspose.Pdf.Kit, in order to have understanding of difference between two products.