Search internet by selecting terms in a pdf document

Hi. Anyone know if it is possible to add a righ-click (context) menu option to search the internet for terms selected or highlighted while in acrobat. Specifically, I'm reading a document in acrobat and I would like to be able to select a word or a phrase in the document, right-clck on the selected terms, and get a pop-up menu option to search the internet for those terms much like the "look-up" option for definitions...except this is an internet search.
I realize cut and paste is an option, but you can do this for definitions so why not an internet search!
I'm using acrobat 8 and vista.
TIA, Brett.

That would appear to be a programming/developer questions, so you might try
Acrobat Scripting Forum http://forums.adobe.com/community/acrobat/acrobat_scripting
or
Acrobat SDK Developer Forum http://forums.adobe.com/community/acrobat/acrobat_sdk

Similar Messages

  • Can I select a rectangle in pdf document, identify the bounds, and then retrieve the text with vba?

    I am using MS Access 2010 VBA and acrobat X, and AcroExchg.  I can manipulate and search pdf documents without difficulty.  I would like to programmatically capture the text in a rectangle that I have drawn on the document with a mouse.  It appears that If I can obtain the bounding rectangle that I could use AcroExchg.PDTextSelect to retrieve the text.  Is there a way to retrieve the coordinates of a mouse drawn rectangle in a pdf document.  In other words the equivalent of select, copy and later paste the text into another document?
    Message was edited by: jgm835
    I have reviewed posts from the adobe forum that indicate that obtaining the coordinates from a user drawn selection are not available through automation with AcroExch, but that function would be available .through a plug in.  Unless there is information to the contrary I will look to using menu commands in Acrobat

    hi Bruce,
    1. It sounds like what you need is to set the starting version number since your revision number increments in whole numbers, it would match up to SharePoint once the starting version number is set. You can potentially create a new custom field in the
    library to manually track the version of the uploaded PDF document, but this might not match up with SharePoint's own version number and could get confusing. Another possibility is to upload dummy versions of the PDF document until the SP version
    matches with the revision version and then delete these dummy versions.
    2. When you upload the PDF document again into the library, it should prompt you to see if you want to replace the existing. If you proceed with the upload, it should replace and increment the SharePoint version number.
    Please Mark Answered if my reply solves your problem. Thanks!
    Jeff Thai
    Technical Solutions Architect, AvePoint
    http://www.AvePoint.com

  • How do I select text in a PDF document?

    I have a text-based PDF document, but I can only select text by restarting the reader. Once I select "Take a Snapshot" I can't select text anymore. How do I switch back to select text? I tried right-clicking on the document but I don't see any "selection" tool. I am using 11.0.3 under Win 7.

    Just tested this (Reader 11.0.3 on Windows XP), and your scenario is exactly so.
    I have been able to go back to get the Select Tool by clicking on the Highlight tool in the Toolbar, then right-clicking on the document.
    But it's definitely a bug in my view.

  • Problem with selecting text in a PDF document

    I'm having a problem with Acrobat 9 and Reader 9.  PDF document that has copying and selecting permissions granted, when I highlight text for copying, some of it gets highlighted and some doesn't.  Put the same document on several computers in the office, same issue.  It's the document, but I can't figure out what the deal is.
    We need to copy large portions of this into a new tech manual. 
    Can someone help

    Without further information, my first reaction is to think that the texts that you cannot copy are included as images.

  • How does one print selected pages of a PDF document

    I deal a lot with lengthy PDF documents and always need to print just a few pages from it. In Windows after I selected Print I could choose certain pages (e.g. 2-5,18,23, 44-46). On Leopard every time I select Print I don't get a choice and the whole document prints, wasting a lot of time, ink and paper in the process. I followed instructions from the Help file but I never get to the expanded menu that would give me that choice.
    Also, when printing from the web I am used to highlight what I wanted printed and click Print, then Selection. The only way I get it to print just what I want is by using the Grab program, capturing the selection and printing from it. Is there an easier way?
    Any and all help is greatly appreciated as I make my transition from Windows XP to Leopard a smoother transition. Thank you.

    Open the document. On the left of the document there should be a scrolling list of the pages of the document. Select the first page. Hold down the 'Command' key. While the 'Command' key is pressed down, select another page from that list. Repeat until you have selected all the pages you want to print. Select 'Print' from the 'File' menu. The Print dialog box which shows up should say that you want to print 'x' pages, where 'x' is the number of pages you have selected. Click on 'Print'. The pages you have selected will print.

  • I need to highlight selected text in a pdf document

    I need to highlight selected text in a pdf document

    Looks like that the document is protected.
    Why did you post this in the forum for Feature Requests?

  • Opening internet linked encrypted files and printing pdf documents

    I can't open an encrypted file that requires an link to a remote server, the system says the computer does not have an internet connection, but it does. I also can't print a page from a non-encrypted pdf file which I can open and display.  The printer doesn't respond, yet it works with everything else.  I've uninstalled and reinstalled Adobe Reader 11.0.10 twice and also installed it again and replaced with Adobe READER 10.1.4.  Neither of these changes make any difference. I've also disconnected the fire wall but to no avail.  I now have the following Adobe programmes installed :-  Adobe X 10.1.4, AIR, Flash Player 10 plugin, Flash Player 16 ActiveX.  Can anybody help?  Do I also need to install Adobe Acrobat and if so is there a free version?

    Maybe that method does not use Adobe Reader, but your operating system's print function?

  • Using browser javascript to copy selected text from a pdf file opened in Air app.

    I have posted this question on reader forum as well, but I think it is more suited here...
    I am trying to create a note-taking application in air. I want to extract selected text from pdf file as a string object or to the clipboard.
    Obviously, all pdfs in my local storage will not be scripted to recieve postMessages and act accordingly, and that is not practical either. So, my problem is, how can I copy the selected text in the pdf file (opened as an object in htmlloader within my Air app) to clipboard or directly in another control by say clicking a button in air application? I suppose, this is possible using javascript, however, I don't know which reader methods are exposed to the wrapper htmlloader control. In short, I want to execute app.execMenuItem("Copy") command through htmlloader javascript. Any alternate solutions are also welcome.
    This is similar to passing inbuilt commands/methods/functions (of adobe reader) to pdf-reader plugin embedded in a webpage via javascript. This is possible in IE where the pdf is rendered as activex object, and hence JSObject interface of pdf document/reader is accessible to the browser javascript. I have also read that this same JSObject is accessible to VB as interface for IAC, so as the Air is Adobe's own product, I was wondering if equivalent of JSObject is accessible to htmlloader control as well.
    Thanks in advance...
    Mits

    Thank you Thom for your reply...
    from
    http://www.adobe.com/devnet/acrobat/javascript.html
    ...Through JavaScript extensions, the viewer application and its plug-ins expose much of their functionality to document authors, form designers, and plug-in developers...
    As it is explicitly mentioned, that the functionality of adobe reader are exposed for plugin development, I thought someone here might have used external javascript to execute some safe methods in adobe reader. The functionality (i.e. external javascript interface-JSObject) is already available for VB programmers to develop IAC. Further, the Acrobat SDK example called "AcroPDFinHML" shows how one can embed a pdf-reader in a html page and execute some safe methods (like gotonextpage(), zooming etc.) in IE as ActiveX plugin. I have checked it myself for adobe reader 9, and it works perfectly, so there is no security issue as such to implement the same for another browser (like in my case, the htmlloader control in flex/air app).
    I intend to create a note taking application in air, where it is very much required that I should be able to copy selected text from various pdf documents, that are open in my app, and subsequently paste/collect/save the collected notes and process them afterwords (offcourse, from the pdfs that allow me copying text). However, it is not happening for me here. As the pdfs are opened through adobe reader plugin, it does not register the copy command executed by my air app. It registers the system level copy command (by keyboard shortcut Ctrl+C), but my air app has no way to execute the system level copy command programmatically. So I am kind of stuck here...
    Thanks again for your reply. Having known what am I intend to accomplish, any other (may be alternative) solutions will be appreciated nonetheless...
    Mits

  • Pdf documents search

    I have the documents that are scanned and stored in pdf
    format.
    Most of them are forms.
    I am using the verity tool to index and search the documents.
    My search was working fine for other regular pdf documents.
    But while testing I noticed that the search fails for
    contents within scanned pdf documents.
    Please help!
    Thanks

    But while testing I noticed that the search fails for
    contents within
    scanned pdf documents.
    Are the documents just scanned as images or are they run
    through a OCR
    process to turn the images into text.
    If the former, there is nothing for verity to search, it can
    not search
    an image. It the latter, it should be working.

  • Searching Across Multiple PDF Documents

    My purchase of an iPad hinges on this feature: is it now possible, or will it be possible in the near future to search for specific text across multiple stored pdf documents within Adobe Reader on iOS?

    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

  • Error opening a pdf document in ie7

    I have installed adobe reader. the OS is windows 7. When I open any PDF document using Internet Explorer 7, It stops with the message of Ruc time error. Message also shows there is error in c:\programfiles(x86)]internet explorer\iexplore.exe. When i select the link of PDF document for save as, the file types do not show pdf option.

    rds@gvp wrote:
    When i select the link of PDF document for save as, the file types do not show pdf option.
    Doesn't it automatically save as a .pdf file?  That's what I get using IE9.

  • A pdf document created in cs5 cannot be printed in duplex on a pc without cs5 or adobe reader pro

    Hi!
    there is a "normal" cs5 created pdf document.
    the installed cs5  pc -> i can print in duplex on every printer, without cs5 installed duplex printing not possible.
    I am searching for a solution to print the pdf document in duplex mode on every printer, but only with the latest freeware version adobe xi 11.0.3.
    (If i install adobe cs4 on a pc it is possible to print the document in duplex mode on a hp3525 printer, but duplex is not possible on a ricoh printer for example mpc5502.)
    I cant upload the file, because its bigger than 2 mb. (5mb)
    Is there anybody out there for help.
    If you need the file, i´ll send 2 u.
    thx

    Yep, it definitely is a complicated workflow... But I'm not really sure of any other way to get from the 34" wide pattern to the home-sewing version which is split into pages and has alignment marks and whatnot. I'm very much an amateur that has figured it out as I went
    I went through the page in the photo pretty thoroughly with the layer panel and I couldn't find any mystery lines... But I did find something interesting; when I click on any of the pattern lines, it shows the whole line of the pattern piece, which extends well past the edge of the artboard. So when I'm printing the poster-sized PDF to 7.5x10 pages, it's keeping all the anchor points of a line even if only a small piece of that is on the actual page.
    Does this help? I've included the page in the photo as well http://www.putlocker.com/file/DADB4759DBB860D8
    Thanks again to everyone!
    Also, should I be keeping all the files I'm editing as .ai files and then only exporting to PDF for the very final product? I was doing that at first, but then using .pdf for the whole process didn't seem to make any difference.

  • A PDF document with information about activation for CS6 software

    Here's a PDF document with information about activation for CS6 software.
    I found it very useful for understanding how the system worked for activation of perpetual licenses, both in cases where the computer is and isn't connected to the Internet.

    Ann, with some browsers, the PDF document will download in the background rather than appear in a browser window.

  • I installed Firefox 3.6. Since then, I am unable to open pdf documents in Firefox. I get a black page. I tried opening the same document in Internet Explorer. It worked fine. I recently installed Nuance's pdf reader and thought that might be the problem.

    I installed Firefox 3.6. Since then, I am unable to open pdf documents in Firefox. I get a black page. I tried opening the same document in Internet Explorer. It worked fine. I recently installed Nuance's pdf reader and thought that might be the problem. Uninstalled it. Still have the problem with Firefox.
    == This happened ==
    Every time Firefox opened

    How about if you right click on the PDF and select Save Link As..., and then open it locally from within Reader? Does it work ok then?  That might be a workaround until the issue within the browser is resolved.
    Rob Jaworski
    Intl Program Manager

  • Show PDF document in Browser (Internet Explorer)

    Hi
    I need to show a PDF document in Internet Explorer.
    We have some static PDF documents in the application. Depending on user selection we determine the name of the PDF document and somehow we have to display in Browser.
    Refer below code, steps and problem.
    Step 1) I convert the PDF document to ByteArrayOutputStream using below code in a Java class and store this stream to a session variable.
    File pdfFile = new File("c:\\temp.pdf");
    byte[] data = new byte[(int) pdfFile.length()];
    ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
    FileInputStream fileInputStream = new FileInputStream(pdfFile);
    int count = 0;
    while (fileInputStream.read(data) != -1)
    byteArrayOutputStream.write(data, 0, count);
    Step 2) After this the control is transferred to a servlet. It retrieves the stream from session variable and does following (Servelt is called such that it should open new browser window. This is OK.)
    response.setHeader( "Content-disposition", "inline; filename = avb.pdf");
    response.setContentType("application/pdf");
    response.setBufferSize(byteArrayOutputStream.size());
    response.setContentLength(byteArrayOutputStream.size());
    try
         byteArrayOutputStream.writeTo(response.getOutputStream());
         response.flushBuffer();
    catch (IOException e)
         //Handle execption               
    PROBLEM: It asks to save pdf document. But after saving I am not able to open document. It shows messge that the document is not of PDF type. But it is actually a PDF so my guess is that something is wrong in above code snippets.
    Please help.
    Thanks.

    FileInputStream fileInputStream = new FileInputStream(pdfFile);
    int count = 0;
    while (fileInputStream.read(data) != -1)
        byteArrayOutputStream.write(data, 0, count);
    }Poor unloved count variable.

