Created a PDF form on a PC, need save as button to work on Mac

I have created a lovely fillable PDF form for my boss as a client would like to be able to have a rather large interactive PDF document, and the deciding factor on if we get this work is whether i can get this to work so i'm hoping you lovely people will be able to help me out on this as i haven't been able to find ANY documentation on this thus far. I have created a 1 page PDF as a test subject, which has a few text boxes, some check boxes, radio buttons, a list box and a combo box which all work great. I have also added a "Save As" button to my document (so I have set the buttons actions to Execute a menu item > File > Save As...) which works just fine on my PC. But when this button is pressed on a Mac, nothing happens. (Also my PDF form didn't look quite right on the mac, some of the formatting was off, text boxes and combo boxes were a bit squashed, but i think this is a seperate issue altogether which im sure i can figure out by myself) Now i think i know why this is happening, i believe it's because the button is set to go to "File > Save As" and im guessing the command to save on a Mac is different? or points to a different file location? (I'm not very clued up about Mac's...)
So my question is this, is there any way to have a Save As button in my PDF document that will allow both PC and Mac users to save the fillable PDF form? (Oh by the way I have made sure that once i created my form I extended the features for reader to make sure that the form was savable once filled in.)
Also, i know this is a completely seperate question, but if anyone had any answers on this it would be GREAT, When creating a text field in the form and coming out of form editing, the text field is shown as a horrible pale blue colour, which i know is there so that the user can tell that there is a form field there, but this pale blue really does NOT go with the aesthetic of the document. After digging around for a bit, i found out that the pale blue is a highlight colour which can be set in your preferences in reader or acrobat. Is there anyway that i could change this highlight colour for the document so that whomever opens the document on their PC / Mac doesn't have to see that horrible pale blue? Without them manually having to change their preferences in reader?
Thanks in advance for all of your help,
Danny.

Double-check that the file is opened in Adobe Reader on the Mac and not in
Preview, which is known to have various problems with it comes to forms.
Regarding the highlight color: You can't either change it, or disable it
completely.
app.runtimeHighlight is a boolean that determines whether the form fields
are highlighted, and app.runtimeHighlightColor is a color object that
determines which color is used. Notice that these are system-wide
preferences, so if you change them it will affect other documents as well.

Similar Messages

  • Looking to create editable PDF forms with drop downs and text boxes for use on a Mac computer and iPad. Which product do I need to purchase? Do not need anything fancy

    Looking to create editable PDF forms with drop downs and text boxes for use on a Mac computer and iPad. Which product do I need to purchase? Do not need anything fancy

    Basically you would need Acrobat. However, it is now also possible to create basic form fields using just the free Reader. In fact, I've been working on a tool that allows you to do it, so if you're interested in it please contact me privately.

  • I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically. Can some one out there help me?

    I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically.

    Update automatically under which circumstances, exactly?

  • Is there a way to create a PDF form that ANYONE can fill out and SAVE with their content?

    Is there a way to create a PDF form that ANYONE can fill out and SAVE with their content? By anyone, I mean someone who can download and use the free Adobe Reader, on either a Mac or PC. I have Acrobat Pro, and would like to be able to create forms that can not only be filled out and printed, but saved and emailed, which is not an option with the forms I have created to date. They can be filled out, but not saved, with Adobe Reader.
    TIA,
    Nancy

    To do what Dave indicated you need to do, it depends on what version of Acrobat you have:
    Acrobat 8: Advanced > Enable Usage Rights in Adobe Reader
    Acrobat 9: Advanced > Extend Features in Adobe Reader
    Acrobat 10: File > Save As > Reader Extended PDF > Enable Additional Features
    Acrobat 11: File > Save as Other > Reader Extended PDF > Enable More Tools (includes form fill-in & save)
    I wonder what it will be next time?

  • How do I add a functional "submit button" to a pdf form in Adobe Acrobat Pro XI ? I created the pdf form in Adobe Forms Central.

    How do I add a functional "submit button" to a pdf form in Adobe Acrobat Pro XI ? I created the pdf form in Adobe Forms Central. It's for an online Diet Questionnaire. After people complete the form I'd like them to click "SUBMIT" and the completed form will be emailed to me.

    This can be a bit confusing because Acrobat 11 comes with the desktop app that allows you to create simple PDF forms without having a FormsCentral account. Some people find this helpful, but you need to understand that when you generate the PDF form, it is Reader-enabled by Acrobat. In order to edit the form further in Acrobat, you have to create a non-enabled copy of the form. You do this in Acrobat by opening the form and selecting: File > Save a Copy
    and opening the copy. It is not opened automatically.
    You can now add a button and set it up to submit by email, either using a "Submit a form" action or the submitForm JavaScript method. You can set it up to include just the form data or the entire PDF, and will want to use a mailto type URL. Submitting the form to the FormsCentral server has a number of important advantages over email (much more reliable, more secure, etc.), so you might want to consider it.
    If the form needs to be saved with Reader versions prior to 11, then you will need to Reader-enable the document. In Acrobat 11 you do this by selecting: File > Save As Other > Reader Extended PDF > Enable More Tools

  • I Created a pdf form in Adobe Acrobat X.  Adobe Reader cannont print or save it?

    I work for a foodservice company with different locations.  Each location has Adobe Reader.  I created a pdf form for each site to fill out, save and print for postings ect...  They keep getting a printing error.  "The document could not be printed"  after that it says "No pages selected to print".  They also are not allowed to save the file???  I want them to be able to print and save copies.  Any help would be greatly appreciated!

    nwy999 wrote:
    I do not see a "Enable protected mode at startup" anywhere...
    You need to disable that preference in the individual users versions on Reader, not your version of Acrobat.
    nwy999 wrote:
    and how do you enable the forms to be saved by reader in acrobat?
    To enable forms in Acrobat XI go to File>Save as other>Reader Extended PDF...
    nwy999 wrote:
    Also where can users upgrade to Reader Xl?
    Users can get the newest Reader at Adobe - Adobe Reader download - All versions

  • I created a pdf form from a Word doc with 9 pt aerial font formatting; the text on the pdf form is aerial 9 pt, but the fields are formatted in courier 12 pt - How do I reformat the font in the fields??

    I created a pdf form from a Word doc with 9 pt aerial font formatting; the text on the pdf form is aerial 9 pt, but the fields are formatted in courier 12 pt - How do I reformat the font in the fields??

    You can set up a temporary button (or link, bookmark, etc.) and add the following JavaScript action:
    // Mouse Up script for a temporary button (or bookmark, etc.)
    // Change the font and font size for all text fields in this document
    for (var i = 0; i < numFields; i += 1) {
        var f = getField(getNthFieldName(i));
        if (f.type === "text") {
            f.textFont = font.Helv;
            f.textSize = 9;
    It also sets the font size, but you can remove that line if you don't need to do that.

  • I've created a PDF form using Adobe acrobat. I created the forms from a PDF that I made using pages

    I've created a PDF form using Adobe acrobat. I created the forms from a PDF that I made using pages and word on Mac running Mountain lion. How do I allow the user of the form to insert JPEG files when filling out the form and how do I allow the user to add more fields or groups of fields as needed.

    The type of form yo're describing is possible if you create it in LiveCycle Designer. It may also be possible in Acrobat, but there are certain restrictions. The type of form is known as a dynamic XFA form. LiveCycle Designer is not available on the Mac, so you'd have to install the software on a Windows machine and learn how to create this type of form. The LiveCycle Designer forum here is a good resource for getting more help.
    Reader 11 now supports creating new pages using templates with a form that you create in Acrobat (Acroform). This requires some JavaScript programming. It also adds support for using a button to display a page from a PDF, which can be an image or anything else a PDF can be. So the user would click a button, be prompted to import a page from an existing PDF, and the button (or a different button) displays it as its icon. This would require the user to convert the image to PDF first, which is relatively easy these days (e.g., using Preview on the Mac, or Word on Mac/Windows). This too involves a bit of JavaScript programming, but it's very simple and straightforward.

  • Create online PDF forms with database backend

    I created a PDF form using LiveCycle. I want to put this form on my website so that when my users fill it out, the data goes into an online database. At the end of each month, I would like to be able to export this database as CSV for reporting purposes. How do I go about in setting this up. Please help, I have been searching this forum for over an hour now and I am not able to find the solution.
    Thanks in advance.
    Jen

    Hi jen,
    can you please explain me how to install this and i am using lifecycle server trial. and what are the thing we needed to install,
    can you please.
    thanks

  • Creating editable PDF forms in Acrobat

    I need to create digital PDF forms, a document with fields that can be filled in by anyone using the free Acrobat Reader.
    I'm currently using Acrobat Pro (version 10.1.13) for Mac, but it will not allow me to do that, or perhaps I can't work it out. Here's a link to the tutorial I followed: https://acrobatusers.com/tutorials/how-to-create-editable-form-fields
    I'm willing to upgrade, if a more recent version of Acrobat will allow me to do that.
    Please help!
    Many thanks, Mary

    Whatever issues you have, have nothing to do with your version of Acrobat. Beyond that your info is simply too vague. just saying that it doesn't work is never a good way to ask for help. Either way, ask in the Acrobat forum.
    Mylenium

  • Creating Editable PDF Form

    Hi all,
    Can anyone help here...
    I am trying to create a PDF document in Acrobat Pro 9 Extended, which is a form that can be filled in and saved by the end user. I have created the document in InDesign and am using Pro to add in the editable regions.
    Here is the PDF: www.leshooperfitness.com.au/pdf/exercise-meal.pdf
    I can open the file, add content to the form, re-save it and it retains all the info. However, I am having all sorts of problems with other people saving content to the file, sometimes it works, sometimes all the content is wiped clean and sometime the content is there, but you have to actually click on a text box before the content is displayed. The other people are sometimes on a Mac/iPad, but even when they use Adobe Reader they are able to save the info and sometime it stays saved on their machine until it is emailed to me and then it disappears. Other times they save it and when they go back to it, it has gone. But there doesn't seem to be a consistant pattern, it just doesn't seem like a very reliable way of saving info.
    Does anyone know what I could be doing wrong? Or, is there a more effective way of creating editable, interactive forms?
    Thanks

    The problem you seeing with the content not being displayed until the field has the focus is a well kown problem with PDF forms that have been filled and saved with the Preview application on the Mac. For more information, see: http://kb2.adobe.com/community/publishing/885/cpsid_88564.html
    So the Mac users (OSX) should use Adobe Reader, as opposed to Preview. Windows users may not be using a viewer as capable as Acrobat/Reader as well, so you mught want to check that also.
    The default PDF viewer on the iPad does not support interactive PDF forms, so you'll need to use a viewer that does. Adobe Reader for the iPad does not at the moment, and the best one that does is Readdle's PDF Expert.

  • Create Interactive PDF Form

    Hello,
    How can i create interactive PDF Form i.e. AcroForm Programmatically using Acrobat SDK

    Sandyrock -
    I wonder jow you might mean this -
    If by interactive you mean - being able to programmatically update certain fields on a form the SDK is really good for that - also
    there is another way to fill out an entire from from an external data source:
    using an XFA form and creating an XML data file programmatically that maps to the form fields - This way you update an entire field at once based on the data that is in an XML data file.
    It depends on what it is that you are attempting whether one of the approaches is better suited to your needs.

  • I have created a PDF form with field but for some reason I cant type in them

    I have created a PDF form with field but for some reason I cant type in them

    May be that the text fields are read-only.

  • I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. How can I fix this?

    I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. Can I fix this?

    I'm fairly new to this, but I think it has to do with the way you have the drop downs named. Did you copy one then keep pasting it in each field? If so, that is the problem. You should rename each one with a different number: Dropdown1, Dropdown2, etc. I think that might solve the issue.

  • How to create a pdf form allowing Reader user to insert picture - NOT from their local hard drive - but from photos I want them to choose from?

    Is there a way to create a PDF form where a Reader user can insert an image - that's NOT on their local hard drive?
    I have 4 photos available - the users of my form will choose one of them and insert it in the pdf form. The users will NOT have the photos saved on their local hard drives so ideally, they will see thumbnails or a preview of the available photos and then select and insert the photo they want to use.
    Is this possible? If so, how do I go about this? Right now, all I can find are ways to insert a photo located on the users local hard drive.
    Hopefully someone can answer my question.

    George, I'm not sure where the photos would go or how to include them. I'm a complete newbie when it comes to making pdf forms so i'm not sure if it's even possible.
    I'm planning to make a flier. I want the end user to be able to choose the photo displayed on the flier - the photos would be ones that I choose and supply. I know I could just make four different fliers, but I thought it would be more efficient if I had one flier and gave the Reader user the ability to select the photo they like.
    Does this sound possible to you?

Maybe you are looking for

  • Why are dots missing from PDF output?

    When I use the 'line' tool with dots, (in this case to draw a line-break,) AND export a .pdf, it often leaves out a single dot in the line. There are no objects intersecting the line, or even within a half-inch of its location. The missing dot is con

  • Build stored procedure from a dynamic SQL query

    I have the following method, that receives a string from a textbox and creates a dynamic select command. Since I am using a dataSet I cannot execute a dynamic SQL query by calling a method of a strongly-typed dataset (.xsd). I have been told that the

  • Error while creating I/B delivery: No item category exists (Table T184L EL)

    Hello all, When I save output type "SPED" in outbound delivery, Inbound delivery automatically gets created. But in this case error occured: "No item category exists (Table T184L EL NLAG V )" 1. Specified material is HALB. 2. Item Cat in MMR is NORM

  • Variance in MIRO can not post to stock account (price control:MAP)

    Hi, all As I know, if there is variance between PO price and INVOICE, the variant value will be posted to the stock account, if material with Moving Average Price. But when I test this process in my system(4.6C), the variance was posted to a variance

  • Logic of BSX = GBB, PRD etc in FI-MM integration

    Hi all, I like to have your input on the below logic Can we say that valuation class 3000 assigned in BSX should equal to all the offsetting setting account assigned to same valuation class in OBYC (GBB, PRD Etc.) BSX = GBB , PRD etc. I am asking thi