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.

Tags: Acrobat

Similar Questions

  • Need to know how to merge an interactive form with text page pdf

    I have an interactive pdf form, I need this merge with another page of pdf which is not a form. Kindly advice how can I do this using Adobe livecycle and acrobat pro X.

    Kind regards

    POOJA

    Hi Pooja,

    How is your form interactive PDF is created (LC Designer or Acrobat X). If you have used LC Designer, then you cannot merge the page, the only option is to create a new page in the designer, and then copy and paste the content.

    If you've used acrobat to create the form and then easily merge you PDF files to help combine functionality in Acrobat. (File > create > combine files)

    I hope this helps. I would like to know if you have any further questions.

    Kind regards

    ~ Dominique

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

  • 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

  • Create a form block, merger and retrieve form data

    I am new to acrobat and impossible to find a starting point for what I want to accomplish.  I have a directory with 1000's single-page PDF files (file names are data_0001.pdf, data_0002.pdf, etc.).

    For each single page pdf, I want to integrate a form with a list of radio button containing several options and a comment text box.

    Every page needs a single form ID that may be associated with the original PDF, one page.

    I want to merge all the single page with format pdf files embedded in a single multiple page pdf file.

    A user views the pdf file of several page and selects the option button and adds comments on each page and saves the pdf file.

    I would then like to export a spreadsheet file or csv of three columns with columns from the saved pdf file

    'the original pdf file name' 'result of the list of the radio button' 'zone comment text '.

    I need to make at least 100 times, so that each step must be scripted.

    Can someone provide a link to what anyone remotely close to the workflow steps needed to achieve this with acrobat.

    Thanks for any help you can provide.

    You can use a batch process to add form fields to each PDF. You should do field for each unique page names, so that when you combine individual pages in a single PDF file, the form will behave properly. You can base the field names in each PDF file on the name of the original file to achieve this. To add field with a script in a batch sequence, use the JavaScript doc.addField method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.435.html

    You can then combine the single page PDF files with fields of form in a single PDF file, or by using an external script (for example, VBScript) or a script in Acrobat, but you would need the list of files to be combined, especially if you care about the order of the pages. Acrobat also has the function of "file > combine > merge files into a single PDF", but I can't say that it will work to combine that several shapes at once, so you'll just have to see.

    Regarding the export of data, this may also be film script. I would say that the script can create the data file that is added to the document as an attached file (data object), which can then be extracted. Creating a tab separated text file is simpler that ensuring a properly built CSV, that's what I'd be inclined to do. A user is not able to enter a tab character into a form field, so you shouldn't have a problem with that. See the documentation for createDataObject for more information: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.450.html

    Good luck

    George

  • 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

  • I can't install Acrobat Reader. He said that I have a version updated a request to complete (no choice). I don't have any installed version. I'm looking and I can't find no, and if I ask 'open with' PDF documents it does not show an Acrobat

    I can't install Acrobat Reader. He said that I have a version updated a request to complete (no choice). I don't have any installed version. I'm looking and I can't find no, and if I ask 'open with' PDF documents it does not show an Acrobat

    If you're running Windows (which we don't know), you can try to use this tool first remove all traces of your computer:

    http://labs.Adobe.com/downloads/acrobatcleaner.html

    Then you can download the complete player offline installer from

    http://get.Adobe.com/reader/Enterprise/

    After downloading, restart your computer and run the Setup program before anything else.

  • How can can add text fields in the form automatically pdf document?

    I use Adobe Acrobat X (10.1.3) installed on Windows 7 to create pdf forms. My document is very similar to a "lined paper A4 notebook.

    I want to add the text field for each row of lined notebook, so people will be able to write what they want line by line.

    As my document has 20 lines in each page, and a total of 64 pages, I won't add these fields one by one. (drawing of rectangles with precision and aligning each other, assigning separate 'field name' to ensure solid mounting.)

    Property 'Set the Multiple field' within the right - click cause misalignment during 5-6 lines statement on the other.

    You have any suggestions or work around I can receive?

    See Doc.addField. If there is a model for the positions lines on each page, then you can generate the positions in JavaScript and use Doc.addField to set the text fields.

  • How to scan a document of 28 pages to send in a PDF form

    How to scan a document page 28 in a single document in pdf format?

    Hi aloinch5599,

    You have the combine PDF pages & create a single file combine or merge files into a single PDF, Adobe Acrobat DC.  Is not possible using the free player. For this need you Acrobat application.

    Kind regards
    Nicos

  • Newbie question: how to merge two pdf files?

    Hello, I have two PDF documents, and I'm putting one right in the middle of the other. Can someone guide me through this process? Thank you.

    Hello

    Please see the following link for information on how to merge PDF'.

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

    Concerning

    Sukrit diallo

  • 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

  • Since the Windows 10 update, Adobe Reader XI and Microsoft Edge forms are not complete when opening a Web site.  Why should I register to my computer before can fill them?

    Since the Windows 10 update, Adobe Reader XI and Microsoft Edge forms are not complete when opening a Web site.  Why should I register to my computer before can fill them?

    Hi kay3452,

    Microsoft Edge is not compatible with the Acrobat/Reader plugins. Please try other web browsers.

    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.

Maybe you are looking for

  • Unable to sign in iMessage/facetime

    Hello, I recently changed my email from apple id, and now I am unable to connect to iMessage and FaceTime. Even after the signature to and in all fields, I always get the same result. And I even get a pop up asking to connect, but it still shows the

  • Tecra S11 - 140 - HARD disk Protection works only with windows 10

    After a clean install of windows 10 in my laptop S11-160, Device Manager does not recognize HARD drive Protection sensor, so in the HARD disk Protection settings, this option cannot be enabled. Is it possible to fix it, or I come to windows 7 and the

  • The problem with the file sharing by mail from the contextual menu in the Finder.

    When I want to send a file by email from the Finder, I do a right-click on the file and choose 'Sharing'-> 'Mail '. I expect to see the new e-mail message with the attached to the message of failure. But nothing happens and the Finder stop responding

  • Error on Satellite A200 of hard disc

    I have a Satellite A200 which has a hard drive error on a critical reading windows file. I tried to load the recovery CD and it goes to a point and crashes. Is there a way I can reformat or force a reformat the C: drive? Any help gratefully received.

  • Update iTunes email fraud

    Dear ITunes customer, This is an automated message sent by our security system to let you know that you must confirm your Apple ID account information Your iTunes account has been suspended because we are unable to validate your account information.