Any plugin api to find text ?

Hi
Is there any plug-in api to find text in the pdf ? . In the acrobat_pdfl_api_reference.pdf, I don't see the description and function definition of
PDFindText.
So, I want to know how we can find text using the plug-in code ?
Regards,
Arvind

Hi,
I want to simulate find Text , find next feature in my application. And I think Acrobat Plugin will have some api similar to iac_api named
CAcroAVDoc::FindText. But I didn't find in the plug-in reference document.
And I also looked PDWordFinder sample code but looks like to simulate findtext thru this , we need to scan whole document first and then compare the word and then we need to highlight it. So good amount of code, I have to write to simulate FindText.
So don't we have any other way or api by which we can simulate FindText, Find next  easily . And also I want to know which plugin api use PDFindFlags (mentioned in the plug-in reference document).
Please let me know your inputs.
Regards,
Arvind

Similar Messages

  • How to find out, whether any invoice is having header text or not.

    HI all,
    How to find out, whether any invoice is having header text or not. wheich table we have to refer.
    Thanks
    mahaboob

    Hi,
    You need to use FM READ_TEXT.
    First you have to determine what text Object/ID/Language you want to read (you can have N text objects for an invoice header).
    The easiest way to do this is to have an example document with the text you want to read.
    For example in VF03.
    1-Goto->Header->Header Texts.
    2-Click on the text you want to read
    3-Double click on the text (Right side box) This will take you
    4-Goto->Header
    This will give you the data you need to use in the READ_TEXT F.M.

  • Is there any photoshop API functions can let me open a file with photoshop in my plugin?

    I used  the function system("open file"), it works well in any other program.
    For example, system("open 1.psd"), this code can use photoshop open the file 1.psd .
    But it just don't work in my plugin program.
    How can I use photoshop to open a file in filter plugin at Mac OS X?
    Is there any photoshop API functions can let me open a file with photoshop in my plugin?

    Go to settings> general and scroll down to multitasking geastures, turn them on and by swiping with four fingers from the right side of the iPad to the left and back you can switch between apps. I think this is what you need I'm not sure, I hope it helps

  • How to find a annotation object using plugin API?

    How to find a annotation object using plugin API?

    You would use PDPage methods to find out how many on a page, and to
    get them in turn.
    Aandi Inston

  • Find the length of a String, without using any String API

    Hi All,
    I need to write an method which will accept String obj as an argument and will return its length, but method should not have any String API.
    Please help

    Simratpal wrote:
    Hi All,
    I need to write an method which will accept String obj as an argument and will return its length, but method should not have any String API.
    Please helpWell I have strongly argued against doing this, (it seems like a pointless exercise), and I have even stated that it cannot be done, even Reflection at some level will use a String method. I have not bothered to dissect wether the same is true with JNI. However, if we take the statement of the original problem exactly as stated, particularly the
    but method should not have any String API.i.e. we don't care if a String API is used 'under the covers', just so long as there is no direct usage in the new method that is written, then the answer is trivially easy:
    public class Main
        public static void main(String args[])
            Main worker = new Main();
            String str = "123456789";
            int len = worker.strLenUsingNoExplicitStringClassMethod(str);
            System.out.println("Length of string \""+str+"\""+" is "+len);
        public int strLenUsingNoExplicitStringClassMethod(String string)
            StringBuilder sb = new StringBuilder(string);
            return sb.length();
    }

  • Find text using regular expression and add highlight annotation

    Hi Friends
                       Is it possible to find text using regular expression and add highlight annotation using plugin

    A plugin can use the PDWordFinder to get a list of the words on a page, and their location. That's all that the API offers for searching. Of course, you can use a regular expression library to work with that word list.

  • ADC SDK and/or Plugin API -- hope springs eternal

    All,
    I just contacted the Apple Developer Connection asking if they can give me any information regarding an Aperture SDK and/or Plugin API. If there is one out there, and it doesn't cost a fortune, I'm going to look into the possibility of solving the ACR issue.
    It's a long shot, but there's always hope. I'll let you all know what I find out. If anyone else gets to an answer before I do on whether these resources exist, please post it here.
    Brad

    Unfortunately I looked into this a few days after the initial announcement - the reply was ' 'Aperture 1.0 ships with a fixed set of adjustments. There's currently no public SDK for plug-in developers.'
    On the other hand FCP 1 had no SDK, so it might be another feature where we have to wait...

  • OUD Plugin API: changing ModifyRequest modifications

    Hi
    I have developed a plugin for OUD 11gR2 PS2 using the plugin API.
    The plugin intercepts MOD requests and edits the list of Modifications.
    It does this by implementing the following in handleModify(requestContext, request, resultHandler):
    Obtains the List of Modifications via List<Modification> mods = request.getModifications()
    Creates a new ModifyRequest via newModifyRequest = requestContext.getRequestBuilder(false).newModifyRequest(request.getName())
    Loops through the List of Modifications and adds them to the new ModifyRequest via newModifyRequest.addModification(mods.get(i))
    During the loop, an extra Modification is created and added to the newModifyRequest (this has to be placed in a specific location within the list of Modifications)
    Calls super.handleModify(requestContext, newModifyRequest, resultHandler)
    When I install the plugin and perform and ldapmodify, the plugin executes the modify ok but does not finish cleanly. The ldapmodify command shows:
    MODIFY operation failed
    Result Code:  80 (Other)
    Additional Information:  An internal error has occurred within the Directory Server while processing the operation
    Questions:
    a. Does the API support what I am trying to do?
    b. Why would I get an error even though the modify request is processing correctly?
    c. Is there some debugging that I can switch on to see what is going on in the API/engine?
    Thanks
    Richard

    Hi Richard,
    What you want to do is definitely a supported use case.
    Looks like the problem occurs during result processing.
    Have you tried to replace super.handleModify() in step 6 by
    // Forward the request to the next plug-in.
      this.getConfiguration()
      .getFirstNextPlugin()
      .handleModify(requestContext,newModifyRequest,resultHandler);
    Note: using wrappers as described at Using the OUD Plug-In API Reference - 11g Release 2 (11.1.2) instead of rebuilding the request from scratch might be more simple in your case (no need to add again every sub object, including LDAP controls if any)
    Sylvain
    When closing a thread as answered remember to mark the correct and helpful posts to make it easier for others to find them

  • Can't find text in distilled file, using some fonts

    The products I have are Mac OS 10.6.8, Acrobat X and 9, and Word 2011 and Apple Pages for Mac; Acrobat 9 and Word 2007 for Windows XP.
    There are numerous ways to create PDFs on both platforms, whether through save as or creating a PostScript file and distilling it. The problem is that with docs I have using Calibri, Cambria, and Candara, if I distill a PostScript file made from Mac Word or Pages, neither Acrobat nor Apple Preview can find text in the resulting PDF, whether the file distilled with Mac or Windows Distiller. (Meaning a "find" for a string comes up as not found.)  All other combinations are okay, even writing a PS file in Windows Word and distilling with Mac Distiller.
    I mention the fonts specifically because most of the time I use OTF faces, which always work. I even tried using the Windows TTF versions in the Mac operating system -- same failure.
    And even if I force these fonts to be embedded in the Distiller job options, still no joy. If I take so much as a comma and set it to an OTF, I can find the comma. Also, Acrobat *can* find Arial text in a Visio flowchart placed in the Word doc. I don't know how the author placed it there, but it's probably copy from Visio, paste into Word.
    The reason why I care about this is because the distilled PFDs are just a tiny bit better looking on the screen than other options, such as "Save as PDF" from the Mac OS Print dialogue. The only other one that looks as good is the Create PDF button in Windows Word, but I would rather not have to use Windows just to get a better-looking PDF.
    So to summarize:
    Mac app > write PS file > Mac Distiller = fail
    Mac app > write PS file > Win Distiller  = fail
    Win app > write PS file > Mac Distiller  = okay
    Win app > write PS file > Win Distiller  = okay
    Mac app > save as PDF directly > okay
    This might not be a problem with Distiller per se; it could be the Mac OS engine that creates the PS files. You see, I had heard that Apple used their own internally developed engine for the options to save PDF files directly, but was using Adobe code when one used the option to write a PostScript file, so that's why I'm so surprised and disappointed it fails.

    tlmurray23 wrote:
    The reason why I care about this is because the distilled PFDs are just a tiny bit better looking on the screen than other options, such as "Save as PDF" from the Mac OS Print dialogue. The only other one that looks as good is the Create PDF button in Windows Word, but I would rather not have to use Windows just to get a better-looking PDF.
    Hmmm. In what way are Distilled PDFs "a tiny bit better looking on screen" than those made by OS X?
    You are viewing both in the same app and platform?
    And you're referring to font display?
    What settings are you using in Distiller which you think might have some bearing on this?
    tlmurray23 wrote:
    This might not be a problem with Distiller per se; it could be the Mac OS engine that creates the PS files. You see, I had heard that Apple used their own internally developed engine for the options to save PDF files directly, but was using Adobe code when one used the option to write a PostScript file, so that's why I'm so surprised and disappointed it fails.
    OS X's native graphics drawing environment, Quartz, is essentially a "Display PDF", so creating a PDF file is a very simple procedure.
    Writing PostScript for printing uses Apple's own cgpdftops CUPS filter. I doubt there is any "Adobe code" as such, and I dispute the implication that "Apple code == bad; Adobe code == good", which you seem to suggest.
    The specifications for PDF and PostScript are clearly documented, and it should be easy for anyone to follow them.
    However, the fact remains that when Apple converts these MS fonts to PS, something goes wrong. It may be a bug in Apple's code; or it may be that Apple it strictly interpreting font data which MS is playing fast and loose with. Windows' own PS export would no doubt be designed to work with the looser implementation in MS's fonts. This is just hypothetical of course, though is in keeping with tradition.
    What you could do is use a decent text editor like TextWrangler (free from BareBones software) to compare the PostScript code from Windows and OS X.
    You could also look a the Properties tab in Acrobat of the PDFs, and compare the font encoding.
    You could also test running out PostScript from any other app on OS X that you have using those fonts.
    However, I think it is unlikely that you will see resolution unless MS releases a new version of their fonts, or some new version of OS X makes an amendment to fix the bug or cater for the MS issue. Perhaps Lion will do this; perhaps it won't.
    Are you using the versions of these fonts that came with Office 2011 for Mac? What happens if you use the Windows versions of the fonts on OS X?

  • Adobe Flash Player plugins: Can't find in "installed plug-ins"

    I download and install the A.Flash Player plugin but cant' find it in the "installed plug-ins" list the the Player Plug-in.
    Adobe Acrobat
    Adobe PDF Plug-In For Firefox and Netscape — from file “nppdf32.dll”.
    MIME Type
    Description
    Extensions
    application/vnd.adobe.x-mars
    Adobe PDF in XML Format
    mars
    application/vnd.adobe.xdp+xml
    Acrobat XML Data Package
    xdp
    application/vnd.adobe.xfd+xml
    Adobe FormFlow99 Data File
    xfd
    application/pdf
    Acrobat Portable Document Format
    pdf
    application/vnd.adobe.xfdf
    XML Version of Acrobat Forms Data Format
    xfdf
    application/vnd.fdf
    Acrobat Forms Data Format
    fdf
    application/vnd.adobe.pdfxml
    Adobe PDF in XML Format
    pdfxml
    The core problem is I can't open links that open PDF documents from Safari. Any ideas why this is occurring?
    Windows XP Prof.,Ver.2002, serv. pack 3, 2.26 GHz , 2.96 GB RAM

    Your right: not clear. I'll try again. I may be in the wrong forum area of Adobe. The Safari on my PC: when I click on a link (that successfully opens on another web browser as a
    "PDF") for a PDF document (say a brochure or something similar), I get a window that has "Adobe Acrobat" in the title bar. The message in the window states "There was an error opening
    this document. This file can not be found". I have the following Adobe Plug-ins installed.
    Adobe Acrobat
    Adobe PDF Plug-In For Firefox and Netscape — from file “nppdf32.dll”.
    MIME Type     Description     Extensions
    application/vnd.adobe.x-mars     Adobe PDF in XML Format     mars
    application/vnd.adobe.xdp+xml      Acrobat XML Data Package     xdp
    application/vnd.adobe.xfd+xml     Adobe FormFlow99 Data File     xfd
    application/pdf     Acrobat Portable Document Format     pdf
    application/vnd.adobe.xfdf     XML Version of Acrobat Forms Data Format     xfdf
    application/vnd.fdf     Acrobat Forms Data Format     fdf
    application/vnd.adobe.pdfxml     Adobe PDF in XML Format     pdfxml
    I have "block pop up windows" off (safari preferences). The bottom line is I can't open PDF documents as a link from a web page. Do you have any idea why this may be occurring?
    I'd appreciate your comment/thoughts
    chris
    On Thu 08/10/09 02:35 , ʇɐb ɹəuəllıʍ [email protected] sent:
    Not quite sure what your question is - I simply don't understand it. 
    Shouldn't you rather install Adobe Reader to deal with PDF documents?
    Please explain in more details if that doesn't answer your question.
    >

  • Is there any Exchange API support exporting .edb file to .pst file.

    Hi
    I'm working on a feasibility study of Exchange single mailbox/item recovery for our product. I find that there are some third part software can extract items  from .edb file , and export specific items to .pst file. But there is not public 
    Exchange SDK about this functionality. So I want to know is there any special API  be provided for third part partener about this extract  .edb file?  if not, are there any another way to implement this functionality?

    To recover your EDB file you must need a 3rd party Exchange Server Recovery Software. For your convenience you can read this tutorial about EDB Recovery. visit
    http://www.edbtopsttutorial.net

  • AcroPDF in VB6 - Find text in PDF and print that page.

    Okay, so I'm certain that this question has been asked and answered a hundred times, but for some reason my googling skills are seriously failing me today...
    I have a legacy application built in VB6 that generates PDF documents of a particular form letter.  Each PDF contains all of the form letters that were printed on that particular day.  I actually have it all working rather decently, but something came up a little while ago that set me on a new programming obsession.  I want to enable the following functionality from my application:
    The user provides a text string that should be unique among all pages of all PDF's (customer ID).
    The application then finds the PDF that contains that text string and identifies which page number contains that text string.
    Finally, send only that page to the printer.
    Currently I can easily create, display and print the PDF from my application.  While the creation of the document is done through a third-party reporting system, all display and printing functions are basically handled using AcroPDF.dll.  Going through the available properties and methods for an AcroPDF object, I see that I can tell it to print only specified pages, which gives me the last part of my requirements, and I've got the user input part down pat.  I'm just totally stumped at finding a solution for "step 2".
    Any suggestions, ideas or comments would be greatly appreciated.  I'm kinda tired of banging my head against a wall.  Thank you for your time.

    If you are only using Adobe Reader, then that feature isn't available.
    If you have Adobe Acrobat, then you have a few options.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Wed, 26 Oct 2011 08:15:12 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: AcroPDF in VB6 - Find text in PDF and print that page.
    AcroPDF in VB6 - Find text in PDF and print that page.
    created by GHosaPhat<http://forums.adobe.com/people/GHosaPhat> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3991293#3991293

  • Find text in pdf

    I need to develop a plugin that search for some text into the document, then when I found a particular string I need to examine the page where the text is found, and I need to export all the page as TIFF and also exporting all text in a text file.
    I suppose that I use the PD Layer. Anyone can give me a brief list of the function I have to use?
    Alk.

    The PDE layer is not recommended for finding text because
    * it is not broken into words
    * it may not be in reading order
    * there is no encoding conversion
    This means that you will only sometimes find text based on a simple
    scan of PDEText elements.
    In reading about AVConversion realise that there are two things being
    documented.
    1. How a plug-in can provide new formats for conversion to or from
    PDF. You do not want this.
    2. How a plug-in can use an existing AVConversion handler to convert
    to or from PDF. This is what you want.
    Aandi Inston

  • Find.text Then apply Paragraph.Style

    Hi Everyone,
    Is that possible we find the text then apply the paragraph style every find text.
    We find [CN] then apply paragraph style "Chap_Num", Find next  [CT] apply PS "Chap_TTL" Find next [COX1] apply PS "Chap_Para".
    Any trick find and apply para style one time.
    Thank you! I appreciate your help and explanation Adv.

    @s_ashok – you'll find the right methods and properties in the CHM file for InDesign CS2 at:
    http://www.jongware.com/idjshelp.html
    Just a few hints:
    InDesign CS2 does not support GREP search/replace, so every line in your code that points to GREP does not work.
    Further: "app.findTextPreferences" and "app.changeTextPreferences" were "app.findPreferences" and "app.changePreferences" in InDesign CS2. And then there were no "findChangeTextOptions" or any counterpart for that in CS2…
    That should get you running…
    I have no InDesign CS2 installed to debug, so this is all I can say…
    Uwe

  • Any Oracle API to Finally close the PO Shipments

    Hi,
    I have the requirement of Finally close the Number of PO shipments,
    I know there is a API (PO_ACTIONS.CLOSE_PO API )can be used to Finally close the PO at header level.
    Is there any sepecific API to finally close the PO shipments or how i can achive this?
    Please pour your thoughts.
    Thanks,
    Subash

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

