How do I merge 105 PDF's into a Single PFD?

How do I merge 105 pdf's into a single PDF.
I have already tried doing this in PREVIEW, selecting all, and then saving, and saving as. But it is for me, to no avail. When I re-open, all I get is the first page.
please help.

CRB wrote:
How do I merge 105 pdf's into a single PDF.
I have already tried doing this in PREVIEW, selecting all, and then saving, and saving as. But it is for me, to no avail. When I re-open, all I get is the first page.
So, I'm not the only one unable to merge docs thru Preview.
This is why I wrote my own script to do that.
--[SCRIPT join_PDFs]
Enregistrer le script en tant que Script : join_PDFs.scpt
déplacer le fichier ainsi créé dans le dossier
<VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:
aller au menu Scripts , puis choisir join_PDFs
Vous pouvez également enregistrer le script en tant qu'application.
Vous pourrez alors glisser déposer les icônes de PDFs à fusionner sur celle du script.
J'ai trouvé le code principal dans une page Web.
--=====
L'aide du Finder explique:
L'Utilitaire AppleScript permet d'activer le Menu des scripts :
Ouvrez l'Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
Cochez la case "Afficher le menu des scripts dans la barre de menus".
Sous 10.6.x,
aller dans le panneau "Général" du dialogue Préférences de l'Éditeur Applescript
puis cocher la case "Afficher le menu des scripts dans la barre des menus".
--=====
Save the script as a Script: join_PDFs.scpt
Move the newly created file into the folder:
<startup Volume>:Users:<yourAccount>:Library:Scripts:
go to the Scripts Menu, choose Numbers, then choose "join_PDFs"
You may also save the script as an application.
Then you will be anle to drag an drop PDFs icons on the script one.
I found the main code in a Web page.
--=====
The Finder's Help explains:
To make the Script menu appear:
Open the AppleScript utility located in Applications/AppleScript.
Select the "Show Script Menu in menu bar" checkbox.
Under 10.6.x,
go to the General panel of AppleScript Editor’s Preferences dialog box
and check the “Show Script menu in menu bar” option.
--=====
Yvan KOENIG (VALLAURIS, France)
2011/01/18
--=====
on run
if parle_anglais() then
set les_fichiers to choose file "Select the PDFs files to merge" of type {"com.adobe.pdf"} with multiple selections allowed without invisibles
else
set les_fichiers to choose file "Sélectionner les fichiers PDFs à fusionner" of type {"com.adobe.pdf"} with multiple selections allowed without invisibles
end if
my main(les_fichiers)
end run
--=====
on open sel
my main(sel)
end open
--=====
on main(lesPDFs)
local p2s, alias_existe, aPath, chemindu_nouveauPDF, les_UNIXs
set lesPDFs to lesPDFs as list -- just for safe
set p2s to "" & (path to startup disk)
tell application "System Events" to set alias_existe to exists disk item (p2s & "joinPDF.py")
If it doesn't exist, create a symbolic link to a python script
delivered by Apple in an Automator process.
if not alias_existe then
set aPath to quoted form of "/System/Library/Automator/Combine PDF Pages.action/Contents/Resources/join.py"
do shell script "ln -s " & aPath & " joinPDF.py"
end if
set chemindu_nouveauPDF to "" & (path to documents folder) & (do shell script "date +_%Y%m%d-%H%M%S") & ".pdf"
set les_UNIXs to {}
repeat with i from 1 to count of lesPDFs
copy quoted form of POSIX path of item i of lesPDFs to end of les_UNIXs
end repeat
set les_UNIXs to my recolle(les_UNIXs, space)
do shell script "./joinPDF.py -o " & quoted form of POSIX path of chemindu_nouveauPDF & space & les_UNIXs
tell application "Finder" to open file chemindu_nouveauPDF
end main
--=====
on recolle(l, d)
local oTIDs, t
set oTIDs to AppleScript's text item delimiters
set AppleScript's text item delimiters to d
set t to l as text
set AppleScript's text item delimiters to oTIDs
return t
end recolle
--=====
on parle_anglais()
return (do shell script "defaults read 'Apple Global Domain' AppleLocale") does not start with "fr_"
end parle_anglais
--=====
--[/SCRIPT]
Yvan KOENIG (VALLAURIS, France) mardi 18 janvier 2011 12:24:51

