Pictures in PDF Forms (Adobe Acrobat Pro 9)

Hello everyone,
I have a situation where I need two drop downs determine which picture to display.  I have been reading on this topic and see that the best solution (that I have come across) would be to make a button into a picture and toggle the visibility with some if statements allowing only the picture I want to be visible given the condition of the two drop downs.  This is simple enough.  However, I don't know how to turn a button into a picture!  Is it that my Acrobat Pro is too old (9)?  Please help, I need to have this ironed out in the next couple days and have no problem buying a newer version if I need to.  Please be very specific, I am an electrical engineer creating an ad hoc solution; so my coding is not as top notch as most people's here, whom I assume are mostly computer developers of some sort.  Best,
-Steve

On the Options tab of the button properties dialog, set the Layout to something other than "Label only" (e.g., Icon only). You can then clock the "Choose Icon" button to select a source for the button appearance. It can be a page from an existing PDF or anything else Acrobat knows how to convert to PDF, such as an image.

Similar Messages

  • Mail in Mavericks sending my filled form Adobe Acrobat Pro PDF files blank, this didn't happened in Mountain Lion, please help!!! :(

    Mail in Mavericks sending my filled form Adobe Acrobat Pro PDF files blank, this didn't happened in Mountain Lion, this where created in Adobe Acrobat Pro X and never had any problems in Monutain Lion, please help me

    Thanks for your response, it is a mail problem, I been sendings filled form PDFs estimates for years from my Mac then yesterday I went from mountain lion to mavericks and the problem started, if I zip or move te files to any other windows or Mac computer it opens fine, the problem is when I attach it to a message in mail it attached the file blank

  • I cannot print a PDF from Adobe Acrobat Pro or Adobe Reader with Mavericks!

    I cannot print a PDF from Adobe Acrobat Pro or Adobe Reader.  I tried on both MacBook Pros we have here, both now with Mavericks.  Error message says "Opening printer connection failed.  Unable to open printer connection . . . "  This is after it says sending data, printing, shows the percentages etc., but then at the end I get the error message above.  I can print a PDF (same one) from Preview, but not from Acrobat!  What's going on?  Never had this issue before Mavericks . . . Please help.

    This is an open forum, not Adobe support... you need Adobe support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • PDFs from Adobe Acrobat Pro not printing with Yosemite

    I am unable to print PDFs from Adobe Acrobat Pro 11.0.09 since installing Yosemite 10.10. I have been check-marking "print as image," which worked previous to Yosemite.
    I am now printing via the Apple Preview, but despite selecting 1 copy, it is printing 10 of everything.

    Hi,
    IO must say, it seems to work now without me having to tick the Print as Image box.
    This is my version:
    Architecture: i386
    Build: 11.0.9.29
    AGM: 4.28.138
    CoolType: 5.11.136
    JP2K: 2.0.0.32097

  • I get prompted to select a scanner and a scan profile/preset each time I try to scan a document to PDF using Adobe Acrobat Pro.

    Hello,
    I have a fujitsu scanner (fi-6140) connected to my computer and have the "Scan" button on the scanner associated with Adobe Acrobat.  And so when I press the "Scan" button on the scanner to scan a document, it launches Adobe Acrobat Pro automatically.   Then I get prompted to select a scanner/device and a scan profile.  It seems to remember the last-used scanner/device, however; it still prompts me each time to confirm the scanner/device selected and select a scan profile to use.  Is there a way to save both the scanner & scan profile information and so when I click the "Scan" button, it doesn't prompt me to select but starts scanning using the last-used settings automatically?
    Thank you.

    Hi,
    Are you facing the issue with any pdf file?
    Please try updating Acrobat to 11.0.7 and check.
    You might also want to repair Acrobat and see.
    Regards,
    Rave

  • I have created an editable PDF via Adobe Indesign. When I open the PDF in Adobe Acrobat Pro DC, is there a way to specify a font style? Or is there a way in InDesign to make sure when someone type in that text field it is a certain font?

    I need to make sure the text that is entered is a certain font to keep it continuous with the rest of the document. Thank you!

    To go into form editing mode, select "Prepare Form" in the right hand pane. You'll then get a toolbar along the top that contains the various form-related tools. The first thing to do is add a temporary button. You'll use this to determine the name of the font for use with the script as well as place the script that will change the font properties of the text fields. So create a button anywhere, double-click it to bring up the field properties dialog, and on the Actions tab add a JavaScript action to the Mouse Up event that is:
    // Mouse Up script for temporary button
    app.alert(event.target.textFont);
    On the Appearance tab, select the font that you want to use for the text fields. Once you've done that, close form editing mode and click the button. It will display a popup that will list the font name. This may be different than the name that appeared in the dropdown on the appearance tab, so write it down. For example, when I chose "Minion Pro" from the dropdown, the popup showed "MinionPro-Regular".
    The next step is to replace that Mouse Up script with the following:
    // Mouse Up script for temporary button
    // Change the font and font size for all text field in this document
    for (var i = 0; i < numFields; i++) {
        var f = getField(getNthFieldName(i));
        if (f.type === "text") {
            f.textFont = "MinionPro-Regular";
            f.textSize = 9;
    Replace "MinionPro-Regular" with the font name that you wrote down before and set the font size to whatever you want. Use 0 to specify a font size of "Auto".
    This script will change the font of all text fields to whatever you specify. When you've confirmed that the text fields are set up as you want, you can go ahead and delete or hide the button. If you think you'll be doing a lot of forms work, you can create custom tools in Acrobat to speed up this process, but this should get you started. InDesign won't let you specify a lot of field properties and actions, so you have to work this way, and using automation scripts is an accessible way to significantly speed up the process and avoid mistakes.

  • Clicking "Edit PDF form" stops Adobe Acrobat Pro 11 from working. [FIXED]

    As the title says, whenever I click "Edit PDF form" in Acrobat Pro 11, it displays the message "Adobe Acrobat has stopped working" and then when I click OK it closes.
    It is a fresh install.  I tried reinstalling, by removing it first, i tried a repair, I also tried using Revo Uninstaller to clean up anything that was left after an uninstall, and still no joy.
    Any help would be appreciated.
    It is running on Windows 8.1 Update (x64), and the version number for Acrobat Pro is 11.0.10.
    Thanks!
    **Update**
    While I was writing this I had an epiphany, so I checked the Windows application logs which logged the following error every time Acrobat crashed...
    Faulting application name: Acrobat.exe, version: 11.0.10.32, time stamp: 0x547e97af
    Faulting module name: nvd3dum.dll, version: 9.18.13.4121, time stamp: 0x5474d740
    Exception code: 0xc0000005
    which lists nvd3dum.dll as the culprit.  This has something to do with my Nvidia graphics card or drivers (NVIDIA Quadro FX 4600)
    So after a little research I discovered a little registry tweak which "specifies the number of seconds that the GPU can delay the preempt request from the GPU scheduler. This is effectively the timeout threshold. The default value is 2 seconds." (Quoted from MSDN)
    So I added the REG_DWORD value TdrDelay to the key path HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers, and changed the value to 8.  After rebooting this seemed to have solved the issue I was having.
    Here's a screenshot...
    Hope this helps someone!

    We created forms in acrobat 9 pro and now with XI pro cannot edit them.  Error message states that livecycle designer is required to edit forms previously created in acrobat.  Called tech support and waited for over an hour before being told that another product needed to be purchased for $300 more than the upgrade cost for acrobat pro XI!!!  From the XI FAQ - The web site states:
    The following customers are eligible for a free upgrade:
    Customers who purchased a prior license to Acrobat and have purchased an upgrade to Acrobat XI Pro
    Customers who have an Adobe Maintenance and Support contract or purchased Upgrade Plan eligible for an Acrobat XI Pro upgrade
    Active Creative Cloud Complete members whose memberships started before October 15, 2012
    The one-time LiveCycle Designer upgrade is available in English, French, German, or Japanese. Eligible customers can choose which language they would like to receive. Visit the Customer Support Portal to request an upgrade.
    After entering in the needed info on the support portal was told that adobe will Not honor the sales rep & web site which both said we are eligible for the free upgrade.  We asked for a full refund and will not longer be using any new adobe products.  We went back to 9 pro forms work fine and adobe lost $.  Nice work adobe - lie to customers and then act surprised that the customers want their $ back!  They told us to just toss their software DVD in the trash where IT belongs, so we did!
    Cheers,
    Actiondan

  • Security matching between Adobe Acrobat Pro and Adobe Reader

    I've created a PDF in Adobe Acrobat Pro that requires information to be filled out in boxes as well as signatures to complete the form. I've tested the form on different computers that bring it up in Adobe Reader. I'm trying to make them compatible. My Security options on Pro for the document show that everything is allowed (printing, changing the document, signing, etc.) but when it is opened up in Reader it shows most of those as Not Allowed.  I need to change that but I'm not sure how. I need the form to be compatible for Reader so that others can fill out the information needed and then submit via email back to me. Please advise on what to do to make that happen, if possible. I need details! Thanks!!

    You can enable certain features in Reader, such as digitally signing and saving, by Reader-enabling the document in Acrobat. Exactly how you do this depends on what version of Acrobat you're using:
    A9: Advanced > Extend Features in Adobe Reader
    A10: File > Save As > Reader Extended PDF > Enable Additional Features
    A11: File > Save as Other > Reader Extended PDF > Enable More Tools (includes form fill-in & save)

  • Adobe Acrobat Pro & Reader 9 broken

    I downloaded and installed the latest updates yesterday which included Mac OS X 10.6.3. When I tried to open a PDF with Adobe Acrobat Pro 9, it immediately crashes. The same is true for Acrobat Reader 9. I can open PDFs just fine with Preview. However, there are times I need some of the features of Acrobat Pro.
    Has anyone else had this problem after the latest update? And fixes or suggestions?
    Thanks in advance.

    Have you installed all the updates available from Adobe for Acrobat Pro and Reader?

  • Dos command to compare files using adobe acrobat pro 9.

    Hi,
    I am using Adobe Acrobat Pro 9, through its utility i am comparing two pdfs using its GUI. Now i want to compare two pdfs through Dos prompt using Adobe Acrobat Pro 9. Is there any Dos command to compare two pdfs using Adobe Acrobat Pro 9.
    Regards 

    I don't think so.

  • 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 can not open a filled out pdf-form using Adobe Acrobat Pro X

    I have a form in Indesign CS 5.5 and made it fillable with Adobe Acrobat Pro X. I enabled the 'additional features' to make the document a 'Reader extended pdf'. Whoever I send the form now, can fill it out and save it in (the free version of) Adobe Reader.
    Problem is: when the recipients mail the filled out form back to me, I can not open the document. There is message that says: "There was an error opening this document. The file is damaged and could not be repaired."
    However, when I receive the filled-out file not by email (MS Outlook on a IMac) but on a USB-stick or something, I can manage to open the document the way it was filled out.
    I'm guessing something goes wrong in the mailing process...
    Can anyone help me please?
    Thanks!

    Thanks for the advice!
    I'm afraid though that the problem is situated with the provider of the sender (when I open the email with my hotmail or gmail-account, it' s the same problem).
    The idea of compressing the forms into zip-files is not very usefull because - i'm guessing - 90% of the recipients have never heard about a zip-file and are surely incapable of making one.
    Some other ideas?
    Thank you though!

  • Adobe Acrobat Pro 9.0 Won't Let me Save a Filled PDF Form

    Hi,
    I am using Adobe Acrobat Pro 9.0 to fill out financial forms for my budget and finance department. The thing is, I can only print the form out when completed, but can't save it (I use "Save As" and rename the file).
    When I do "Save As," the next time I pull up the form I see the data I inputted for a split second and then it is all erased automatically.
    This is frustrating as I need the data to be available every time I open the form.
    I am using Windows XP Professional on a Dell Optiplex 755 with an Intel Core 2 Duo E6850 @ 3.00GHz with 1.96 GB RAM. Again, I am not using Reader, I am using Adobe Acrobat Professional 9.0.
    Thanks!

    There is probably some JavaScript either as a document level script or page open action that is clearing the fields. If you edit your preferences you can turn off Acrobat's JavaScript,but this will also prevent calculations for running as they use JavaScript.
    You could also export the the data as an FDF file and then import the data after the form is opened.

  • How can I add a button to add multiple image in PDF from using adobe acrobat pro?

    I have to create a pdf form using Adobe Acrobat Pro X.
    In this form I want to add a button where I can add multiple images to the field.
    I have tried using javascript event.target.buttonImportIcon(); and successfully add an image, but when I want to add the 2nd image it automatically overwrites the previous one.
    Is there any way to solve this issue? I would like to have a form where I can add a lot of images in it. It is possible in word, but we really have to use adobe.
    Thanks

    Hi thanks for your answer.
    I can add multiple button, but if there are 10 images that I wan to add, then I have to create 10 buttons.
    Moreover, the pictures will be placed on top of each other and it means that you cannot see it clearly.

  • Problems in Windows 8 creating PDF documents using Adobe Acrobat Pro 9.5.5

    I am running Windows 8 with the latest version of MS Office (version 14) and Adobe Acrobat Pro 9.5.5.  I was not having any problems making/printing PDF documents until about 30 days ago.  The only things that I can think of that have changed during this time period is 1) I updated my Office Suite to version 14 from the previous version and, most recently, 2) my Adobe Acrobat Reader program was automatically updated to the latest version.  I ended-up uninstalled Adobe Reader becuase the new program became my default for openning all Adobe PDF files, even when I tried to force my computer to use Adobe Acrobat Pro as the default (becuase doing so allows me to edit docments with features not available in the free Reader version).  When I go to print a Word document, for example, to Adobe Acrobat, the process stalls/stops at the point where you are supposed to choose a location to print/safe the new PDF document file.  All I get is the Save-As Screen with most of the buttons and folder tree blank (see example below).  After 5-10 seconds, "not responding" shows up in the title of the Save-As Screen and I have to click the "X" box in the upper right corner to abort.  This problem seems to have first started when trying to print pictures from the Windows picture viewer.  After a while long, I noticed that the same problem occured when printing from my internet browser (Firefox), but I coudl still print from Word or Excel.  Now, as of the last couple of days, I can't print from any program except the basic Paint software program.  I think this may actually be a Windows issue because when trying to toublshoot this problem, I re-installed Adobe Acrobat Pro and it did not help. I also tried making PDF documents using the free PrimoPDF software and had the exact same problem.  I have no idea where to go from here.  All I know is that I desperately need to create PDF documents and cannot!  Please help!!

    You're asking a lot of ancient Acrobat to work with an Office that never existed when it was made. "Just updated my office suite" is a massive change, and Window 8 didn't exist at that time either...

Maybe you are looking for

  • Can I download music onto one device from 2 different accounts?

    I have recently downloaded all my music from one account onto my ipod, but I also want my other music which is on a different account. The other account is for my iphone and want to keep the 2 seperate accounts. If I log out of the account I'm curren

  • The serial number is registered to another person!

    Hello. Please tell me what should I do? I bought the phone in the store. I use it for almost a year. I wanted to make it to the list of their devices, but the identifier writes that the serial number is registered to another person! How to fix it?

  • Seeburger AS2 Adapter failure

    Hi , Iam trying to test the Outbound AS2 connection though the receiver is not yet ready with the setup but i want to make sure at my side . While testing i got this error message .. "Unable to forward message to JCA adapter. Reason: Fatal exception:

  • Where can I see ARCHIVED Business Partner Change Documents?

    Hi, I am archiving change documents of BPs with infostructure and Content Repository so that the change documents can be displayed in Archive Explorer TX SARI. Now I am wondering if the archived change documents could also be displayed in transaction

  • I can't see the eBooks i purchased

    I have authorized my Kobo Glo device with Adobe Digital Editions, and my Kobo ereader does show up under devices, however I can't see the books I purchased directly on the device.  Am I able to move books from the Kobo glo onto my computer?