-
1. Re: Open the "Merge Files into a Single PDF" utility via script or exe?
BarlaeDC Mar 27, 2012 1:47 AM (in response to Chireven)Hi,
As far as I am aware it is not possible to pass a list of files to this dialog using any API in Acrobat.
You could however create your own VB .net application that has a mutli file select dialog box and the use the JSObject to merge all those files and open the resultant file in Acrobat.
There are samples in the Acrobat SDK that show how to use the JSObject and the JavaScript function you could use to perform the merge are in the SDK documentation, I would start with investigating "insertPages".
Please note that using the Acrobat SDK requires the Acrobat program to be installed and it will also need to be running in order to convert the files.
Hope this helps
Malcolm
-
2. Re: Open the "Merge Files into a Single PDF" utility via script or exe?
roniho May 11, 2012 7:59 AM (in response to Chireven)Hi,
Did you find any solution for your problem?
I'm searching a solution for a similar problem:
- in an external program I have list of files (pdf, Word, Excel, ...) stored on the file system
- I want to send this list of files to the combine/merge dialog of Acrobat Pro (shell, command line, automation, ...?)
- now the user may work within Acrobat (reorder the files, create pdf, save)
Thanks for any ideas.
Roni
-
3. Re: Open the "Merge Files into a Single PDF" utility via script or exe?
lrosenthMay 11, 2012 8:10 AM (in response to roniho)
There are no APIs for doing this – sorry.
-
4. Re: Open the "Merge Files into a Single PDF" utility via script or exe?
dying veteran May 11, 2012 11:41 AM (in response to BarlaeDC)Hi Roni, I am also looking for solution to similar problem of combining two or more images into one pdf.
Where can I get the info on all the functions in the acrobat SDK ? What is the API utilities ?