Merge to PDF - create a unique name for each PDF file

I have been regularly mail merge documents to PDF using Microsoft Word and Microsoft Excel for quite some time, but once I have a long list of PDF documents I then have to rename each to what it must be rather than 'PDFMailer123 '.

Which would save me a lot of time with the renaming of the documents is so trying to create the PDF (with Adobe Acrobat), he was able to pick up a field in the worksheet excel information fusion to name the document.

Is there a way to do this?

Yes, it can be done if you do direct mail using a script.

Tags: Acrobat

Similar Questions

  • How to get LR using a unique name for each file?

    Hey there,

    I see that LR does not change the name of the file when there is already a file with the same name in the import file, but once you choose another folder it does not matter the file with the original name. I just realized that over the years using folders such as photos 2009 Photos 2010 and so forth, I have three or four times the files with the same name. Is there a way to tell LR to always use unique names when importing?

    Use a naming date-description model - sequence.ext to rename as you import (or if you prefer after importation). This means that you have never duplicates unless you for some weird reason use the same description for two sets of files on the same day. And if you need to do exactly that, just the starting number of the second/third batch of files be a number greater than previous batch on the same day.

    You can configure what ever format naming you want in file rename dialogue and have as a default.

    Leaving the file names as they come out of the device application in big trouble as invariably they're going to duplicate, which is not an even if good idea in different folders.

    F2 to rename the dialog when in the library.

  • I created a custom and registered with a specific name date format. However, when I open a new worksheet, my saved format does not display in the menu drop-down? Am hoping that I don't need to create the same format for each new sheet?

    I created a custom and registered with a specific name date format. However, when I open a new worksheet, my saved format does not appear in the menu drop-down? Am hoping that I don't need to create the same format for each new sheet?

    You must save the spreadsheet containing the new date as a model format and use this custom template for each new spreadsheet where you want that this date format personalized at your disposal.

  • Deployment of ADFLibrary: provide a unique name for the resources in this project

    JDeveloper 12 c.

    I'm deploying an application as a library ADF - it will be used my multiple applications.  So it's a bit generic. Sometimes it is OK and other times it gets stuck... See the ChangeLog

    What do mean exactly by ' resourceprovide a unique name of the indicated "? 

    What should I name the files?  xyz_abc_appNotices.jsff or the directory structure has to change?

    Thank you!

    Stuart

    [16: 38:44]-deployment began.  ----

    [16: 38:44] the target platform is Java EE Standard.

    [16: 38:44] analysis of the dependence running...

    [16: 38:44] building...

    [16: 38:48] deployment of profile...

    [16: 38:49] WARNING: the commonly named resources below could cause errors of reusability to your consumers.

    Provide a unique name for the resources in this project, or start with a different project.

    appNotices.jsff

    appNoticesMain.jsf

    [16: 38:49] Mobile WEB-INF/adfc - config.xml for META-INF/adfc-config. XML

    Well, Yes, it would do. The warning say you that your library resources should use unique names, that I hope are not used by other libraries. From the resources app Strip is common chance is that it will be a duplicate.

    Timo

  • 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

  • I created a domain name for my site, but it's just to show my domain name on the Web site. How can I get my website to show?

    I created a domain name for my site, but it's just to show my domain name on the Web site. How can I get my website to show?

    You can follow the steps outlined in the document below to add the domain: -.

    Add a domain name to your site using the service DNS of BC

  • 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.

  • Why Dev Guide says 'create a separate project for each workflow to ADF... '. »

    Hello

    We have a process BPM application that is having some human tasks. Form for each of the human tasks is similar. We would like to share some fragments of page or code between them and create unique web application to manage all human tasks for this application of BPM process. Then, I found the following in the document Oracle "Oracle SOA Suite 11 g Release 1 (11.1.1.4.0) Developer Guide":

    "If the composite SOA contains several human tasks, create a separate project for each ADF workflow associated with each human task."

    I wonder if we have to do and if so, what is the reason.

    Do you have any idea? Help, please.


    Thank you very much

    Helen

    Hi Helen
    1. I don't know the reason why they mentioned as separate project for each human task. NO, this is not necessary and we can have a single project of UI as MyTaskForms and have all JSPS in this same project for each human task.

    2. for our part, we have like 10 human tasks, while using the same payload. We have therefore 10 .task file. For the first file .task, we Auto generate project and gave the name of the project as OurAppTaskForms. Is the reason why as we did, for he adds all dependent libraries required, tag libs etc correctly. For all other .tasks files 9, we did NOT use auto generate. Instead we used standard New-> JSF human task and select only one task at a time and follow the steps. These steps are covered in the online documentation. At the end in our BPM application, we have just a UI project with all 10 screens.

    3. in ADDITION, all 10 screens have some common data. We put in a reusable JSF Fragment page. And associated with a managed Bean for this set and get the values of this fragment and also certain Actions for a few buttons in the Joint Strike Fighter. Then, we have included this JSF in every file of jsf taskform, uisng the tag include. We have added the include tag, somewhere in the upper part. If all the screens share common page fragment of jsf.

    4. we can refine the above things further. As per above, we have again JSF 10 screens for each one of the .tasks 10. Of course all these 10 jsf have same common jsf fragment. BUT instead of 10 screens individual jsf, we can have only ONE screen of Jsf also. For details, see the docs online. The hard part is, we don't have that one jsf, there may be a few tricks of bussiness, validatoin stuff to take care of in Manager ValidationCallback custom classes. Say for Task1, had to show some buttons, but NOT for Task2. So, we have to manage this logic. Also validation callback, we can always get each task, title also. So that we can get around this problem too. We are in the process of doing now. But first of all 3, we did it before and they work very well.

    My personal suggestion is to first go with jsf one fragment and include all duties jsp files. Any changes made to the common elements need only put in one place IE page fragment.

    Thank you
    Ravi Jegga

  • 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 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

  • 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.

  • 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).

  • Can I paste the same Code of Google Analytics on the desktop, Tablet and phone pages on my site, or create a new property for each?

    Can I paste the same Code of Google Analytics on the desktop, Tablet and phone pages on my site, or create a new property for each?

    I generated the code and created the property in GA I placed the code in the HTML < head > page properties metadata of my MUSE desktop file.  I am past the same code in the same place for the page of the Tablet and phone or do we get new code?

    I'm assuming that the code is the same for all pages of the Web site as long as they are within the same domain?

    I'm trying to confirm.

    Thank you!

    Yes, you will need this same code applied to all pages you want to track. Simplest is to add to your Master Pages rather than individual pages.

  • How can I create sequential shooting (1 for each 'row') numbers in a script in multiple column?

    How can I create sequential shooting (1 for each 'row') numbers in a script in multiple column?

    Sorry, but for now there no such function to put sequential numbers in the column number drawn.

  • Where is 'Create a separate record for each volume' past? in VMware-converter - 4.0.1 - 161434.

    Where is 'Create a separate record for each volume' past? in VMware-converter - 4.0.1 - 161434 (independent). Option is not more than 4 converter?

    Hello.

    When you get to the third tab called "View/Edit Options", choose the Edit option for 'Data to copy.'  Then choose the option advanced at the end of the menu "data copy type" and then use the options on the page layout tab target to assign separate discs.

    Good luck!

Maybe you are looking for

  • Cell formatting

    Hello world I'm trying to calculate interest using the following table: Of TO Days Rate Principle Interest 11.1.2016 31.1.2016 20 D 5 3000 8 d 8 h The problem is that I can't change the format of the cell to pass: interest of size in number of days/h

  • Z500 grey screen

    Hello I was using my touch Z500 tonight as normal when suddenly the gray screen and I can't do anything to change it someone can help please?

  • Audio but no video... WVC54GCA

    Hello! I've just set up a wireless G Linksys router last night. Works very well. I unplugged my laptop the router and used the wireless connection and that the excellent work. I bought the camera and put in place as well. I had a few problems with th

  • Windows Vista does not work for all programs requiring administrator rights

    I have Windows Vista Business SP1 on a Dell XPS laptop. He worked from 3-4 years. It seems that after a recent update (in the last week), I rebooted the laptop and after that Vista can not run programs that require administrator privileges. This incl

  • problem uploading photos in the photo gallery on facebook.

    I can't have my photos on the Gallery of photos posted on facebook.