Merge many PDFs into multiple PDFs

Hello

I have about 500 PDFs:

PDF_A1

PDF_A2

PDF_B1

PDF_B2

Etc.

I want to merge all my files PDF 500 250 PDF files. I want to merge A1 to A2. B1 to B2 etc. No idea how to do?

Thank you

Hi Dave,.

First of all, the issue no longer exists. We decided to merge all the documents in the same file. that's done and OK

Then, anyway, I found a solution:

Use a script to put in different folders, all the files that need to be together. I mean folder will contain the files A1 and A2. Folder B contains B1 and B2 files...

Then use a PDF software online order to merge all the PDF files folder by folder.

Thnak you for your response.

Tags: Acrobat

Similar Questions

  • How to merge several pdf files into an editable word document?

    How to merge several pdf files into an editable word document?

    You will need either a subscription to the pack PDF to merge the files, then export to Word or you would need Adobe Acrobat (should not be confused with the free Adobe Acrobat Reader which can not do).

  • How to merge several PDF files into a PDF file?

    How to merge several PDF files into a PDF file? for example, I've scanned 3 pages of the same document on my computer and they come up on top of the computer as a separate PDF files, but they are 3 pages that should be in the same PDF file?

    Hi m.zaffar,

    In order to combine the PDF you can subscribe to Adobe PDF to combine files of service https://cloud.acrobat.com/combinepdf

    KB doc. for help Document Cloud Help | Adobe PDF package using.

    Or

    You can use the Acrobat free trial download Adobe Acrobat application | Acrobat Pro DC.

    KB doc. using Acrobat help. Combine or merge files into a single PDF file.

    Kind regards

    Nicos

  • A script that will count the total number of pages into multiple PDF files in a batch file?

    Is there a script I can use ExtendScript Toolkit that will count the total number of pages into multiple PDF files in a batch file?

    In another discussion I showed a JavaScript that you can use to write the number of pages to the console in a batch sequence. You would do exactly the same thing in Action, so the action would consist of a simple JavaScript (more tools > run JavaScript) which includes the code.

  • Code to merge two PDF files of the scanned book: one of the odd pages and the other pages even.

    I'm looking for an effective way merge two PDF files: one with all the odd pages scanned a book, one with all even-numbered pages. This question has been posted several times in many different forums.  I am unable to get the Javascript code that is given in the following forum to work.  https://forums.adobe.com/thread/286654.  Generally, the responses to this question are not useful for me because 1) they provide instructions that apply to an older version of Adobe (I use Adobe Acrobat Pro DC), or 2) they involve software purchase that I found to be ineffective. One post step by step to complete code that can do bonded labor and be registered as a custom through the command Wizard command (see the post from 11:27 January 13, 2016 to https://forums.adobe.com/thread/2063936, for an example of a good response to a different question) would be much appreciated.  Thank you, Carl

    You can use a large part of the script that was posted in the other thread and create a personalized out of it. In fact, it makes the script easier to understand, because all the "stuff" that is about adding menus and elevate the rights of scripts is no longer necessary.

    See here for instructions on how to create a custom in Acrobat DC command:

    Create orders customized in Adobe Acrobat DC Pro - KHKonsulting LLC

    Instead of the sample code of the blog post, you would use this (which is really just a copy & paste of the original script):

        // create an array to use as the rect parameter in the browse for field
    
        var arRect = new Array();
        arRect[0] = 0;
        arRect[1] = 0;
        arRect[2] = 0;
        arRect[3] = 0;
    
        // create a non-visible form field to use as a browse for field
        var f = this.addField("txtFilename", "text", this.numPages - 1, arRect);
    
        f.delay = true;
        f.fileSelect = true;
        f.delay = false;
    
        // user prompted to select file to collate the open document with
        app.alert("Select the PDF file to merge with")
    
        // open the browse for dialog
        f.browseForFileToSubmit();
        var evenDocPath = f.value;
    
        var q = this.numPages;
    
        var t = app.thermometer;
        t.duration = q;
        t.begin();
    
        // insert pages from selected document into open document
        for (var i = 0; i < q; i++) {
            var j = i * 2;
            this.insertPages(j, evenDocPath, i);
            t.value = i;
            t.text = 'Inserting page ' + (i + 1);
        }
        t.end();
    
        // remove unused field
        this.removeField("txtFilename");
    

    Given the instructions in my blog, you should be able to create this custom command and run it. To run it, the important part is that you load the 'weird' part of the document first, then launch the custom command and then select the item "same" document.

  • Merge a pdf form to be completed on-line with a scanned pdf document

    Is it possible to merge a pdf form to be completed on-line with a scanned pdf document? Our society needs a way to combine a pdf form to be completed on-line with a scanned pdf document to send as an attachment a.

    Of course, assuming that they are not secure, digitally signed or created using LiveCycle Designer.

    You can do this via file - create - combine multiple files into a single PDF file.

  • How can I merge 6 PDFs together

    steps to merge several pdf files

    Hey,.

    You could choose "create > combine files into a single PDF" and add all the 6 files you need to combine.

    For Windows, you can also right click on the selected PDF files and choose 'combine files in Acrobat.

    Kind regards

    Ana Maria

  • problem w / script to merge 2 PDF files

    Hello

    Is anyone please tell me what is the problem with my JavaScript?

    var newDoc = app.newDoc ();  create a new doc PDF

    newDoc.insertPages ({nPage:-1, cPath: "/ c/doc1.pdf",});    Insert doc1.pdf

    newDoc.insertPages ({nPage: newDoc.numPages, cPath: "/ c/doc2.pdf",});   Insert doc2.pdf

    newDoc.saveAs ({cPath: "/ c/myNewDoc.pdf"});     Save the new doc

    newDoc.closeDoc (true);    close the doc

    I fell on the batch processing of Adobe Pro 9.0 - he gave me the invalid argument type.

    Undefined Doc.insertPages:13:Batch: Exec = > nPage parameter.

    I'm trying to merge 2 PDF files using the Acrobat JavaScript Scripting Guide script sample, but it does not work for some reason any.

    I can has merged the 2 PDF files manually, but not by script.  I hope that in a script I can forced Adobe XFA forms that I created LCDesigner with the AcroForms.  Merge AcroForms and XFA forms.  I know that in manually may not merge. I wonder if it can it be done through JavaScript?  The doc1 doc2 I have are regular AcroForms

    Thank you 1 million for your help & suggestions

    Trang

    Hi Trang,

    XFA forms (created in the LC Designer) and AcroForms (created in Acrobat) are completely different animals!

    The XFA form is wrapped in a wrapper that runs in Acrobat/Reader. You cannot merge (AFAIK) an XFA form and a PDF (or AcroForm).

    The best that you will achieve is to attach an XFA form into a PDF file.

    Alternatively, you can group the XFA and PDF forms in a portfolio.

    Good luck

    Niall

  • How to merge 2 PDF in preview and print PDF unique?

    How to merge 2 PDF in preview and print PDF unique?

    First, enable the sidebar via the view menu. Select the two PDF files, then choose Save as or export as a PDF document.

  • Is there a package from Adobe for a single user who would allow me to merge/combine PDF files, convert PDF to Word and I would use echosign?

    Is there a package from Adobe for a single user who would allow me to merge/combine PDF files, convert PDF to Word and I would use echosign?

    Hi mm12798893,

    For all these features, please see the service pack Adobe PDF or Acrobat DC subscription.

    See these KB doc for more information:

    https://www.Acrobat.com/en_US/landing/EXPORTPDF-pricing-b.html let us know if you need help.

    Kind regards

    Meenakshi

  • How to merge 2 PDF files on iPad

    How to merge 2 PDF files on iPad?

    Hi shanebrianmurphy,

    Adobe PDF package (paid subscription service) offers the possibility to combine files.

    Document help Cloud | With the help of Adobe PDF Pack

    Alternatively, you can use Adobe Acrobat Pro (desktop app) to combine files.

    However, the reader app on iPad/iPhone has no support in-app to combine/merge PDF files.

    Sorry for the inconvenience.

  • Merging 2 PDFs causes WINWORD. EXE fails

    When merging 2 PDFs together, it will work 1 / 3 times. It seems to use WINWORD. EXE to merge the two files with the help of the PDFMarkerAPI.dll Add. The latest version of Acrobat that we use is 11.0.10.32

    Event Viewer reports the following application error when the error occurs;

    The failing application name: WINWORD. EXE, version: 15.0.4420.1017, time stamp: 0x5067349a

    The failed module name: igd10umd32.dll, version: 8.15.10.2291, time stamp: 0x4d41a0db

    Exception code: 0xc0000005

    Offset: 0x000e3331

    Failing the process ID: 0x2e8

    Start time of application vulnerabilities: 0x01d0442afe8a99a4

    The failing application path: C:\Program Files (x 86) \Microsoft Office\Office15\WINWORD. EXE

    Path of the failing module: C:\Windows\system32\igd10umd32.dll

    Report ID: 3cc03c4e-b01e-11e4-819e-d4bed9e463e6

    I updated Adobe Acrobat version and did a repair on the entire suite Microsoft Office 2013.

    It turned out to be the graphics driver. Updated and the problem disappeared. Who would have thought?

  • I have many PDF files on my PC which one cannot remove, it becomes very messy and very annoying. Help, please?

    I have many PDF files on my PC which one cannot remove, it becomes very messy and very annoying. Help, please?

    In Windows Explorer click the icon "show preview pane" on the right side of the toolbar. Whenever a PDF file is opened in the preview pane, Windows treats as "in use" and will not allow that it be modified or deleted.

  • Can I merge several PDF on a list of PDF and order

    For example
    Let's say I have 5 pdf queries with 5 page report layouts
    I can do a page of APEX to select one or more to be put in a single PDF and also have the order in which they appear in the file a PDF?
    Help, please
    Thank you
    Doug

    BI Publisher comes with a java API that allows you to merge several PDF files.
    Made custom coding is possible - so I'm not an expert of the APEX - so I can't
    talk about how integrate it APEX.

    Klaus

  • Convert a single column into multiple lines

    Hi people,

    I have a task to display a single column into multiple lines (for use in LOV)

    For Ex:

    The column consistes of value such as 98,78,67,68,34,90. -It's a unique column values where none of the values can be ' number that is separated by commas

    Then we must view it as

    98
    78
    67
    68
    34
    90
    -under the number of lines (no lines can be ' do not number).

    Thanks in advance

    Try this...

    SQL> ed
    Wrote file afiedt.buf
    
      1  select regexp_substr('98,78,67,68,34,90', '[^,]+',1,level) Value
      2    from dual
      3*   connect by level <= regexp_count('98,78,67,68,34,90',',') + 1
    SQL> /
    
    VALUE
    -----------------
    98
    78
    67
    68
    34
    90
    
    6 rows selected.
    

    Thank you!

Maybe you are looking for

  • Cannot download episodes of season bought

    I bought the subscription of season for Once Upon a Time in Wonderland, but after downloading the first episodes, I am unable to download more episodes.  When I click it the window opens asking me to pay. Any suggestion is appreciated.

  • Password Palm Tungsten E2

    My wife has not used his Palm for a while and we decided to sell it. First I wanted to be sure that their information has been completely erased. The computer, she has been using HotSync and long since gone for recyclers. I decided to load the softwa

  • Display driver has stopped working and has recovered

    This is my first post, so please bear with me. Also although I use pc a lot, I'm not technical interest. I have a laptop Compaq presario CQ61 64-bit Windows 7.  2 days ago the screen went suddenly "speckly" flickered then briefly became black. On for

  • Possible extension of memory locations?

    With the help of hp series p, with memory PCI cards shorted my seats 3 could I get a device of "expansion" or something to go into labor last and so add 2 memory cards... ?

  • Diablo2 LoD and MedianXL problems.

    So I played diablo 2 for almost 3 years now. I bought a new computer and the screen and the resolution is too high for the game my screen is 1440-900. I put LoD in a window, but now I can't play medianXL without problems. I went to propertys > compat