I need to create a pdf that is simply combining graphic files in a directory.
Using VBScript I would like to be able to provide the output pdf name as well as all files to be included. I have looked but could not find an easy solution. I also could not find example code.
I am not opposed to writting C# code to create a program to do this but there must be something out there that does this already. I have Acrobat available but again no simple solution to provide the output name and input files.
Lou