I want to create fillable PDF that can be used by many people running on both MAC and PC.  What Adobe product should I use?

want to create fillable PDF that can be used by many people running on both MAC and PC.  What Adobe product should I use?

Hans-Gunter
Thanks so much.  I downloaded Acrobat XI.  It's been "extracting" for the past 30 minutes (even with a fast wi-fi).  Hope this is not a problem.
Anne

Similar Messages

  • I want to create an app.  Can you tell me the difference between iOS developer program and the mac developer program?

    I want to create an app.  Can you tell me the difference between iOS developer program and the mac developer program?
    Is the difference the device you're creating your app on, or for?

    iOS Developer Program is only for those who wish to develop iDevice apps. Mac program is for those only developing Mac applications. If you wish to do both, then you need to enroll in both programs.

  • I had used Iphone4 to update to ios 7.0.4(11B554a) but after update whenever I want to create new contact, I can't type in the word because the keypad don't appear, what should I do? Can I uninstall the update of ios 7.0.4?

    I had used Iphone4 to update to ios 7.0.4(11B554a) but after update whenever I want to create new contact, I can't type in the word because the keypad don't appear, what should I do? Can I uninstall the update of ios 7.0.4?

    You cannot uninstall the update. Apple does not support downgrading. What troubleshooting have you done? Start with a reset. Hold the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot. Are you syncing contacts with iCloud?

  • Which Adobe product should be use to create interactive presentations?

    We have an interactive presentation that we developed for a client a few years ago in Flash. The client is concerned that Jobs has hurt the future of Flash as a development tool. Is there another Adobe product that we should switch to or is Flash still the premier product? Note: I need something sophisticated enough to do complex animations (many moving parts with masks). Play back has to look good with possible auto and video intergration. At the moment mobile/tablet is not an issue but may be desired in the future.

    Two primary considerations, IMO.
    1. If the product is already developed in Flash, and still works fine for all target devices, and maybe just occasional/simple updates are needed here and there..
    2. If mobile delivery of the product is not at all required.
    Then stick with Flash.
    BUT if mobile is going to be a targeted platform, or the product needs a significant revision, then consider another approach.
    Tools like Adobe Captivate, Articulate Storyline, and Trivantis Lectora are solid tools for creating HTML5 (mobile-compatible) content...but since HTML5 support and the spec itself are still evolving, there are certainly more limitations on animation, interactivity, etc.
    So the longer you can hold out updating the product to HTML5, using whatever tool you prefer, the better...but on the other hand, balance that against the efforts and updates you put into a Flash-based project that's likely going to have a limited future.
    Erik

  • How do I create fillable sections that can be filled or ticked online and then signed?

    Hi, I'm trying to make some fillable sections on a pdf file that is to be filled in online.  How do I do this?

    In Acrobat you can Reader-enable the file. For Acrobat 11, the menu item to do this is: File > Save as Other > Reader Extended PDF > Enable More Tools
    Do this as the last step before you distribute the form. Note that this isn't needed for Reader 11 since it is capable of saving a non-enabled PDF form that was created with Acrobat (as opposed to LiveCycle Designer).

  • How to create interactive PDF that can be submitted through website?

    I have created an interactive PDF with a submit button at the bottom that will send to my email when clicked. However, when I uploaded the form to my website to test it, the form didn't do anything once I clicked the 'submit' form.
    So my question is: What do I need to do to allow the form to submit from my website? I am using Acrobat 9 Pro and Dreamweaver Cs5 if it makes a difference.
    Thanks!

    Chrome has its own PDF viewer plugin that is quite buggy when it comes to PDF forms (as do Firefox and Safari, by the way).
    So yes, the best solution is to download the file and then open it locally using Adobe Reader. However, you can't enforce that. It's up to the user and their browser settings. You can only recommend it to them.

  • I want to create a newlsetter that can be printed, emailed and downloadable on a website.

    Is it as simple as saving the newsletter in different formats? What are the steps I need to take so that the newsletter can be printed, emailed and used on a website?
    Thanks

    A PDF will fit the bill.

  • I want to create a slider that can scrub through an animation...

    ...but I can't figure out  how the draggable slider would be put together. Does anyone know how this could be accomplished? Or are there any examples of how this would work?

    In the interest of community code sharing, here's how I modified Darrell's code...
    I had a 4-second animation, which I converted to a Symbol named "engine_anim". I also had a horizontal rectangle as the scrub bar, named "bar", and a scrub handle, also a rectangle, named "scrubber". The link to Darrell's code is in the Image Slider link above. This is how I changed it to do what I wanted, which is to scrub back and froth through my animation:
    The following goes in the document.compositionReady Action:
    var dragme = false;
    $(function () {
       var scrubber = sym.$("scrubber");
       var bar = sym.$("bar");
        scrubber.mousedown(function() { dragme = true })
        $(document).mouseup(function() { dragme = false })
        $(document).mousemove(function(e) {
            if(dragme){
               var possibleX = e.pageX;
               var leftX = bar.offset().left;
               var rightX = (leftX + bar.width()) - scrubber.width();
               var scrubWidth = rightX - leftX;
                // confine it to the scrub bar width
                if(possibleX < leftX) {
                    possibleX = leftX;
                if(possibleX > rightX) {
                    possibleX = rightX;
                scrubber.offset({
                 left: possibleX
                var relativeX = possibleX - leftX;
                var perc = Math.ceil((relativeX/scrubWidth) * 4000); // multiplying the ratio by 4000 milliseconds, the length of my animation
                sym.getComposition().getStage().getSymbol("engine_anim").stop(perc);

  • Can anyone recommend a good wireless router for both Mac and PC?

    Hello! I am looking to purchase a wireless router, and was told that Linksys in general (and a specific model in particular) isn't Mac-friendly. I need a nuetral router that works well with my MacBook and my Dell laptop (which I need to purchase a wireless card for). I also have a PC but I can just connect it via Ethernet cable.
    Any suggestion is greatly appreciated!
    MacBook 1,1   Mac OS X (10.4.7)  

    hi - Linksys wireless routers work fine with macs (i
    have one)...
    perhaps the reason you heard they're not mac friendly
    is because the software they give you to configure
    the router only runs under wintel.... but you really
    don't need that software...
    one can have total control over the setup simply by
    firing up a web browser (on a machine either directly
    connected to the router via ethernet or w/ a wireless
    connection) and going to http://192.168.1.1/
    that'll get you talking directly to the router...
    i'm actually not aware of any routers that really
    don't work well w/ macs... so i think you can just
    choose based on features & price...
    cheers
    p.s. Welcome to Apple Discussions!
    I currently am trying to set up a linksys router. Unfortunately, I dont know what to do once i am at the router's config page to make it start working. Can you help me out? thanks.

  • Create a fillable form that can be saved by others

    Hi, I'm working in Adobe Acrobat X Pro, I'm on a PC
    I know that you go to File>Save As...>Reader extended pdf>
    After that I get "Enable Adding Text in Documents (that are not fillable form)...
    I then get a form that is using a "typewriter" tool." That's not what I want.  I want a fillable form that can be saved by the person filling out the form and not have to use the typewriter tool.  I don't like the way that looks or works.  I hope there is someone that can help.  I used to be able to do this and don't understand what has changed.
    Thanks!

    Advanced > Enable Usage Rights in Adobe Reader
    Yes, it will allow pre-11 Reader users to save.

  • How to automatically create fillable PDFs from XML

    We are looking for a way to create fillable PDFs that users can enter data into and save (so the PDF needs Reader Rights applied) and we want to be able to automatically create these PDFs from XML files. We are able to do what we want in a manual fashion using Acrobat Pro v8 but we need a way to automate this due to the volume of XML files that we will need to convert.
    Is there any way that this can be scripted from a command line interface with Acrobat.. like:
    Acrobat.exe –input FileName.xml –output FileName.pdf –applyReaderRights true
    If there is no command line options for this is there any way that this could be coded using .NET or any other programming language?

    You cannot automate applying usage rights with Acrobat. For that you'd need to use Adobe's LiveCycle Reader Extensions.
    How exactly are you currently converting XML into fillable forms? Are you using an XDP to somehow convert to an XFA-based PDF?

  • How do I create a PDF that works like an Excel Spreadsheet?

    How do I create a fillable PDF that can total numbers like an Excel Spreadsheet? Need to find out how A.S.A.P.!!!!

    Hi,
    Sorry, FormsCentral doesn't support calculation of forms fields. Vote for existing popular Ideas or submit your own using this FormsCentral form: https://adobeformscentral.com/?f=XnF-KJVCovcEVQz9tZHYPQ
    Thanks,
    Wenlan

  • Create a PDF that mimics the flyer

    I want to create a PDF that you can "flip through." I've seen it done before, but I'm not sure how to do it. I am creating a flyer and I want to send it electronically, but I want the readers to be able to still flip through the flyer as they would if it were in print. The way I have seen it done is there are arrows under the flyer and they click the forward arrow and the screen makes the image look like it's opening and then it displays the inside...same thing when they move to the back cover.
    Anyone know how I can accomplish this?
    Thanks for any help in advance! I really appreciate it.

    I bet this has flash features.

  • How to create a user that can login the LDAP?

    I want to create a user that can login the OID/LDAP. I know how to create a user, it is allowed to login OIDDAS, but I also want the user to grant access to ldap directly. How do i do that?
    And how can I give it read rights and or update/delete rights on a specific tree?
    Regards
    Eelco

    Eelco,
    did you see the OiD developers guide? Here you find some examples how to create users in OiD using pl/sql or java.
    http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95193/smplcode.htm#637294
    how to use directory access control can be found in
    http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95192/access.htm#1054232
    --Olaf

  • How do i create a stensil that can be added into diffrent files of adobe reader?

    I want to create a stencil that can be used in multiple adobe files for quality check purpose. Will be helpfull if somebody helps me out on this.

    why are you saying
    Pat Willener wrote:
    Please stay in your own topic, and answer the questions asked!

Maybe you are looking for

  • How to export data to multiple csv files?

    Hey Scripting Guys, As stated by the name I'm a novice at scripting.  Typically I'm able to resolve most of my scripting challenges by reading through your site or scouring the internet.  This challenge I haven't been able to resolve.  Please help!!

  • HP Presario internet explorer problems

    I have a HP Presario NY541AA-ABA. I used to be able to view bills on their website, now for some reason when I click on them a window pops up and says internet explorer is not working and shuts down. If anyone can help I would appreciate any feedback

  • Pulseaudio problem , snd_pcm_open failed: Connection refused.

    Hello everyone, i have this problem that appeared last week. I cant play music in any player cause i get this error : snd_pcm_open failed: Connection refused. i tried things like adding the user to audio group, creating a "pulse" user cause pulseaudi

  • Regarding Tables and fields.....

    Hi everybody,               How to know exactly,the tables and fields when a report is to be developed.

  • Hide/disable a row of a list when "date" column is less than today's date.

    Hi, We are using a "Finalsubmitted" date column in my list. my requirement is once that date of Finalsubmitted column is expired(less than today's date), total row should be in hide/disable mode.Could you help me to achieve this. Thanks.