Maybe you are looking for

  • Disk Warrior vs Data Recovery 3

    The subject is basically my question. It seems as though my hard drive has completely crashed and is not even bootable in any manner whatsoever. It is a G4 mini with what I believe was OS X (10.4.8). Does anyone have any experience that would make yo

  • CAN I INSTALL FAMILY OS10.5 ON OLD G-5?

    Excuse the repeat but the answers from readers were (2) "no you can't do that". Yet I see used versions of Leopard on the web. So what's going on? will it work on my G-5 or not? I have to feel entitled, we are very good Apple customers.

  • Entry in outbound table not found in PFAC

    Good day all. I'm facing an error "Entry in outbound table not found" when I try to create assignment PFAC (Responsibility Rules). Any body have an answer to solve this issue?

  • What is RFC for "Content-Type: application/HTTP-Kerberos-session-enc"

    Does anybody know how to process HTTP request with content type "Content-Type: application/HTTP-Kerberos-session-enc" ? I cannot decode HTTP request: -- Encrypted Boundary      Content-Type: application/HTTP-Kerberos-session-encrypted      OriginalCo

  • Add namespace declaration into xml root element

    Hello experts, I have the following problem: I generate a xml message with the following structure (example): How can I realise this requirement? Thanks and best regards! Christopher Kühn