How can I fill a pdf form with Excel?

I have a pdf form and a set of Excel dates. How can I fill the form with this dates?
Is there any way to transform excel dates into a fdf-File?
Thank You for helping
Hans

I see. That's possible, in theory, but it requires using a complicated custom-made script.
I would suggest using that Mail Merge option that's available in some versions of Excel to produce multiple single-page files, then flatten all of them (using an Action), and then merge them to a single file, to achieve the same result with much less effort.

Similar Messages

  • How can I fill a pdf form?

    how can I fill a pdf form?

    With Adobe Reader.  If you have any difficulties, please provide some details.

  • How can i fill a pdf form on my mac

    How can I fil in a pdf on my mac

    Open it with Adobe Acrobat Reader.  http://www.apple.com/osx/ says this feature will be available in Mountain Lion when it comes out next month.  Be sure to keep an eye on this tip to ensure you are compatible with Mountain Lion when it does get released:
    https://discussions.apple.com/docs/DOC-3761

  • How can I fill in a form, save the form such that it cannot be further altered, and email it as it was saved?

    How can I fill in a form, save the form such that it cannot be further altered, and email it as it was saved?  I created a form with 5 fields.  It is a form letter that is intended as a receipt for funds received.  I want to fill in the date, name, amount received, etc., save the form with inserted data fields so they can't be further altered, and be able to email it as a complete unalterable PDF document.  What I'm doing now, is filling in the fields, printing it, scanning it, and emailing it as an unalterable document.  The document was created on a Mac using Adobe Acrobat Pro version 10.1.13.  The document is filled in on a PC that only has Adobe reader on it, printed, scanned and emailed as an attachment. There must be a better way! 

    If you have access to a ASP.net Web Server, then the submission could be FLATTENED with FDFToolkit.net and emailed without client-side email software by only using Adobe Reader.
    For more information check out the following websites:
    http://www.pdfemail.net/examples/
    http://www.fdftoolkit.net/examples/

  • How can I format fonts when filling in PDF forms with Preview

    I have been using Preview to view and fill in PDF forms.  The font that Preview uses to fill in the forms is very small and difficult to read.  I would like to make it larger to match the document font size.

    Whilst in the Preview application, press "Shift - Command - A" (⇧⌘A) simultaneously to show the markup toolbar, or click View, and select "show markup toolbar". There is an icon "A" near the right hand side of the now visible markup toolbar, click this icon to reveal all the font options. 

  • How can I export a PDF form and the filled in fields to a text document?

    OK, so I have a situation.  I need people to be able to open a reader-enabled PDF form, fill out the form fields, and then export the filled-out PDF form to a basic text document.  This seems easy since Adobe Reader can save to text.  The problem is, the answers in the form fields do not show in the text file!  Each radio button shows as yes and no, and there is no indication in the text file which one was selected.  In addition, the form fields are not exported next to the questions on the form.  I tried flattening the form in Adobe pro, and that did not work either.
    How can I create a fillable form for Adobe Reader, and then let the user export their answers AND the questions on the form to plain text?

    OK, so I tried this as a starting point, and assigned it to a button on page 3 of the form.
    p=0;
    console.show();
    console.clear();
    for (var j = 0; j < this.getPageNumWords(p);j++) {
          var word = this.getPageNthWord(p,j,false);
          console.println(word);
    This gives me all the words on the first page not in fields, and each word goes on a separate line.  Now, characters in the document such as "&" or ")" cause the rest of the word to go on the next line down.
    Next, I tried this:
    console.show();
    console.clear();
    for (var j = 0; j < this.getPageNthWord(j);j++)
          var word = this.getPageNthWord(j,false);
          console.println(word);
    This only gives me the first word on page 3, the page the button is placed?
    What I need to do is run the code and place words on one line until the code hits a keyword "var cKeyWord1 = “Key1” for example?, then insert the value of field one, Start a new line in the console, restart the code where it left off until it hits the next key word "var cKeyWord2 = “Key2”, insert the value of field two, add a new line, and on and on.
    Is this possible?

  • How can I make a pdf book with "camera to pdf" option on phone? I can only convert one pic at a time

    How can I make a pdf book (single pdf file with several pages)  with "camera to pdf" option on phone? I can only convert one pic at a time. ( Or )how can I attach all those pictures converted pdf's into one pdf file which obviously results in to a single pdf file with several pages in it ?

    Adobe Reader on the iPhone is a PDF reading app. It's not a creation app.
    You need to get an app like Pages which is intended for page layout. It can place pictures from the phone and export PDF.

  • Fill a PDF form via Excel (VBA) - Hide text box

    Hi,
    i already created a PDF form and also can fill the text boxes with Excel VBA.
    Now i'm about to hide some fields if they are empty, but i have no clue how to.
    My code to fill the fields is:
    Fields("Title").Value = Worksheets(TabName).Cells(actCell, 4).Value
    To hide a field the code should be similar, but i have no clue what statement i need to set.
    I already tried:
    Fields("Title").Visible = False
    Fields("Title").Hide
    Fields("Title").Hide = True
    What else can i type to hide and unhide the fields?
    Looking forward to hear from you.
    Thanks a lot.

    Does the form have a provision to insert images (e.g. a Browse button)?
    [topic moved to iOS subforum]

  • How can I get a PDF form to email to me when it is hosted online?

    Ok, I'm not a coding expert, but I understand CSS and html alright.
    I am trying to create a PDF form for my website: www.pantherapressdesign.com.
    I have already created the forms (they are under the purchase section of the site) and when they are saved to the harddrive they work just fine. HOWEVER, when you fill them out and they open in the browser they will not submit to me (aka. I don't get them by email, even though the submit button correctly re-directs you to the thanks page).
    In the fuctions of the submit button I have it set to mailto:[email protected]
    When the form is saved on the hard drive (I open it from the desktop) and click submit it brings up a dialog box and asks me how I want to send it. I then choose desktop mail service, it opens it in an email and sends it.
    I want customers to be able to click the form from the website - fill it out right there in the browser - and then be able to submit it to me that way.
    I am assuming I must route this through the php or something, but am not sure how to do that. I have the php working for the contact from on the website, but I don't know php so I used pre-written code to do that. Is there some simple code I can drop into my php that will handle these forms? Help, please! Thanks

    I looked at the Stationary form, and there are a number of things you need to change. It is currently set up to submit as "HTML", as opposed to FDF, XFDF, or the entire PDF. This is fine if you're submitting the form to a web server, which can read the field data, place it in an email, and send it off. This is actually much preferred to relying on the user's machine being set up properly to send an email. Many are not and not receiving order that someone thought was submitted will be bad for your business. Consider removing the existing forms today and you can update when they are working.
    Your web hosting service likely has a PHP script that is designed to work with HTML forms and send an email with the form data included. This can work with a PDF form if the form is correctly set up. To do that, you will need to know how the script works and what it is expecting in the way of form data when it processes a submission. The PHP script should also be modified to send an appropriate response back to the user, which can be a simple redirect. The way you have it now with a link to the redirect page is wrong. It goes there whether the form is complete or not and whether the email actually got sent. This can be avoided by having the web server take care of this.
    If you don't have the expertise to modify the form to suit the PHP script and PHP script to suit the workflow, you'll need to find someone who does.

  • How can I send a PDF form for someone to complete, then lock it for no one to see except us when they send it back?

    We would like to create a PDF form to collect sensitive information (phone numbers, payment information) from our customers. Ideally, we would like for them to be able to fill it out, then hit a button to encrypt it when completed, and send it back to us for us to view. Kind of like sending out an open, self-locking box for them to fill, and once they close it no one can see the contents without the key (which we would have).
    I’m using Adobe Acrobat Pro XI (11.0.07) on Mac OSX (10.9.4).
    Is this possible? If so, how do I do this? Thank you in advance!

    You can use certificate encryption. Each of your customers needs to have a digital certificate with a private key and send you the public key version of his/her certificate. You also need to have a digital certificate with private key and to send each customer the public version of your certificate.  Then after each customer fills in your form, she encrypts it with certificate encryption entering as recipients herself and you before sending this PDF to you. This way only this particular customer and you can open and see PDF filled with sensitive information.
    This workflow presumes that you and each of your customers can procure a digital certificate (Digital ID in Acrobat-speak).

  • How can I upload a PDF image with out it going grainy

    i am trying to write an adobe form and I need to have the names of the authors at the bottom of the page in columns, It seems impossible to do this by entering the text into the box on the form as the spacing doesn't work. I  have made a PDF image of what I want to write but each time I upload it it becomes grainy. If I save it as a PNG or TIFF it is still grainy - even if I reduce the file size to the required number of pixels - please help me!

    Please share your form with me ([email protected]) as a co-author. Also send me the image you are trying to add to you form.
    Instructions on how to share : http://forums.adobe.com/docs/DOC-2462
    I'll see if I can help you
    Gen

  • How can I programatically identify PDF files with embedded images?

    Our company has 27,266,949 .PDF files that we're planning to compress in order to save server space.
    We don't want to compress any of the .PDF files that have embedded images as to not alter the image's state.
    How can we programatically create a list to exclude from the compression process?

    Ah, see told you we were new to this and no, my taxs already have enough digits to the balance.
    Ok, so based on that, we should be able to use the preflighting tool to identify the PDF’s with images, factor them out, and then continue with lossless compression on the remaining balance.
    That will give us the compression we need to save space, but also allow us to stand in the court of law (if the scenario was to ever occur) and proclaim that none of our medical images have ever been altered by compression.
    Sound like a reasonable plan?

  • How can recipients submit completed PDF forms using a MAC?

    We have created fillable PDF forms using LiveCycle Designer 8.0.  They include
    submit buttons that are set to submit the completed forms as PDFs.  Rights have been extended for Adobe Reader users.  They work great when the recipient is using a PC, but when they are using a MAC we have a number of problems:
    1) the Print and Submit buttons do not work
    2) when the recipient saves and e-mails the file manually, the data they entered is only visible when you click on that field
    Help!  How can our MAC recipients submit their completed form as a PDF that displays all of the data!
    Thanks!

    Thanks Niall.  This information proved really helpful in confirming the problem.  We ran some tests and the problem does seem to only occur when MAC recipients are using Preview.
    We recieved this link from Adobe, which provides a solution if you have access to all the recipients:
    http://blogs.adobe.com/pdfdevjunkie/script_to_fix_mac_osx_previewa.html
    Thanks to Niall and Paul for all your help!

  • How do I make a PDF form with data-merge capabilities (to use with .xls spreadsheet)?

    I would like to design a form in InDesign (CS2), export it to a PDF, use Adobe LiveCycle to make it into a form, then use data from an excel spreadsheet to populate the form in a repetative fashion so that each person in the spreadsheet gets a populated form with only their applicable data on it. Is this possible?

    You can use LiveCycle Designer's Data Connection to access an SQL data base. Excel can act as an SQL database.

  • Can I create a PDF form with a field for adding/changing Photos?

    Does anyone have a solution to the following problem?
    I would like to be able to make a PDF form that others in the office can use to fill in a particular inventory and model number.  (Fields, Easy)
    Then have a field where they can replace the PHOTO of the item referred to by the inventory and model number.
    Is this possible using Acrobat professional? Can the document then be saved as, or exported somehow from there?
    I know this is probabably easy to do in Word, but can a photo be changed on a PDF and saved as?
    Thanks for any help or suggestions!
    DaddyOfZed

    It will make it possible for them to select a new photo. Will you ever want to extract the photo from the form to be used elsewhere?
    In order to set this up in Acrobat, you can create a button to display the image, set its layout to something other than "Label only", and add the following JavaScript to the Mouse Up action:
    // Prompt user to select an image
    event.target.buttonImportIcon();
    For the PC users, Acrobat Standard is sufficient for this.

Maybe you are looking for

  • Business Process Apps using cross domain CSOM or REST calls: which one is the easiest to use?

    Hi I have build a  few (on prem) provider hosted and  SharePoint hosted apps to really surface data held in host web. Now, I want to do something a bit more complex by starting to build a process follow that makes a number of cross domain calls - the

  • OLAP Variable not populated

    Hi All, I have created an OLAP variable which is being used in an infopak. In development, when i go into the infopak and display the result of the variable, i get what am expecting. However, after I have transported this to QA, when I go into the in

  • Error when updating second gen ipod touch to os 4

    when i am trying to update to os 4 on my ipod touch it downloads and when installing at the end it says "network unavailable" my mum has managed to do it on her 32gb ipod touch but i cant on my 8gb ipod touch any answers?

  • My macbook pro 2012 won't recognise my flash drive

    I have just brought a Macbook Pro Retina and i am trying to transport documents from my P.C via a flash drive, but the macbook will not recognise the flash drive? its work in my husbands mac but not this one??? Also outlook will not let me add an acc

  • Copying controls

    Hi All, I am trying to create a returns order (type RA) with reference to billing document F2. There are three line items in the billing documents and when i am refering to the billing documnet and trying to create a RA order ot is copying only two l