Problem filling out a form exported from pdf to docx.

I "successfully" exported a pdf form to word docx.  The form looks exactly like the original.  However, when I attempt to fill in the blanks (which are large)  the text gets dropped in vertically e.g.  first name la
                                                st name (on a lower line).  I have no idea what I'm doing wrong.  Filling out this form is urgent, and the only reason I purchased this program.  Any advice will be appreciated.

Hi Catherine,
I'd like to assist!
The file may have converted as an image, possibly due to poor quality.
Are you able to bring the words together by utilizing your 'back' key?
Let me know how it goes if you try converting it again.
Kind regards, Stacy

Similar Messages

  • Filling out a form scanned to PDF

    Is this Possible? I would like to be able to fill out this form that I scanned to pdf...while it is still in the computer, then print it out completed so I can mail it off. I just can not seem to figure this out, please help!

    This isn't a question about PDF Specifications; this really seems to
    be about software.
    If you have Acrobat Standard or Acrobat Professional, the answer is
    yes. Please ask in the Acrobat Windows or Acrobat Macintosh forum.
    if you have Adobe Reader only the answer is no.... but you also have
    some software to scan to PDF, so see if that has a forum.
    Aandi Inston

  • How do I fill out a form already converted from pdf to word

    how do I fill out a form i converted from pdf to a word doc?

    What kind of "form" is it?  A .pdf or .doc file?
    Generally I would save the file somewhere (desktop or document folder).  There is a save button for attachments in mail's header section.  Then open the file with an appropriate app like Adobe Reader for .pdf files or Word or Pages for .doc files.  Fill out the form and save.  Then email the form back as an attachment.

  • Unable to fill out interactive form fields in the pdf form.

    I'm unable to fill out interactive form fields in the pdf tax form in Reader 11.0.06 with purple bar inviting to do so.

    The only Flash Player that is remotely connected to Adobe Reader is the plugin.
    Can you temporarily uninstall the plugin (or both ActiveX and plugin using http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html and see if the problem disappears?
    Reinstall both using these installers http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_text_4

  • A word document was emailed to me.  I can open the document without a problem.  Is there a way for me to type on the document.... to fill out the form?  When I click the fields, the virtual keyboard does not appear.

    A word document was emailed to me.  I can open the document without a problem on my iPad 2.   Is there a way for me to type on the document.... to fill out the form?  When I click the fields, the virtual keyboard does not appear.

    If you want to edit a word document then you will need an app on your iPad that supports word so that you can copy them to it via 'open in' e.g. Apple's Pages app or a third-party app such as Documents To Go or QuickOffice HD

  • I have a problem. When exporting from PDF to PPTX error "unable to process the document in the module Save As file is not created." What to do?

    I have a problem. When exporting from PDF to PPTX error "unable to process the document in the module Save As file is not created." What to do?
    Windows 7 64
    PC

    everything works on a laptop (

  • I am new to working with pdf.  I am trying to fill out a form that was attached to a web site.  I have a Macbook Pro.  I am just learning Acrobat.  How do I get the form to accept input?

    I am new to working with pdf.  I am trying to fill out a form that was attached to a website.  I have a Macbook Pro and I am trying to learn Acrobat.  How do I get the form to accept my input?

    If there are Acrobat PDF form fields, not jus a space for a form field, then you will have to add them. It would be better to ask the provider of the form to add the fields. If you cannot add the fields, then you can use the add text feature.
    Have you looked in the "Tools" panel for the "Forms" category?
    Try Acrobat Users Community Tutorials , http://acrobatusers.com/tutorials.
    See Adobe TV - Acrobat, http://tv.adobe.com/channel/how-to/acrobat-xi-tutorials/.

  • How may i fill out a form on a scanned form saved in pdf format?

    how may i fill out a form on a scanned form saved in pdf format?

    With Acrobat you can either add interactive form fields (manually or with the Form Wizard), or you can use the Typewriter tool to add a type of text comment. Exactly how you do either of these depends on which version of Acrobat you're using.
    If you only have Reader, there's nothing you can if the document doesn't have interactive form fields or if it hasn't been Reader-enabled to allow use of the typewriter tool or other commenting.

  • Form Action Mailto email address specified in text box from the user filling out the form??

    I am very new to Dreamweaver and this is likely a very basic question, but never the less, I can't find the answer on Google or in the Help. I want the form below to always be e-mailed to [email protected] and also to the e-mail address supplied by the user filling out the form. The user supplied email address will be in the text box id "SalesEmail" listed below. How can I accomplish this? The user filling out the form would be my salesman, so they need the information, as do I.
    Thanks,
    David
    <form action="mailto:[email protected]" method="post" enctype="text/plain" name="form1" id="form1">
      <p>
        <label for="Name">Name</label>
        <input name="Name" type="text" id="Name" tabindex="1" size="30" maxlength="30" />
      </p>
      <p>
        <label for="CompanyName">Company</label>
        <input name="CompanyName" type="text" id="CompanyName" tabindex="2" size="40" maxlength="40" />
      </p>
      <p>
        <label for="Address1">Address 1</label>
        <input name="Address1" type="text" id="Address1" tabindex="3" size="40" maxlength="40" />
      </p>
      <p>
        <label for="Address2">Address 2</label>
        <input name="Address2" type="text" id="Address2" tabindex="4" size="40" maxlength="40" />
      </p>
      <p>
        <label for="City">City</label>
        <input name="City" type="text" id="City" tabindex="5" />
        <label for="State">State</label>
        <input type="text" name="State" id="State" tabindex="6" />
        <label for="Zip">Zip</label>
        <input type="text" name="Zip" id="Zip" tabindex="7" />
      </p>
      <p>
        <label for="Cell">Cell</label>
        <input name="Cell" type="text" id="Cell" tabindex="8" />
        <label for="Office">Office</label>
        <input type="text" name="Office" id="Office" tabindex="9" />
        <label for="Email">Email</label>
        <input name="Email" type="text" id="Email" tabindex="10" size="40" />
      </p>
      <p>
        <label for="SalesEmail">Your Email</label>
        <input type="text" name="SalesEmail" id="SalesEmail" tabindex="11" />
      </p>
      <p>
        <label for="Notes">Notes or Special Requests</label>
        <textarea name="Notes" cols="80" rows="10" id="Notes" tabindex="12"></textarea>
      </p>
      <p>
        <input name="Submit" type="submit" id="Submit" tabindex="13" />
      </p>
    </form>

    Really needing to finish this before a deadline.  Can anyone help?  Thanks!!

  • I am filling out a form that requires me to put a passport photo using Adobe Reader.

    I am filling out a form that requires me to put a passport photo using Adobe Reader.
    However, when I click on the square to insert the photo, a screen pops up telling me to "select a PDF file and import it as an image" and just an "OK" button to press.
    When running the debugger, I get NotAllowedError: Security settings prevent access to this property or method. Field.buttonImportIcon:6:Field Click here to add a photo:Mouse Up. Any way around it? Below is the problem I'm talking about.

    Thanks for your reply.
    I've converted  photos into pdf format and it still won't allow me to insert the photo. I wouldn't know whether it'd be too large or small since I cannot insert it in the first place.
    "Warning: Javascript Windows: Select the PDF file to import this button as an image" is the message that keeps appearing. I can't seem to find anything related to this.

  • What do I need to fill out a form created in JetForm?

    I receive a form that I need to fill out, save and send back.  The problem is the form sent to me is a JetForm.  What software/designer do I need to just fill out these forms?  Are there any free downloads?
    Thank you

    Since Adobe acquired Accelio, formerly JetForms, in April of 2002, I am surprised the form has not been revised using Adobe's LiveCycle Designer.
    If the form has a file type of PDF then form could be filled out and printed by Adobe Reader. If you need to save the form, the author would have had to apply Extended Form Rights with a more current version of Acrobat.

  • Everytime I fill out a form when I send it it comes up blank, How do I stop this

    Every time i fill out a form and send it the form is received blank what do i do to stop this from happening ?

    What device, platform, product and version are you using to fill-in the form?
    Macintosh "Preview" corrupts PDFs and does a real job on forms.

  • I disabled autocomplete but it continues to fill out my forms.

    I have done everything to keep autocomplete from filling out my forms...it continues to do so. I have gone to privacy settings, reset firefox and nothing seems to work. There are pages that I am forwarding to others that have my private information and would like to continue to do so but nothing is working! Help!!!!!

    Hi,
    You can [https://www.mozilla.org/en-US/firefox/update/ update Firefox] and deselect '''Remember search and form history''' in '''Tools''' ('''Alt''' + '''T''') > '''Options''' > '''Privacy'''. You can then '''Clear Now''' the '''Form and Search History''' with '''Time range to clear''' set to '''Everything''' via '''Tools''' ('''Alt''' + '''T''') > [https://support.mozilla.org/en-US/kb/Clear%20Recent%20History Clear Recent History].
    [https://www.mozilla.org/en-US/firefox/new/ Firefox latest]
    If problems persist, you can reset Firefox and start afresh with the above setting.
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • My autofill stopped working recently.  I looked under preferences and all the necessary boxes are checked.  When I start to fill out a form, the autofill box comes up, but when I click on it, it turns blue and nothing else happens.

    my autofill stopped working recently.  I looked under preferences and all the necessary boxes are checked.  When I start to fill out a form, the autofill box comes up, but when I click on it, it turns blue and nothing else happens.

    Back up all data, then test after each of the following steps that you haven't already tried. Stop when the problem is resolved.
    1. Press the down-arrow key. (Credit to ASC member iNeight.)
    2. Quit and relaunch Safari. Force quit if necessary.
    3. Click in the first field to be filled, and then select
    Edit ▹ AutoFill Form
    from the menu bar. You may have to reload the page in order to do this.
    4.  Select
    Contacts ▹ Preferences ▹ vCard
    and uncheck the box marked
    Enable private me card
    if it's checked.
    5. Select your card in Contacts. Then select
    Card ▹ Make This My Card
    from the menu bar.
    6. In Safari, select
    Safari ▹ Preferences ▹ AutoFill ▹ AutoFill web forms: Using info from my Contacts card
    If the box was already checked, uncheck it and then check it again.
    7. Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Select the login keychain from the list on the left side of the Keychain Access window. If your default keychain has a different name, select that.
    If the lock icon in the top left corner of the window shows that the keychain is locked, click to unlock it. You'll be prompted for the keychain password, which is the same as your login password, unless you've changed it.
    Right-click or control-click the login entry in the list. From the menu that pops up, select Change Settings for Keychain "login". In the sheet that opens, uncheck both boxes, if not already unchecked.
    From the menu bar, select
    Keychain Access ▹ Preferences ▹ First Aid
    If the box marked Keep login keychain unlocked is not checked, check it.
    Select
    Keychain Access ▹ Keychain First Aid
    from the menu bar and repair the keychain. Quit Keychain Access.
    8. Run Software Update and install any available updates.

  • I need to install Mozella Firefox 2.0 to fill out a form that is not supported with the newer version that is installed on my PC. Do I need to delete the new version before using the older version?

    I need to install Mozella Firefox 2.0 to fill out a form that is not supported to input info from the newer version that is installed on my PC. Do I need to delete the newer version before using the older version? If so, how do I delete the new version and install the older version?

    If you just need it for one site you can use the portable version of Firefox 2 instead. You can install the portable version on a USB key, or if one is not available choose the custom install and install it somewhere on your hard drive. The portable version will not interfere with your current version of Firefox. You can get the portable version from http://portableapps.com/apps/internet/firefox_portable - the link for Firefox 2.0.0.20 is near the bottom of that page.

Maybe you are looking for

  • Filename based on varying payload elemet.

    Hi All, My file name is dependent on the payload.The file name is not based on a fixed element in the payload but varies with the payload type (although the schema is the same for all). Variable Substitution will not work as the substitutation itself

  • How to submit a page and set the focus on the next field?

    Hello, I have a form with some fields and below this a report with a column link. If I change values in the form fields and I click the on a column link the changes in the fields are lost because the page is not submitted. I try this: I set on the fi

  • Applescript to open website

    Hello there, I was wondering if ithis applescirpt is possible: After I search for something in google chrome (or safari) Applescript to open the first ten wbesites for the search. Thanks for your help!!

  • 2.2 item values passing w oracle reports

    Since upgrading from 1.6 to 2.2, The url to an oracle report does not pass the item value to the report.. also, it drops the item value and just leaves the &. This was working fine in 1.6... This is my link in htmldb: http://apps.mytxi.com/reports/rw

  • How to access hard drive library?

    On my new Maverick MacBook Air I cannot find the hard drive in Finder Help?