Maybe you are looking for

  • MyRIO FPGA FFT Express VI timing analysis for multiple input mode - trying to perform fft's on a 3-axis accelerometer

    Hi Everyone! Project Background: I've been working with the myRIO FPGA in an attempt to generate an application capable of sampling a tri-axis accelerometer and performing an fft on each axis. I've successfully developed an application for a single a

  • Need 3.01 update to Homesite 3.0 REG

    Hello, I need to locate a copy of the 3.01 update for my registered copy of Homesite 3.0 due to recent, and numerous, computer/backup problems. I've done a web search and all references I can find are to warez and cracked/hacked sites but no official

  • RAC WORKS ON DIFFERENTS VERSIONS OF ORACLE

    i have 2 machine´s.....with windows first....is i386 --> WINDOWS XP second.... is x64 --> WINDOWS VISTA and the storage will be in other machine... i would like to know.... if is possible install RAC on this 2 machines.....??? because the version of

  • Why is my mac so slow after installing Parallels?

    I have the minimum memory alloted to Parallels and I have deleted all trash in Iphoto and any place else I could find it.... Does any one else have this problem?

  • Photoshop 7.0 installer problems

    I am trying to install my Photoshop 7.0 that I just purchased. When I click the Photoshop 7.0 icon, a window pops up titled "Adobe Photoshop" and reads "One or more files in the Adobe Application Support folder, necessary for running Photoshop under