Similar Messages

  • How do i merge two pdf files into one

    How do i merge 2 pdf files into one.

    Open up the first pdf in Preview
    Then from Menu
    select from Edit Menu
    Select Insert (your choice of)
              Page from Scanner
              Page from File (select your PDF file)
              Blank Page
    You can then save as your first file or rename it

  • How do you merge multiple pdf's into one document?

    How do you merge multiple pdf's into one document?

    Hi pharmovative,
    You can use the Combine PDF feature of Adobe PDF pack to combine multiple PDF files into one document. (Or, if you have the full version of Acrobat, you an do it there as well by choosing Create > Combine Files into a Single PDF.)
    Please let us know if you need further assistance.
    Best,
    Sara

  • How do i merge multipule pdf files into one file?

    how do i merge multipule pdf files into one file?

    One method:
    Open Acrobat XI Pro - use this "click path":
    File :: Create :: Combine Files into a Single File
    Be well...

  • How do I merge 2 pdf files into one file?

    How do I merge 2 pdf files into one file?

    I use PrimoPDF (free download) to create pdf files. To merge two docs/pdfs/etc., print the first to a new pdf using Primo. Close it, then print the second and save it to the same new pdf. Primo gives you the option to 'append' or 'overwrite' the original file. By using 'append', you are just adding it to the back of the existing file. You can do this repeatedly to resort or combine existing pages into a new pdf.
    Also, I'm using Adobe Reader X.

  • How do I merge multiple pdf documents into 1 with my iPad ?

    How do I merge multiple pdf documents into 1 with my iPad ? We are required by our customer 1 document that includes 4 different documents from different departments. Currently with our PC we can merge PDF files, excel or word files in to 1 PDF document. How can I do the same with our iPads and iPad minis using adobe?

    blogs.adobe.com We are excited to announce that Adobe CreatePDF application is now available on iOS. With this, Adobe brings rich, high-fidelity and Acrobat-like PDF creation to the iOS devices. You can now convert all your documents on iPad, iPhone & iPod touch devices to PDF for reliable, secure sharing and viewing across PCs, tablets & Smartphones.
    Robert Monsalve
    [signature removed by host]

  • How do i combine multiple pdf file into a single pdf file?

    how do i combine multiple pdf files into a single pdf file?

    The thread was started in early March and it's Mid-April, I know this very well. The OP of this thread posted a very common and simple question or maybe he/she would have resolved this. For an Adobe Acrobat user it's not at all difficult to combine multiple PDF files into one. But to combine PDF files full version of Adobe Acrobat is mainly required, otherwise PDF files can't be combined. For example, I'm using Adobe Acrobat 9 Pro. These simple steps are mainly required to combine PDF files:
    Open Adobe Acrobat.
    Click on Combine and click on Merge files into a single PDF.
    A window will be appearing, click on Add Files and select the PDF files you want to combine.
    Arrange the selected files in any order with the help of Move Up and Move Down button.
    Now click on Combine File and the selected PDF files will be combined within a few seconds.
    A new PDF file will be created. Click on Save As and name this new PDF file. Then, click on Save.
    A new PDF file will be created and all the selected PDF files are combined in it. The steps shown above might be different in other versions of Adobe Acrobat. Other than this, some third-party PDF merge software are also available. Most of them are available with a demo version for free evaluation. I've heard much about SysInfoTools PDF Merge software on other forums and directories and it's demo version is freely available. One may check its demo version if Adobe Acrobat (full version) is not available.
    Regards

  • How do I combine several pdf files into a single file (MAC OS)?

    How do I combine several pdf files into a single file ?
    MAC OS 10.6.8
    Adobe Reader 11.0.10
    Signed: Ken, in Utah

    Not possible with Reader. You need Acrobat or a subscription to something like PDF Pack to do it.

  • How do I bind multiple PDF Documents into one single document?

    I am trying to bind multiple PDF documents into one single document can anyone please help me?

    You would need Adobe Acrobat to do that. Reader doesn't have the ability.

  • How do you merge multiple .pdf files into one?

    I have four different .pdf files that I need to merge into one. How can I do that?
    Thanks in advance for your help.

    Do not reply there... but did you read the answer to your previous (wrong forum) question?
    http://forums.adobe.com/thread/423012?tstart=0

  • How do you merge several PDF's into one file

    have plans that come in on sepperate pdf pages and need to put them all on one file to work with
    please help

    Reader can't do that. You need Acrobat.

  • How do I combine 41 PDF files into one PDF file?

    How do I combine 41 PDF files into a single file using ADOBE PDF Pack?

    Hi,
    To combine more than 12 files:
    Please do below to combine files:
    Log into https://createpdf.acrobat.com/signin.html with your Adobe ID and password
    Select "Combine Files" from right pane
    Click "Select Files" button
    Select your files to combine
    Enter a name for combined PDF file
    Click "Combine" button
    Click "Download" button in the progress bar to download the combined file to your computer.
    To combine more than 12 files:
    Combine 1-12th files and name it  “combined 1” for example
    Combine 13-24 files and name it “combined 2”
    Keep doing step #1 and #2 and combine those combined files to combine all your files.
    You can use Acrobat XI Pro to combine multiple files (more than 12 files) by following the steps below and you can download Acrobat XI Pro Trial version from www.adobe.com:
    In Acrobat XI Pro:
    1. Launch Acrobat
    2. Select File menu > Create > Combine Multiple Files into a Single PDF
    3. Click "Add Files" button at top left corner
    4. Select your files to combine
    5. Click "Combine Files" button at bottom of the dialog.
    You can upgrade your subscription to Acrobat Plus and please see more information at https://www.acrobat.com/acrobatplus/en/home.html
    Hisami

  • How to merge the pdf files into single pdf?

    I need to merge the two (or) three pdf files into a single pdf via scripting. I used the below code for inserting(merging) the pages.
    this.insertPages({cPath: "Test.pdf"})
    But its merginging(inserting) successfully. But the links not working after inserting. kindly advise me the solution or any other ways.
    I am using Acrobat 8.0.
    Thanks in advance..

    http://gotofritz.net/blog/howto/joining-pdf-files-in-os-x-from-the-command-line/   <- this works but it strips OPI
    Here's what I did: (This is shell script)
    #!/bin/bash
    FROM="./"
    DESTINATION="./unCombined/"
    for i in $(ls *_F_ga.pdf)
              do
              BACK=`echo "$i" | sed "s/_F_/_B_/g"`
              if [ -f $BACK ] ; then
                        open "$i"
                        osascript selectMenuItem.scpt
                        sleep 3
                        mv -f "$FROM/$i" $DESTINATION
                        mv -f "$FROM/$BACK" $DESTINATION
              fi
    done
    This calls an applescript
    tell application "/Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app"
    activate
    end tell
    tell application "System Events"
              tell process "Acrobat"
                        click menu item "combine Front and Back" of menu "File" of menu bar 1
              end tell
    end tell
    Which activates a menu item (made with Java and saved into Macintosh\ HD/Users/*user*/Library/Application\ Support/Adobe/Acrobat/10.0/JavaScripts)
    app.addMenuItem({
        cName: "combineFB",
        cUser: "combine Front and Back",
        cParent: "File",
        cExec: "combineFrontAndBack()",
        nPos: 0
    Which activates this script (again saved into Macintosh\ HD/Users/*user*/Library/Application\ Support/Adobe/Acrobat/10.0/JavaScripts)
    combineFrontAndBack = app.trustedFunction(
    function(){
    // get the file name and extension
    var sFullFileName =  this.documentFileName
    // make into an arry
    var aFullFileName = sFullFileName.split('_F_');
    // build a file name array dropping the extension
    var aFileName = new Array(aFullFileName.length - 2);
    for (i = 0; i < aFullFileName.length - 1; i++) {
    aFileName[i] = aFullFileName[i];
    // recreate file name
    var sFileName = aFileName.join('.');
    var back = sFileName + "_B_ga.pdf";
    app.beginPriv(); // Explicitly raise privilege
    //add back page based on front page name
    this.insertPages ({
                        nPage: 0,
                        cPath: "/Macintosh HD/Users/jfox/test/" + back,
                        nStart: 0
    this.saveAs("/Macintosh HD/Users/jfox/test/" + sFileName + "_ga.pdf");
    this.closeDoc(true);
    app.endPriv();
    return true;
    It's convoluted and comparitively slow, but it works.
    EDIT: I just realized you probably meant document links and not OPI links. Ha ha. I have no Idea what this would do to document links.

  • Merge multiple pdf files into single pdf

    How to merge multiple pdf files into single pdf file through any programmatic languages? Kindly share with me.
    Thanks

    Easy PDF
    http://www.macupdate.com/app/mac/38090/easy-pdf
    How To: Combine multiple PDFs in Preview
    http://macenstein.com/default/2011/12/how-to-combine-multiple-pdfs-in-preview/
    How to merge pdf files in OSX
    http://macintoshhowto.com/leopard/how-to-merge-pdf-files-with-preview-in-leopard .html
    How to Combine Multiple PDFs Using Preview
    http://www.macobserver.com/tmo/article/how_to_combine_multiple_pdfs_using_previe w/

  • Merge two PDF files into one with Adobe Reader

    Does anyone know how to merge two PDF files into one with Adobe Reader. Is it even possible?
    Thanks

    If you've got a Mac and OSX you can do this in Preview.  Make sure you can see the sidebar with the first PDF opened, and then drag the second PDF to the bottom of the last page in the sidebar.  Also you can reduce the size of your saved file by selecting (or making) a Quartz filter to 'reduce file size'
    Cheers

Maybe you are looking for

  • Problem with  _zero_ints

    One of my third party libraries giving problem when I link them with my application. The error was Undefined symbol zeroints. I am using CC 4.2 on Solaris 2.6. Can anybody knows, which library should I link to my application to get rid of this proble

  • Email language wise forwarder in specific DL on Exchange Server 2010

    Dear All, Can we set email language wise forwarder in specific  DL on Exchange Server 2010.  Below is the scenario : I have 4 users who sent mail to DL(DL-IT) in different languages like Dutch, German, English, now I want to set email forwarder on DL

  • Printing from a selected Printer

    Dear All, I am using SAP 8.8 PL 17. When I open any document which is already posted, and try to print it, the system directly takes the default printer of the system for printing. My network has so many printers. I wish the user to print it from any

  • Master-Details Record

    I have a Master and two details records. I need to generate report for the Master-Details record. I need to include some details from the Master table and some details from each of the detail tables. For example : In Master table: Employee_Number Emp

  • Help!! UIX Editable Table and RowID

    I Have UIX with Editable Table: <switcher childName="${uix.current.PatrRowID.inputValue == bindings.PatrRowID.inputValue ? 'selected' : 'notselected'}"> <case name="selected"> <textInput model="${bindings.PatrCode}" columns="10" readOnly="false"/> </