How to create a PDF file with many documents (excel, pdf and word)

Hello everyone,

I would like to create a program which made one pdf file with many other files such as excel, pdf and word. I would like to give a name for each sheet and place them in a right order.

The goal is to create a program which create the pdf file automaticly.

I have all ready download pdfcreator.

I tryed some command line in a bat file :

setlocal
path="C:\\Program Files\\PDFCreator";%path%
FOR %%i in (R:\\P\\Tbm11\\fev11.xls) do PDFCreator.exe /NoStart /PF"%%i"
endlocal

But I don't know how to make a complexe pdf file.

If someone can help me, I will appreciate.

Thanks

Julia