How do I convert a document as a fillable pdf that will allow the end user to save?

When I convert a Word document into a PDF fillable file, the end user cannot save their file. How to I make the file savable for the end user?

Hi TinaEllis,
Is your end user using Reader to fill out the PDF form? If so, the PDF needs to be Reader enabled. Please see Adobe Acrobat X Pro * Enable Reader users to save form data.
Please let us know if you have additional questions.
Best,
Sara

Similar Messages

  • How to Allow the End User to Save a Form

    How do I allow an end user to save form after they've filled it out? I understand this can be accomplished using the distribute function where you email the form to people. We don't want to do that. We want to put it on a website and allow them to access it, open it, fill it out, then save a copy to their hard drive (with the data they entered visible). I have searched the forums and cannot seem to find a solution for this.  Thanks, in advance!

    Hi Kyle. Thank you for the reply.  I do have Acrobat Pro, so I will try that. To make sure I understand correctly, the form has to be create in LiveCycle Developer, then you have to open it on Acrobat Pro and set the permissions?

  • How does one attach other documents to a fillable form that was created?

    How does one attach other documents to a fillable form that was created?

    Are you asking about a web form or a PDF form? PDF forms don't support this, but for a web form you'd use File Attachment type field.

  • I have powerpoint for Mac on my imac.  I can't seem to get the active text box function to work like it did on my PC.  How can I insert an active textbox into a presentation that will allow me to type while presenting?

    I have powerpoint for Mac on my imac.  I can't seem to get the active text box function to work like it did on my PC.  How can I insert an active textbox into a presentation that will allow me to type while presenting?

    I've gotten a little further on this. The dynamic select is
    working fine. It's the "a href" code that isn't. I'm wondering if
    someone can look at this line and tell me if it's okay to build the
    query string this way. The storeid comes through fine but I'm still
    not getting the employeeid value to pass. Here's line that's not
    working:
    td><a href="registerStoreCust.php?storeid=<?php echo
    $row_storeRS['storeid']; echo "&employeeid="; echo
    $_GET['employeeLM']; ?>">Register
    Customer</a></td>

  • How to create a form that will allow the applicant to upload their photo

    I have Adobe Acrobat 9 Pro Extended and I know how to create forms that require text input.
    How to create a form that will allow the applicant to upload their photo? I alo wish to know how to upload a photograph so that I can test the form I created.
    Thank you
    Adrian Watts

    test@ORA10G> with x as (
      2    select '234-1111' as customer, to_date('2-Jan-2008','dd-Mon-yyyy') as call_date, 'Order product' as reason from dual union all
      3    select '234-1132', to_date('3-Jan-2008','dd-Mon-yyyy'), 'Request info' from dual union all
      4    select '231-1154', to_date('4-Sep-2007','dd-Mon-yyyy'), 'Request info' from dual union all
      5    select '234-1111', to_date('2-Nov-2007','dd-Mon-yyyy'), 'Order product' from dual union all
      6    select '234-1132', to_date('9-Jan-2008','dd-Mon-yyyy'), 'Request info' from dual union all
      7    select '231-1154', to_date('9-Sep-2007','dd-Mon-yyyy'), 'Request info' from dual union all
      8    select '234-1111', to_date('5-Dec-2007','dd-Mon-yyyy'), 'Order product' from dual union all
      9    select '234-1131', to_date('7-Dec-2007','dd-Mon-yyyy'), 'Request info' from dual union all
    10    select '231-1154', to_date('1-Sep-2007','dd-Mon-yyyy'), 'Request info' from dual union all
    11    select '234-1111', to_date('8-Jan-2008','dd-Mon-yyyy'), 'Order product' from dual union all
    12    select '234-1131', to_date('3-Dec-2007','dd-Mon-yyyy'), 'Request info' from dual union all
    13    select '231-1154', to_date('4-Nov-2007','dd-Mon-yyyy'), 'Forward to Sales' from dual)
    14  --
    15  select customer,max(call_date), reason
    16  from x
    17  where reason = 'Request info'
    18  group by customer, reason;
    CUSTOMER MAX(CALL_ REASON
    231-1154 09-SEP-07 Request info
    234-1131 07-DEC-07 Request info
    234-1132 09-JAN-08 Request info
    test@ORA10G>
    test@ORA10G>pratz

  • How can I convert a wmv video to a format that will import into itunes?

    I need to view a video on my new ipad. The file is wmv format and needs to be converted to a compatible format.

    No need to convert unless you want to play it in iTunes.  Play back with VLC media player - http://www.videolan.org/vlc/ - general media player that plays just about anything.  If you absolutely must convert (and lose quality) use Handbrake.

  • How do I create a button in an interactive PDF, which will forward the PDF via email?

    Hi,
    So, I have an interactive pdf, with a share button. This button goes to the correct mail program and fills in the subject field.
    But I can't find out how you can add the pdf as an attachment in that e-mail.
    Thanks
    Indy

    Hey vanhaelst,
    You need to have Adobe Acrobat/Reader to attach PDF as an email attachment.
    Select 'Send file as email attachment' icon from the toolbar (as shown below):
    Hope this helps.
    Regards,
    Anubha

  • How to share an ipad by allowing the end users to sign in and sign out through Secure Sign-In.

    First user(on ipad) is successful in logging in via Mobile Iron Secure Sign-In.  First user logs out.
    Second user logs in.  Second user is quarantined, shows not compliant. 
    WLC and ISE shows first user instead of the Second user.  To resolve this issue we have to manually "force device check in" in Mobile Iron. 
    After ipad is compliant with second user, WLC still shows the old user id under client details.
    Is WLC still looking at old certificate? 
    Mobile Iron Core 7.5.0.0 Build 140
    ISE 1.2.0.899
    WLC 7.2.110.0

    I had done this before with a customer that was using Airwatch. I only handled the ISE side of the configuration but the customer had iPads that were shared between users. So the customer configured the MDM to check-in and check-out the devices. It sounds like you are trying to do the same thing but it is not working?
    Thank you for rating helpful posts!

  • How can I creat a control button that will allow the vi to run?

    Instead of pressing the run button, I want to creat my own run button that will allow my vi to run.
    Any idea?
    Thank you

    First you need to set the VI to Run When Opened (VI Properties>Execution). Then you create a front panel Boolean. On the diagram what you need to do is have some sort of idle state where nothing is done until the Boolean is pressed. It could be a separate while loop that doesn't exit until the Boolean is pressed, an Event Structure, or as part of a state machine. Look at the shippings examples Queued Message Handler, New Event Handler, Using Buttons for Options to name just a few.

  • How can I convert an entire excel workbook to pdf?

    How can I convert an entire excel workbook to pdf?  I have the box in the preferences for converting excel files marked to convert the entire workbook.  I am using Abobe Acrobat 11 Statndard.  This previously worked fine when I was using Adboe Acrobat 10 Statndard.  Now in order to convert the entire workbook I have to open the excel file, Highlight all the workbook tabs and then save the file.  Any ideas?

    In Acrobat click Edit | Preferences | Convert to PDF: select Microsoft Office Excel, then click on Edit Settings.  Make sure that 'Convert entire Excel workbook' is checked.

  • How do I convert an ASP file into a PDF?

    How do I convert an ASP file into a PDF?

    None of the free Adobe Reader products (Adobe Reader Touch, Adobe Reader for iOS/Android, Adobe Reader XI for desktop) provide the support for converting ASP to PDF.
    Acrobat XI Pro and Standard (which are not free) can convert an ASP page into PDF.
    Please note that Acrobat XI Pro, Standard, and Reader XI are not compatible with the Windows RT operating system.

  • How do I convert a powerpoint presentation saved as pdf to an editable word document minus all the frames around the slides?

    How do I convert a powerpoint presentation saved as pdf to an editable word document minus all the frames around the slides?

    Hi Sara!
    Yes this sounds interesting. Can I update to that from the PDF Export I have just renewed? How much would that cost?
    Thanks for your quick answer.
    Best Regards
    Per-Olof Egli                                         Logga Egli C.I.S
    Managing Director
    Egli C.I.S. Consulting
    Lapphundsgränd 43
    SE-128 62 SKÖNDAL
    Sweden/Швеция
    Phone:         +46 708 23 03 53
    <http://www.eglicisconsulting.se/> www.eglicisconsulting.se
    <mailto:[email protected]> [email protected]
    Skype: eglipo
    Från: Sara.Forsberg 
    Skickat: den 10 september 2014 22:11
    Till: P-o Egli
    Ämne:  How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    created by Sara.Forsberg <https://forums.adobe.com/people/Sara.Forsberg>  n Adobe ExportPDF - View the full discussion <https://forums.adobe.com/message/6718870#6718870>

  • How to convert a word document to a fillable pdf form

    hello -
    how to I convert a word document into a fillable pdf form?

    Hi carolynm68845256
    Please browse this link for detailed instructions regarding your issue: Acrobat Help | Creating and distributing PDF forms
    Let me know if you face any challenges or if you have any other query.
    Regards,
    Rahul

  • How do I convert a document created in Pages to a pdf file?

    How do I convert a document created in Pages to a pdf file?

    The same way that you would do it for any application, print menu or export menu.

  • How do I convert a document into a jpeg?

    How do I convert a Word document into a jpeg?

    Hi there
    You cannot directly open a Word document in Photoshop, nor can you save a .jpeg in Microsoft Word. A work around for this is to save the document as a PDF, which will allow you to open it in Photoshop:
    1. Open your document in Microsoft Word. Select File > Save As... and select PDF from the Format dropdown menu.
    2. Open Photoshop and go to File > Open... and select your newly created PDF file. An Import PDF dialog box will pop up. From the "Crop To" dropdown menu, select Media Box. This will prevent Photoshop from cropping your document size down to just the text area. Click OK.
    3. Now, you can select File > Save As..., and select JPEG from the Format dropdown menu.
    A quick note, when I opened the PDF in Photoshop, there was a transparent background behind my text. To solve this, just create a new fill layer by going to Layer > New Fill Layer > Solid Color... and selecting white. Then just drag this fill layer below the layer with your text on it. This layer will flatten when you save your image as a jpeg.
    Hope this was helpful!

Maybe you are looking for

  • Poor Managment / Customer Service Complaint

    After recently purchasing a high end car stereo / GPS unit from the store located in the highlands (Store 167) and having spent the time and extra money to have the unit installed. Having to returning due to issues with the unit not working to find t

  • DVDStudioPro doesn't show graphic subtitles any more

    My DVD Studio Pro 4.2.2 has shown graphic subtitles (tifs) until kind of recently. Even earlier created projects doesn't show them any more. What happend. Has anybody else noticed this thing? How can I make them visible again? I'm on OSX 10.6.8

  • Japanese character

    Hi All, Is there is any way to display the japanese character in the application.We have made a smart sync application which is working fine for English language but when we use the application for Japanese user for japanese data..the data is coming

  • IPAD 2 IOS5.1 to IOS7.0 hangs ! help

    HI folks I just decided to upgrade my ipad that was running ios5.1 to 7.0 .   I used the update option in ipad 2 that has a update option i.e  a latest sW.   the ipad2 started to do an update  then the ipad rebooted .  Then it had a apple logo and th

  • Regarding Internet Sales / E Commerce module on ECC 6.0

    Hi All, Please let me know whether SAP Internet Sales / E Commerce module comes by default in an ECC 6.0 installation. Also if yes, please provide me with some guides/documents on configurations to be done in ECC for making the SAP IS module function