Searching for Numbers in Pdf

Hi, Is there a shortcut to search for numbers in a pdf file

Not sure what you mean.
You have the find feature (ctrl + f) or the advanced search feature (ctrl+shift+f) to search for digits, words, strings etc.

Similar Messages

  • Searching for numbers in a string

    I am trying to filter passwords stored in a string variable and ensure that they contain at least a number and one capital letter.
    how do you search for numbers in a string and search if that string contains a character in uppercase?

    function checkString(username){
    var userfield = username;
    var valid = '0123456789ABCDEFGHIJKLMN�OPQRSTUVWXYZ'; // define valid characters
    if(!isValid(userfield.value,valid)){
    alert("Invalid user name format");
    userfield.value="";
    userfield.select();
         userfield.focus();
    }else{
    err = 0;
    userfield = userfield.value;
    function isValid(string,allowed) {
    for (var i=0; i< string.length; i++) {
    if (allowed.indexOf(string.charAt(i)) == -1)
    return false;
    return true;
    }

  • Search for text in PDF by VBA with only Adobe Reader installed

    My problem is widely known and frequenty posted, for instance:
    "Can anyone help me to open and search for a specific text string in a PDF document, return a true or false indicator (and nothing else)?"
    The answers mostly refer to and include
      Set gApp = CreateObject("AcroExch.App")
    which, as I understand, works only with a certain level of Adobe Acrobat being installed.
    My question now:
    I want to give this type of functionality (via an MSAccess Form, i.e. populate a ComboBox with PDF filenames which answer YES to certain text occurences)  to - say 20 - users in my company who have Adobe Reader 9.1 installed and not more.
    Bying this number of Adobe Acrobat licenses for just this purpose would be a heavy overkill which I just can't afford.
    Any suggestions? many thanks in advance.

    Now we would like to search in this PDF binary for an special text or string to use them for changing filename. Is there any way to do that?
    Based on your posting it sounds a bit like you're doing ABAP processing. However, I'll ignore that for now and just say that in the Java environment I have had good experience with the Java Library [iText PDF|http://itextpdf.com/]. I'm not sure what SAP offers in that area, but they must have something, because [TREX|http://help.sap.com/saphelp_nw70/helpdata/EN/a4/929d4206b70931e10000000a1550b0/frameset.htm] "understands" PDF (though that doesn't mean that you have a nice API for parsing PDFs).
    You probably investigated this already, but I'd take a look at possibilities to hook in before (or at the time) the PDF gets generated (might be easier to craft and export a filename there). Thanks to the [enhancement framework|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm] you usually have quite a few ways to get things done...
    Note that even if you're able to read a PDF, it doesn't necessarily mean that you can parse it the way you want. A silly example would be scanned pages, where the page is stored as an image and at best the scanner software runs some OCR (with possibly buggy results) to provide capabilities for searching the PDF. In your case that's probably not an issue, but still the question might be if the information you're looking at is structured enough to get it back...
    Cheers, harald

  • Searching for phrase in PDF via Preview

    Gang,
    I'm trying to search for some text in a PDF document using Preview. If I enter more than one word in the search box, it displays all instances of either word individually. How can I search for the exact phrase? I tried enclosing the text in quotes, but that didn't work.
    thanks,
    Dennis

    I am with you 100%. This did NOT used to work for me but I decided to give it a shot since this person was saying it worked for them. It works now and I'm happy but they must have fixed this in a recent update.

  • Search for text in PDF binary

    Hello experts,
    by using a SAP BI tool we generate reports in File format. SAP standard do some generating and give back an internal table with filename and file content in binary form.
    Now we would like to search in this PDF binary for an special text or string to use them for changing filename.
    Is there any way to do that? Every idea and hint is welcome.
    Best regards,
    Peter

    Now we would like to search in this PDF binary for an special text or string to use them for changing filename. Is there any way to do that?
    Based on your posting it sounds a bit like you're doing ABAP processing. However, I'll ignore that for now and just say that in the Java environment I have had good experience with the Java Library [iText PDF|http://itextpdf.com/]. I'm not sure what SAP offers in that area, but they must have something, because [TREX|http://help.sap.com/saphelp_nw70/helpdata/EN/a4/929d4206b70931e10000000a1550b0/frameset.htm] "understands" PDF (though that doesn't mean that you have a nice API for parsing PDFs).
    You probably investigated this already, but I'd take a look at possibilities to hook in before (or at the time) the PDF gets generated (might be easier to craft and export a filename there). Thanks to the [enhancement framework|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm] you usually have quite a few ways to get things done...
    Note that even if you're able to read a PDF, it doesn't necessarily mean that you can parse it the way you want. A silly example would be scanned pages, where the page is stored as an image and at best the scanner software runs some OCR (with possibly buggy results) to provide capabilities for searching the PDF. In your case that's probably not an issue, but still the question might be if the information you're looking at is structured enough to get it back...
    Cheers, harald

  • Searching for numbers

    Hi!
    I'm having a problem when I search numbers in a text.
    For example I need to find texts that contains 10.060 (with point) and texts that contains 10060 (without point).
    Can you help me?
    Thanks! Regards,

    Thanks! This is the output from the sentence you sent me.
    I hope you find a difference!!!
    Regards,
    Fabiana.
    begin
    ctx_ddl.create_preference('"MYINDEX_DST"','DIRECT_DATASTORE');
    end;
    begin
    ctx_ddl.create_preference('"MYINDEX_FIL"','NULL_FILTER');
    end;
    begin
    ctx_ddl.create_section_group('"MYINDEX_SGP"','NULL_SECTION_GROUP');
    end;
    begin
    ctx_ddl.create_preference('"MYINDEX_LEX"','BASIC_LEXER');
    ctx_ddl.set_attribute('"MYINDEX_LEX"','SKIPJOINS','.');
    ctx_ddl.set_attribute('"MYINDEX_LEX"','NUMJOIN',',');
    end;
    begin
    ctx_ddl.create_preference('"MYINDEX_WDL"','BASIC_WORDLIST');
    ctx_ddl.set_attribute('"MYINDEX_WDL"','STEMMER','SPANISH');
    ctx_ddl.set_attribute('"MYINDEX_WDL"','FUZZY_MATCH','SPANISH');
    end;
    begin
    ctx_ddl.create_stoplist('"MYINDEX_SPL"','BASIC_STOPLIST');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','Sr');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','Sra');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','Sres');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','Sta');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','a');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','acá');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ahí');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ajena');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ajenas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ajeno');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ajenos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','al');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','algo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','alguna');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','algunas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','alguno');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','algunos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','algún');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','allá');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','allí');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','aquel');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','aquella');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','aquellas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','aquello');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','aquellos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','aquí');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cada');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cierta');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ciertas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cierto');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ciertos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','como');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','con');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','conmigo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','consigo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','contigo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cualquier');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cualquiera');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cualquieras');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cuan');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cuanta');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cuantas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cuanto');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cuantos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cuán');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cuánta');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cuántas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cuánto');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cuántos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','cómo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','de');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','dejar');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','del');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','demasiada');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','demasiadas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','demasiado');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','demasiados');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','demás');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','el');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ella');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ellas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ellos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','esa');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','esas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ese');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','esos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','esta');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','estar');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','estas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','este');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','estos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','hacer');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','hasta');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','jamás');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','junto');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','juntos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','la');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','las');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','lo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','los');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','mas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','me');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','menos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','mientras');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','misma');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','mismas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','mismo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','mismos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','mucha');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','muchas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','mucho');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','muchos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','muchísima');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','muchísimas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','muchísimo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','muchísimos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','muy');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','más');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','mía');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','mío');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','nada');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ni');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ninguna');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ningunas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ninguno');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ningunos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','no');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','nos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','nosotras');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','nosotros');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','nuestra');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','nuestras');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','nuestro');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','nuestros');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','nunca');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','os');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','otra');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','otras');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','otro');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','otros');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','para');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','parecer');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','poca');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','pocas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','poco');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','pocos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','por');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','porque');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','que');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','querer');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','quien');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','quienes');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','quienesquiera');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','quienquiera');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','quién');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','qué');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ser');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','si');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','siempre');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','suya');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','suyas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','suyo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','suyos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','sí');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','sín');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tal');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tales');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tan');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tanta');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tantas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tanto');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tantos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','te');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tener');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ti');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','toda');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','todas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','todo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','todos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tomar');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tuya');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tuyo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','tú');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','un');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','una');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','unas');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','unos');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','usted');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','ustedes');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','varias');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','varios');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','vosotras');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','vosotros');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','vuestra');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','vuestras');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','vuestro');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','vuestros');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','y');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','yo');
    ctx_ddl.add_stopword('"MYINDEX_SPL"','él');
    end;
    begin
    ctx_ddl.create_preference('"MYINDEX_STO"','BASIC_STORAGE');
    ctx_ddl.set_attribute('"MYINDEX_STO"','R_TABLE_CLAUSE','lob (data) store as (cache)');
    ctx_ddl.set_attribute('"MYINDEX_STO"','I_INDEX_CLAUSE','compress 2');
    end;
    begin
    ctx_output.start_log('MYINDEX_LOG');
    end;
    create index "BDZW"."MYINDEX"
    on "BDZW"."MYTABLE"
    ("TXT")
    indextype is ctxsys.context
    parameters('
    datastore "MYINDEX_DST"
    filter "MYINDEX_FIL"
    section group "MYINDEX_SGP"
    lexer "MYINDEX_LEX"
    wordlist "MYINDEX_WDL"
    stoplist "MYINDEX_SPL"
    storage "MYINDEX_STO"
    begin
    ctx_output.end_log;
    end;
    /

  • Will TREX/KM search for content on PDF files in Searchable image formats?

    Good Day,
    We are implementing KM/Trex for an SAP E-sourcing installation and I'm wondering if TREX is able to search PDF contents in the Searchable image format?
    Essentially, we scan a document which creates an image and then run Abobe Acrobats OCR on the document to create searchable text.
    Thanks in Advance,
    Kyle

    Hi Kyle,
    TREX is not able to index a scanned document even this is pdf.
    BUT if afterwards a OCR is running and this OCR text will be stored as hidden text in the pdf than TREX is able to search in this pdf.
    Best regards
    Frank

  • Using JavaScript to search for dates in PDF

    Hello,
    I have a question about using JavaScript in Adobe Acrobat X Pro.
    I want a script that automatically search dates which fall within one week of the date of today.
    If this is true then the pdf file have to be deleted. If the date is later then one week of the date of today then the pdf file must be moved to a different folder.
    I hope anyone can help me with a solution.
    With regards,
    Robert

    Searching is the easy part. The problem is that a script can't delete a
    file, nor can it move a file to another problem.
    On Wed, Jan 7, 2015 at 8:55 AM, RobertZandberg <[email protected]>

  • Search for numberic

    Hi all,
    What would be the fastest way to get this result: -
    Given an alphanumeric ABC123, and expected result is 123.
    This alphanumeric would be dynamically changed, but the alpha is constantly comes first then numeric. It could be DDD123 or AAAAB123, and the expected result is 123.
    Please share with me your ideas.
    Thanks in advance.

    Hi,
    Data : string1(10)  type c.
    Data : string2(10)  type c.
    Data : string3(10)  type c.
    Data : l1(2) type i.
    Data : l2(2) type i.
    string1 = 'ABC123'.
      l1 = strlen( string1 ).
    Do l1 times.
    l2 = ( l1-1 )
    if  string1+l2(1)  CA SY-ABCDE.
        continue.
    else.
    cnt = 1.
    if cnt1 = 1.
    move string1+l2(1) to string2.
    move string2 into string3.
    clear string2
    else.
    move string1+l2(1) to string2.
    concatenate string3 string2  into string3 .
    clear string2.
    endif.
    cnt1 = cnt1 + 1.
    endif.
    enddo.
    Rgds
    Siva.

  • Searching for links across multiple pdf files

    We have thousands of pdf files that are being moved to a new website. Some of these pdf files have links within them (either as text or as a hyperlink). This number is unknown.
    The issue is how to programmatically search across multiple pdf files (numbering in the thousands) looking for links using a regular expression or part of a path. This will have to be able to search behind the text and search for the link url.
    We first need to identify the number of files with links and create a list of the files with links that need modifying. If the number is too great to modify manually, then we would need the ability to programmatically edit these links.
    The pdf files are stored in a database. Also, the pdf files are different versions and some are password protected.
    Is there an Adobe product that will perform this? If not, are there any 3rd party vendor products that will accomplish this?
    Thanks in advance for your help.

    I have no solution, but a thought: the database factor may seem to be
    a killer. But you could look for a solution designed to read PDF files
    from a web site (by spidering or from a list), which would presumably
    load them.
    Or could do a one off extraction of the files from the database into a
    directory and use that for your process. Probably a very good idea,
    since extracting all files from the database is likely to be costly
    and hammer the server (but can be scheduled at a sensible pace), while
    the search process will (if it is possible at all) doubtless need to
    be run countless times.
    Aandi Inston

  • Jabber - Search for phone Numbers (extensions)

    Hi there,
    as on the old Cisco Personal Communicator there was a possibillity to search for extension numbers on the search field. If I enter an extension number on the Jabber Client on Windows, there is no Name and Picture shown from this employee. For example, if you type in 1234 in the field it just says "call 1234" but I want so find the employee which extension is 1234.
    On the jabber-config.xml I already tryed the UDS and EDI method.
    So I'm just asking if there is a general problem with this function or if this is just an configuration issue. If it would help, I'll post the jabber-config.xml.
    Thanks for a reply.
    regards
    Marc

    Hi Marc,
    Currently this is not supported. It is tententively planned for 9.4 which has no current release date.
    Thanks,
    - Colin

  • Can I search for pdf and word documents at the same time in finder?

    I often want to search for more than one file type at a time - for instance pdfs and word docs in a directory, or Jpgs, GIFs, PNGs etc.
    Can I do this in the finder in one go (so I can save it as a folder I can then select when I want to)?
    I tried typing OR between the 'tokens' it creates, but then it just searches for OR - so not as intelligent as one would think?!
    Surely there must be a way to do something as simple as this?
    regards
    Rob

    Forget the whole "tokens" business (I think that is a pretty useless "improvement" to constructing Spotlight searches). Hit command-F to bring up the search window, and set your first criteria, in the example I changed it from the default Kind to Created Date, to keep the number of results manageable. Now hold down the Option key and click on the "+" at the end of the criteria line, it will change to "..." and you get a new criteria line. From the dropdown menu choose "Any" if necessary (this will give you the Boolean OR), then enter what you want in the first sub-head. To get a second sub-head OR criteria click the "+" at the end of the Any line.
    I don't generate many MS Word docs, so I just stopped in the example above after typing Microsoft, since that brought up all the MS anything I have from this year (a couple of Power Point thingies sent to me by friends).
    Francine

  • How do I search for sticky notes in a PDF doc?

    Several people (at work) have commented on a 440-page document that I created, using sticky notes to write their comments in. When I first open the document, the sticky notes are all closed. The icon for a closed sticky note is pretty small and not brightly colored, so they're easy to miss when scrolling through hundreds of image-heavy pages. I am hoping that it's possible to search for each occurrence of a sticky note.
    If there is no way to search for the notes, is there a command I can use to open all the notes in the file (in one action) so that they are larger and easier to spot?
    Platform: Windows 8 PC
    Version: Acrobat 8
    If this is not a feature available in Acrobat 8, is it possible to do this in later versions?
    Apologies if this is not the right community for this question, but none of the ones listed seemed like the obvious choice, and there is no "miscellaneous" or "general" category. If there is a better community for the question, please let me know.
    Thanks,
    Joyce.

    Out the gate you've a problem.
    The Acrobat 8 product family passed into "End of Support" many years ago (well before the release of Windows 8).
    "End of Support" means -- well, just that eh.
    The Acrobat 8 product family is not compatible with Windows 8.1, 8 or 7.
    The Acrobat XI product family is compatible with Windows 8 / 8.1.
    Regarding Comment and Mark Up Annotations:
    With Acrobat 8 Pro use the "Comments List".
    Same wit Acrobat 9 Pro, X Pro and XI Pro.
    May be available with the various versions' "Standard" release.
    The contents of a Comments List can be exported to a PDF report.
    The filter an be used to display specific characteristics / attributes which then become the reports content when you output a report.
    Having "8" the Help PDF file got loaded with the install of "8".
    Use it to review the information provided on the Comments List.
    Be well...

  • A hyperlink click to a pdf document in a website does not open a pdf document instead presents a blank page "searching for bookmarks"

    a hyperlink click to a pdf document in a website does not open a pdf document instead presents a blank page "searching for bookmarks"

    Check the settings as shown in the [[opening PDF files within Firefox]] article.

  • Unable to search for words in a pdf document

    I am using Adobe Reader Ver 10.1.1 (All updates)
    I have a pdf document in which I am unable to search for words. No words in the document are found even though they do exist. If I copy a word from within the document and paste it into the search criteria then instead of getting the word that I copied, I get substitute characters and it can in fact find these characters as the word being searched.
    The document is a catalog and can be downloaded from the following URL.
    http://www.carbatec.com.au/getcatalogue?zenid=d1cuvbat0ois0g37r0r33vnah1
    I will appreciate any help as to why I cannot search for words in the document.

    Thank you Dave Merchant and try67 for your responses. As per my previous post, I contacted the company re the catalogue and they have responded favourably. I'll include their response because it gives the reason for the search failure as document compression which you might find interesting. I'll await their new catalogue and see if they have fixed the problem.
    Company response:
    Thank you very much for your input.  And yes, you are correct, the compression we used for the current catalogue's PDF format does strip out text included in the catalogue.  We used the compression settings we did with the intention of minimising download time, however I take your point about including text for search purposes (which I also utilise when I'm scanning through PDFs).
    We will actually be posting out our new catalogue next week and we'll release the new PDF version on the website at the same time.  I've asked our graphic designer to ensure that the PDF we use for the new catalogue includes searchable text.

Maybe you are looking for