You can create a search button in an interactive PDF?

Is it possible to create a search button in an interactive PDF? Our client does not want to use the adobe reader search (CTRL F) and instead want a personalized with in the actual PDF search bar. We use Indesign 5.5 and that you do not have adobe acrobat X.

Any ideas / help would be greatly appreciated!

You can use the built-in search window and use something like this:

var textToSearch = app.response ("enter the search term :");

If (textToSearch! = "" ") search.query (textToSearch,"ActiveDoc");

Or you can use a text field (let's call it the search term) and a button that runs this code:

var textToSearch = this.getField("Search_Term").valueAsString;

If (textToSearch! = "" ") search.query (textToSearch,"ActiveDoc");

Tags: Acrobat

Similar Questions

  • You can create an option button or click on?

    I'm a softskills module scripting to teach the employees about listening and questioning of the tools. I want to do is insert a transparent click box or the button in the dialog bubble that contains what says the customer, that they interview you. If they click in the box, the project turns a question slide where they can select the correct answer from a list of options (buttons, which then creates a branch to another slide). However, my question is this: is it possible to branch to another slide if they don't click in a period of time defined in the box? I had a breakdown to pop up if they click elsewhere, but I would really like a complete shift to reaffirm what they should be listening to.

    Any ideas, Captivators?

    Krista

    Set the duration of the slide on 10 seconds or however long your time-out

    He must be. At the next slide be one you want users to see

    the time-out period. If they click, take them to another slide.

    Steve

  • You can create a popup and still allow interaction with parents?

    I searched all over Google and the forums and can't seem to find what I need.

    Is there a way to create a popup window that does not make the unusable parent window while it is displayed? I would like to create a popup 'help' for an application, but while the popup is displayed, I would like users to still be able to use the application itself.

    Any ideas would be greatly appreciated.

    Thank you
    Chris

    Methods for creating or adding pop-up windows have a modal parameter that specifies what you mentioned. By default it is set to false, so you shouldn't have a problem unless you're set to true:

    addPopUp(window:IFlexDisplayObject,_parent:DisplayObject,_ _modal:Boolean_=_false__,_childList:String_=_null):void

    createPopUp(parent:DisplayObject,_className:Class,_ _modal:Boolean_=_false__,_childList:String_=_null):IFlexDisplayObject

    The first place where you should look for this kind of thing is the language reference:
    http://livedocs.Adobe.com/flex/201/langref/index.html

  • How to create a search button custom Muse that shares the page on Facebook?

    Hello

    I tried to find the answer in the forum and on Google but I don't have a chance. What I'm trying to do is to create a search button custom from scratch in Muse, and when he is selected to share the web page it sits.

    What I did, is to have a share of full-screen, but I can't do it in a pop-up window as in most of the sites with the photo that describes the site.

    The button example how far is here: www.razgledaj.me

    THX

    Marko

    Try this, use your own image for the button and the url to share:

    http://www.mindfiresolutions.com/creating-a-custom-share-on-Facebook-button-453.php

    Thank you

    Sanjit

  • Google does NOT WORK with Firefox 3.6.8 and you can type in search, but clicking next is a link dead; does nothing?

    Google does NOT work on Firefox 3.6.8 suddenly today. You can type in search and get the results on the first page. By clicking on the link "next" or no matter what number links is dead. Yahoo and Bing seem to work. I don't have a Google toolbar. Very frustrating. It happens all of a sudden today. Please check into it.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of your modules is causing your problem (switch to the DEFAULT theme: Tools > Modules > themes).

    See the extensions, themes and problems of hardware acceleration to resolve common troubleshooting Firefox problems and troubleshooting questions with plugins like Flash or Java to solve common Firefox problems

    Your above posted the details of the system tampon() obsolete show with known risks of security and stability.

    • Shockwave Flash 10.0 r22

    Update the Flash plugin to the latest version.

  • How to add a new document type to those that you can create by right-clicking on the desktop window or fodler?

    When you right-click on the desktop or the window displaying the contents of a folder and select 'New', you see a list of the types of documents you can create. How to add and delete?

    When you right-click on the desktop or the window displaying the contents of a folder and select 'New', you see a list of the types of documents you can create. How to add and delete?

    With regedit , you can see a lot of extensions of files known, for example, HKEY_CLASSES_ROOT\.txt for txtfile.   To get rid of the "new extension" option in all of the folders that you can rename the key HKCR\.txt\ShellNew to HKCR\.txt\ShellNew.disabled or similar.

    Some applications can open empty files, for example, Notepad can open a (new) empty text file.  For the purposes of C:\windows\shellnew which is indicated by an empty string (REGSZ) NullFile.
     
  • trial version you can create subtitles?

    on the trial version you can create subtitles?

    Hi Julian,

    Yes, you can create subtitles in Premiere Pro (trial).

    Learn how to work with captions in Premiere Pro

    Thank you

    Ilyes Singh

  • You can create an online version for pc?

    You can create an online version for pc?

    With a Pro account or company DPS, you can activate the Social sharing feature and display DPS items in the web viewer on a PC. More info here:

    http://helpx.Adobe.com/Digital-Publishing-Suite/help/using-social-sharing.html

  • You can create an application iPad w / two H & V layouts without creating copies of everything?

    You can create an application iPad w / two H & V layouts without creating copies of everything?

    You must make separate models for H and V.

    Neil

  • You can create an index on a map?

    I have a few questions that I can't understand, or find a viable for example. You can create an index for a card, contained in a nested object, and if so, how would you do that? I have currently a filter inspected this criterion in the cache, but I am unable to understand to create an index of usabe for the custom filter. I use coherence 3.5.2 - any help would be most appreciated. I don't know if / what should I do with the SimpleMapIndex...

    Here's the Basic object below map. My filter retrieves all objects of ClientType with a client in his collection that contains the past in integer value in the customer's card. So can you create an Index on a card (and a nested to it) and how do you this? The index should be on the nested customerValues hashmap.
    class CustomerGroup
    {
        Set<Customer> customers ;
    }
    
    class Customer
    {
        Map<Integer, CustumerValue> customerValues;
    }

    If you write a custom, ValueExtractor you need to create an index, then you will not have a custom filter.

    Depending on how effective it must be custom Extractor you can use POF and don't have to deserialize the entries to create the index, or it can deserialize the class, which will make the code simpler.

    For example, without the use of POF

    public class MapKeyExtractor extends EntryExtractor implements PortableObject {
    
        public MapKeyExtractor() {
        }
    
        @Override
        public Object extractFromEntry(Map.Entry entry) {
            Set keys = new HashSet();
            CustomerGroup group = (CustomerGroup) entry.getValue();
            Set customers = group.getCustomers();
            for (Customer customer : customers) {
                keys.addAll(customer.getCustomerValues().keySet());
            }
            return keys;
        }
    
        @Override
        public boolean equals(Object obj) {
            return (obj instanceof MapKeyExtractor);
        }
    
        @Override
        public int hashCode() {
            return MapKeyExtractor.class.hashCode();
        }
    
        @Override
        public void readExternal(PofReader in) throws IOException {
            super.readExternal(in);
        }
    
        @Override
        public void writeExternal(PofWriter out) throws IOException {
            super.writeExternal(out);
        }
    }
    

    The extractor above returns a collection of all the integer values in the keys to all the customerValues of all customers in a ClientType (I guessed you have some accessor methods on classes that you posted).

    You can then use a ContainsFilter for your query. For example to get all values in the cache where the customerValues card contains a 19-key...

    Set results = cache.entrySet(new ContainsFilter(new MapKeyExtractor(), 19));
    

    You could write a version of the MapKeyExtractor which uses POF and wouldn't not deserialize values, but it's more complicated code, because should extract the POF of value stream map and go down the keys and values extract the key. It's doable, but not worth it unless you're really worried about the execution of updates of the index.

    Discalimer I wrote the code over the top of my head so have not compiled or tested, but it should be OK.

    JK

  • You can create a table of contents with page numbers using bookmarks?

    You can create a table of contents with page numbers using bookmarks?

    Sometimes a long article has bookmarks to help navigate, it but has no real TOC (table of contents) on the first page. In such a situation, I think that it would facilitate the reading of the paper version if you can somehow create a table of contents with page based on hierarchical bookmarks in the document numbers.

    If this is not possible from Acrobat, is there a third party app?

    Indeed you have created a script for this - sorry that I missed it. I should have...

    Acrobat - Create TOC bookmarks

  • Adobe Bridge - you can create custom meta tags

    Hi, this question is on Adobe Bridge. You can create your own meta tags? I want one called "Caption" not "Description." It is therefore through, he shoots the resource space where our org share photos.

    Thank you

    Jac

    You can create your own meta tags? I want one called "Caption" not "Description."

    It is not possible because Photoshop and Bridge use the same file information that are based on the world standard IPTC and they use description for this field.

    However, in practice, many applications DAM respect despite their name or can be configured to read the info in the description and place it in the appropriate field (some call it legend, other notes etc.) for your DAM-based application company.

    Hope this will help you a little.

  • You can create a datamerge at the editing table?

    Using InDesign CS5 is anyway that you can create a datamerge at the editing table?

    I want to place the file number in the section of purge for the series of newspaper advertisements. When I try to create a merged document, I am informed that there are no placeholders are present even if I added in the mount table.

    Someone at - it solutions?

    When you configure the placeholder, set the text to get to the bottom of the text box and stretch the text box so that it touches the print area of the page.

  • You can edit a document template in your library (pdf) and retrieve previous form fields, so you don't have to start from scratch?

    I've just uploaded a pdf template in my library and spent a lot of time to fill the form fields. However, after completing the achievement, I made a misspelling on the original pdf model uplaoded. Is there a quick way to upload the document again and copy the older form of the document field so that I don't have to start from scratch?  If someone is able to inform you that would be much appreciated.

    Only if you checked create layer for the form field option when you create the document in the library. (Available only in the accounts of end superiors so that you won't)

    If you have Adobe Acrobat you can add fields from the agreement to the PDF outside eSign services.

    Or if you are using word documents, it is possible to add fields of the agreement using text tags.

    With those you can change regardless of the document and download the new copy and that the fields are already there, no need to copy or redo them.

    Document help Cloud | Form creation | eSign services

  • You can create a button that will go to several key frames?

    Hi, I'm doing an rpg style character select interfaces.  What I'm trying to do is very similar to the image below. How to create a button like the stats, equipment and supplies that will each show a different image or text depending on the character you choose. If noone played this game facebook before wonder, if you choose, for example, Ironman, the buttons on the right then go stats, bio and the train. Each character will show a different bio when we click on the button of bio. Make a different screen for each character with the same layout of the buttons in the same place? I think I've just answered my own question but I want to assure you that it is possible. Each portrait of character, his stats, bio and gear is on its own layer and have the buttons go to these specific key frames? Thank you

    menu.jpg

    While you could create a different screen for each, a better way to do it is by a form of database.  Buttons cause the functions to be performed and functions use data resources account required to choices that are put in place.

    So if find you a particular character, a variable is assigned a value which indicates that.  This variable is then used to retrieve the data associated with the character and build the screen elements related to the options of this character.

Maybe you are looking for

  • Update error. Failed to check the updates. Event ID 1001

    Update error. Failed to check the updates. I rebooted the PC and the Windows Update service (it is activated and automatic when you restart).  Is there an event ID 1001 in the event log that shows when I try to run WinUpdate. Can anyone help solve th

  • I am unable to download Microsoft Works.

    I've been using Microsoft Works... .Word processor for all my letters and resumés, now I cannot download the program Help, please... original title: I used Microsoft Works processor for all my letters and resumés, now I'm unable to download the progr

  • Cannot change the C: drive letter to D:

    Hello I got an answer to a previous question about changing the drive hence my stuff is download for C: to D: drive and I did what was listed and restarted my computer, but he remained always the C drive, please ask some ways for me to change my driv

  • Placement of buttons in a container

    I'm trying to get a container to layout buttons horizontally (as the documentation says it should) but everytime I try, my buttons end up on the other.  Is there a way to get a layout simple flow so that my buttons are staggered automatically?  Here

  • Persistent store help

    I have a little problem with the way that behave the persistent object: Current behavior: 1. I store an object using storeObject.commit (); 2. I make changes to the object. 3 extract the object using storeObject.getContents (); 4 object is in the sam