Home
CombineX PDFs
--Applescript to combine PDFs into one document.
Developed with Mac OSX 10.1.2, Classic 9.2.2, Adobe Acrobat
4.05a(Classic)
DownLoad 40k: CombineX
PDFs 1.3.app.hqx
Two Modes of use:
- Double click to get "Choose folder of PDFs" dialog.
Then...Select a folder with some PDF documents you want to
combine.
- Drag and Drop items on "Combine
PDFs" to combine dragged PDF files into one PDF
document. Dragged items can be folders and/or files.
- The folder depth the script will search is set in the first
line of the applescript.
Setting the Folder Depth
The folder depth the script will search is set for 1
(files in chosen or dragged folder only-subfolders ignored).
Change the following first line of the script to increase the
depth of folders within folders that the script will search:
property SearchDepth : 1 --Depth of
folders to search...1 is top level of folders dropped or
chosen,
Processing of PDF files:
- Files are opened and combined in alphabetical order. Page
additions are bookmarked with the PDF file name.
Using:
- Pdf files can be named to reflect page numbers or sections to
select order they will be copied.

- The resulting combined PDF file will be bookmarked

