These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Merge/Conbine files into PDF

martaharo
Registered: Nov 24 2007
Posts: 2

How can I merge diferent files into one PDF file using the Acrobat 8.0? I've looked in the Distiller and Acrobat SDK documentation, but I cannot find an API to do this. Which languages support these kinds of operations? Thanks for your help.

My Product Information:
Acrobat Pro 8, Windows
carrimak
Team
Registered: Dec 13 2006
Posts: 165
Assuming that you are using Acrobat 8 professional, you would do this from
"Create PDF" on the toolbar, and then select "from multiple files." You can then make a PDF package, or one PDF file. Be sure your end user has the right version of Reader (7 or above) to be able to open a PDF package.

Hope this helps...

Acrobat is probably the program I use most often and I'm learning more every day.

ncsthbell
Registered: Nov 6 2007
Posts: 13
Did you ever find an API or way to do this? I am trying to do the same thing, create one PDF by combining multiple files and I would like to automate this using VB.
jbfreels
Registered: Feb 19 2008
Posts: 63
Acrobat JavaScript supports it.

.insertPages() method. Page 318 of the Acrobat JavaScript API Reference.The SDK also supports it. PDDocInsertPages. Take another look at the SDK.
ncsthbell
Registered: Nov 6 2007
Posts: 13
Being brand new to Acrobat, please tell me what SDK is? I will be doing this within Access 2000, using VB code.
jbfreels
Registered: Feb 19 2008
Posts: 63
http://www.google.com/search?hl=en&q=Acrobat+SDK&btnG=Google+Search