Adobe reader command line search

Hello everyone,
I am opening a PDF file using command line arguments and perform a search.
My command looks like this:
"C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /A search="word" "C:\File.pdf"
The command is working, but I have the issue that it looks like the search is only performing with option "Match whole words only".
Does anybody know if I can change this option for command line search to get all search results?
Thanks in advance.
Regards,
ajay311

Does anyone have an idea?
Thanks!

Similar Messages

  • Adobe Reader for mobile search result is INCORRECT.

    Adobe Reader for mobile search result is INCORRECT. It is inconsistent with the search results from other PDF reader apps.
    I have a spreadsheet file converted into a PDF. Doing a search on the document using a Adobe Reader on a PC shows 14 search results. Opening the same document on the Google Drive app also shows 14 search results. But when opening the same file to the Adobe Reader for Android, it only shows two results. (See screenshots (left/first is from Adobe Reader for Android)).
    My device is an Xperia Z2 with Android 4.4.4.

    Hello Mehwish,
    It seems that Adobe Reader for mobile has issues only to this file. I have not thoroughly tested it with other PDF files though, but just this 1 out of the 5 files I have tried had issues. Attached herewith is the file I used the search with. Sent a copy to your email [email protected] too.
    Note that the file was made from a spreadsheet in a PC and then saved as PDF from the same spreadsheet application.
    Regards,
    Erik Sala
    From:"Mehwish K." <[email protected]>
    Date:Mon, Apr 6, 2015 at 8:53 PM
    Subject:[Adobe Reader for Android] Adobe Reader for mobile search result is INCORRECT.
    Adobe Reader for mobile search result is INCORRECT.
    created by Mehwish K. in Adobe Reader for Android - View the full discussion
    Hi,
    Do you observe the issue with all your pdf files? Would it be possible for you to share one such file with [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7410791#7410791 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7410791#7410791
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"      
    Start a new discussion in Adobe Reader for Android by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Adobe reader: can't search any more

    I don't _think_ I have posted this before.
    Adobe Reader cannot do searches etc in pdfs any more. Before my Android version was updated there was a row of buttons at top of screen, which IIRC could be called up by swiping downward from the top. NBow, the buttons appear briefly at doc ument load, but then disappea and I cannot re-call them.
    I am using a Samsung Galaxy Tab 2, now with Android 4.2.2. Adobe reader is 10.6.1 Build 77969. Google play will not let me update from that.
    I kept on getting an "Install new update" message, did the best I could to check if any software was malware, and after several days of being asked every day, installed. This caused a complete reboot and looked like a new Android version. Then the business with the editing / searching started in Adobe reader
    Thanks for any help
    Nick

    Ah. Tapping the screen! Thanks for that and that does work. The trouble is there seems to be no standards in this menuless world.
    Anyway. Thanks again
    BTW, the update was for Android, not Reader. The whole thing looked like malware, with no id of the software or anything.
    Nick

  • No phrase or multi-term search feature? I am using iBooks 4.1 on an iPad Air I thought it would support complex key word searching (even Adobe reader supports phrase searches in PDF files) is it really just limited to one key word per search?

    No phrase or multi-term search feature? I am using iBooks 4.1 on an iPad Air I thought an eBook reader would support complex key word searching (even Adobe reader supports phrase searches in PDF files) is iBooks really just limited to searching for one key word at a time?  Am I missing something  basic in the search interface?

    Greetings NoNameGiven,
    If I understand the problem correctly (I’m not sure I do) you would prefer ‘iii’ to be read as “eye eye eye” rather than “three”? The alt text property is the only way that I know of to make this happen. Hope this helps.
    a ‘C’ student

  • ON MAC OS, Adobe Reader unable to search a document for words

    Hi,
    I am using Adobe Reader on a Mac Os platform.  All my software is up to date, including OS and Adobe Reader.
    My issue is that when I try searching a particular document for a word, it may return one result, if any, although there are clearly more results in the document.  I also tried this same operation on a windows os, windows 7 most updated os.  The search returned all results that were there..
    This must be a mac thing, I am wondering what fix there is for this?
    If this helps, when I copy and past the highlighted text to msword, it comes back in wing dings or some symbols...although its clear it is readible text in the document....able to annotate andhighlight it..etc.
    Thank you!

    I have a similar problem, but it has only occurred since my Adobe Reader was updated a few days ago.
    Until then, the 'search' function (command-shift-F) would operate beautifully.
    Since the update (to version 9.4.0, on Mac OS-X 10.6) the 'search' menu does not even show, regardless of whether I use the shortcut or the  menu from the top.  'Find' still seems to work, but it is prety useless when there ae multiple occurrences of a word or phrase within a document.
    If this canot be resilved, I would much rather go back to the old version - how do I do this?

  • Acrobat Reader command line problem

    In windows xp professional I'm programatically creating a batch file and executing it (shell command in visual basic) to convert pdf files to Microsoft xps.
    The batch command looks like this one:
    "C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe" /t "D:\MyDir\Microsoft XPS Document\x.pdf" "Microsoft XPS Document Writer" /t "D:\MyDir\Microsoft XPS Document\x.xps".
    When the user logged in on the machine is an administrator, acrobat reader does the operation silently. When a normal user (not belonging to administrators group) is logged in on the machine, acrobat reader opens the save as dialog window requiring user interaction.
    The normal user has full control over the destination directory. I already tested giving the normal user full control over AcroRd32.exe and over cmd.exe with no success. I also tried in visual basic 2008 executing the command through System.Diagnostics.Process.Start with the exact same curious results.
    Can someone help.
    Thank you.

    Hi.
    I couldn't find a solution within Adobe for the problem I reported Oct 9, 2012, so I went to a fallback solution aimed to complete the needed stages. I'm posting here the visual basic 2008 code I wrote then. It is not a graceful solution and has some coarse code but was designed as part of an application that must keep processing files without user intervention. The procedure "followAcroRd32PDFtoXPS" must be called after the execution of a batch command like the described in the previous post:
    Module fallback
        Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Integer
        Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hwndParent As Integer, ByVal hwndChildAfter As Integer, ByVal lpszClass As String, ByVal lpszWindow As String) As Integer
        Declare Function GetDlgCtrlID Lib "user32" (ByVal hDlg As Integer) As Integer
        Declare Function SendDlgItemMessage Lib "user32" Alias "SendDlgItemMessageA" (ByVal hDlg As Integer, ByVal nIDDlgItem As Integer, ByVal Msg As Integer, ByVal wParam As Integer, ByVal lParam As String) As Integer
        Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hwnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, ByVal lParam As Integer) As Integer
        Const WM_SETTEXT = &HC
        Const BM_CLICK = &HF5
        Function FileInUse(ByVal filepath As String) As Boolean
            Dim f001 As Integer
            If System.IO.File.Exists(filepath) Then
                Try
                    f001 = FreeFile()
                    FileOpen(f001, filepath, OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.LockReadWrite)
                    FileClose(f001)
                Catch
                    Return True
                End Try
            End If
        End Function
        'outpfile <-- path to the XPS Document to be created
        'starttime <-- system date and time when the batch command line was executed
        Sub followAcroRd32PDFtoXPS(ByVal outpfile As String, ByVal starttime As System.DateTime)
            Dim p As System.Diagnostics.Process, q As System.Diagnostics.Process, proc() As System.Diagnostics.Process
            Dim i As Integer, j As Integer
            Dim l As Long, memusage() As Long
            Dim t000 As System.DateTime
            Dim t999 As System.DateTime
            Dim hwnd As Integer, lObjhWndTB As Integer, lObjhWndBu As Integer
            Dim nIDDlgItem As Integer
            Dim resu As Integer
            dim maximumacrobatwaittime = 60 'seconds
            dim memoryusageinactivity = 12 'seconds
            dim acrord32pdftoxpstimelimit = 12 'seconds
            'Identify necessary Adobe Reader process
            t000 = DateTime.Now
            Do
                System.Threading.Thread.Sleep(1000)
                i = 0
                For Each p In System.Diagnostics.Process.GetProcesses
                    If LCase(p.ProcessName) = LCase("AcroRd32") Then
                        If Not p.StartTime < starttime Then
                            ReDim Preserve proc(i)
                            proc(i) = p
                            i = i + 1
                        End If
                    End If
                Next
                If i > 0 Then Exit Do
                t999 = DateTime.Now
                If DateDiff(DateInterval.Second, t000, t999) > maximumacrobatwaittime Then
                    Exit Sub
                End If
            Loop
            'Identify necessary window
            t000 = DateTime.Now
            Do
                System.Threading.Thread.Sleep(1000)
                hwnd = FindWindow(vbNullString, "Save the file as")
                If hwnd <> 0 Then
                    Exit Do
                End If
                t999 = DateTime.Now
                If DateDiff(DateInterval.Second, t000, t999) > maximumacrobatwaittime Then
                    Exit Sub
                End If
            Loop
            'Send click message to button save
            t000 = DateTime.Now
            Do
                System.Threading.Thread.Sleep(1000)
                lObjhWndTB = FindWindowEx(hwnd, 0, "ComboBoxEx32", "")
                If Not lObjhWndTB = 0 Then
                    nIDDlgItem = GetDlgCtrlID(lObjhWndTB)
                    resu = SendDlgItemMessage(hwnd, nIDDlgItem, WM_SETTEXT, 0, outpfile)
                    If resu > 0 Then
                        lObjhWndBu = FindWindowEx(hwnd, 0, "Button", "&Save")
                        If Not lObjhWndBu = 0 Then
                            resu = PostMessage(lObjhWndBu, BM_CLICK, 0, 0)
                            If Not resu = 0 Then
                                Exit Do
                            End If
                        End If
                    End If
                End If
                t999 = DateTime.Now
                If DateDiff(DateInterval.Second, t000, t999) > maximumacrobatwaittime Then
                    Exit Sub
                End If
            Loop
            'Adobe Reader eventually will enter inactivity after printing to XPS Document
            ReDim memusage(0)
            Do
                System.Threading.Thread.Sleep(1000)
                ReDim Preserve memusage(UBound(memusage) + 1)
                For Each p In proc
                    p.Refresh()
                    memusage(UBound(memusage)) = memusage(UBound(memusage)) + p.WorkingSet64
                Next
                If Not UBound(memusage) < memoryusageinactivity Then
                    j = 0
                    l = memusage(UBound(memusage))
                    For i = UBound(memusage) - 1 To UBound(memusage) - memoryusageinactivity + 1 Step -1
                        If l = memusage(i) Then j = j + 1
                    Next
                    Select Case j
                        Case memoryusageinactivity - 1
                            Exit Do
                        Case Else
                    End Select
                End If
            Loop
            'Wait for the new XPS Document
            t000 = DateTime.Now
            Do
                System.Threading.Thread.Sleep(1000)
                Select Case My.Computer.FileSystem.FileExists(outpfile)
                    Case True
                        If Not FileInUse(outpfile) Then Exit Do
                    Case Else
                End Select
                t999 = DateTime.Now
                If DateDiff(DateInterval.Second, t000, t999) > acrord32pdftoxpstimelimit Then
                    Exit Do
                End If
            Loop
            'Kill Adobe Reader process
            For Each p In proc
                p.Refresh()
                Try
                    p.Kill()
                Catch ex As Exception
                End Try
            Next
            'Kill eventual MS Windows error reporting system process
            For Each p In System.Diagnostics.Process.GetProcesses
                If LCase(p.ProcessName) = LCase("WerFault") Then
                    If LCase(p.MainWindowTitle) = LCase("Print driver host for 32bit applications") Then
                        For Each q In System.Diagnostics.Process.GetProcesses
                            If LCase(q.ProcessName) = LCase("splwow64") Then
                                Try
                                    q.Kill()
                                Catch ex As Exception
                                End Try
                            End If
                        Next
                        Try
                            p.Kill()
                        Catch ex As Exception
                        End Try
                    End If
                End If
            Next
        End Sub
    End Module

  • Adobe Reader v9.3 Search Window

    In the older version of Adobe Reader v 7, the Edit - Search feature would give the results of my search in such a way that i could then select these results, copy them and paste them all into an Excel spreadsheet in one go.  In this newer version - v9.3, the results are now presented in a separate "Search Window" which cannot be selected, or if is selected, only the first line of the results is pasted into the Excel Spreadsheet.  Any ideas how this can be done in the same way as used to work in the old version?
    Thanks

    I have Acrobat Reader, and have never had Acrobat (full version) to my knowledge, unless it comes with CS3 or CS4.
    The problem is solved by downloading the program from the Adobe site. It installs and works with no problem. As I said before, its an update problem. From experience with other updates for Adobe programs, I am not in the least surprised. They often break and have to be re-installed, but I have never had them wipe out my program and leave no traces at all.
    However, downloading another copy solved the problem. I switched off updates and will only switch them back on when I want to do so - under my control.

  • Adobe Reader: Missing Advanced Search Options

    I am using Adobe Reader XI (probably Standard) and trying to perform regular expression searches. When I go to Advanced Search (Ctrl-Shift-F) and click "Show More Options" I would expect to see the following options in the "Return results containing:" drop-down list:
    Match Exact Word or Phrase
    Match Any of the Words
    Match All of the Words
    Boolean Query
    The only two that appear are "Match Exact Word or Phrase" and "Match Any of the Words." The remaining two are not in the list. Without "Boolean Query" I cannot perform regular expression searches which is very helpful in filtering irrelevant results, especially in documents thousands of pages long.
    Where are the other options?

    Well, thanks.
    Thought I had tried that, but went back and found it. So, Adobe assumes the only time I want/can/should perform a regular expression search is only when searching through and entire directory, and that there's no reason I should expect to do the same within a current document.
    IMHO, that is utterly ridiculous.

  • Acrobat reader command line switch - password

    Hello everybody,
    I am a developer for macromedia director applications.
    I need to open a password protected PDF-file from within a
    director-projector-application with any suitable
    xtra-extension (not the
    problem discussed here!).
    all I would need is the complete command line for acrobat
    reader to do
    this.
    A complete list of command line switches for Acrobat Reader
    would be helpful
    in respect to further needs.
    where can i get this.
    By the way, the solution for Windows and Mac OS would be
    welcome. Are they
    the same?
    Thanks
    Peter Grambitter

    Hello everybody,
    I am a developer for macromedia director applications.
    I need to open a password protected PDF-file from within a
    director-projector-application with any suitable
    xtra-extension (not the
    problem discussed here!).
    all I would need is the complete command line for acrobat
    reader to do
    this.
    A complete list of command line switches for Acrobat Reader
    would be helpful
    in respect to further needs.
    where can i get this.
    By the way, the solution for Windows and Mac OS would be
    welcome. Are they
    the same?
    Thanks
    Peter Grambitter

  • Read command line arguments with an ActiveX step

    Hi
    I would like to read the command line parameters from TestStand startup. I did find an ActiveX resulting in a Object Reference (See Locals.CommandsRef). How do I use this reference to really get the arguments and their count? See also screenshot.
    Solved!
    Go to Solution.
    Attachments:
    Screenshot.jpg ‏160 KB

    Hi Paulus,
    Via this link, you find an forumthread that describes the same issue. testStand does not support this, but there is a workaround. Attached you find the code.
    The attachment includes a LV vi with the command line. If you doen't use Labview, here is the command line:
    C:\Program Files (x86)\National Instruments\TestStand 2012\Bin\SeqEdit.exe /goto "Parameter1 = test" /runEntryPoint "Test UUTs" D:\Testsequence.seq
    Regards,
    Bas
    Attachments:
    Command line TestStand.zip ‏10 KB

  • Adobe Reader X and searching within PDFs in Outlook 2007

    Hello,
    Is it possible to search within pdfs attached to emails in Outlook 2007 via the search box in Outlook?  I currently have Adobe Acrobat Reader X installed and Outlook 2007.  Is there an iFilter available for this functionality within Reader X or would I need to either go back to Reader 9 or upgrade to a newer version to have this capability?
    Thanks.

    This may help a few of you here.
    I'm running IE 8 and Adobe Reader X on a WIN64Bit  system.
    Reader X wouldn't open an embedded  PDF with IE8 64BIT. AR X seems to like an older version of IE.
    Go to your START menu and you should see "Internet Explorer" and "Internet Explore (64-bit)".
    Open a window with the "Internet Explorer", not the (64-bit).
    In the IE8 window you'll see a "?" on the tool bar. Open it and click on "About Internet Explorer".
    You should NOT SEE "64-bit Edition".
    If you don't see "64-Bit Edition", go and try to view the PDF again.
    It works for me and it seems I'll have to live with it until there's a patch for 64-Bit.

  • Using adobe reader SDK to search in PDF

    Hi,
    can someone please help me, iam trying to create a program (using c#) that displays a pdf, and searches for words inside the pdf file, the search iam programming is in arabic language (which is completely different than english).
    i tried to download the sdk, but the problem is that all the search samples needs the acrobat standard or professional.
    i saw something about the plugins and javascript, iam good at javascript, but did not now how to implement the javascript code in c# program.
    by the way, is creating free programs that uses adobe reader as a COM object needs a license? or it is free to distribute?
    Thanks very much.

    >i tried to download the sdk, but the problem is that all the search samples needs the acrobat standard or professional.
    I think that's right. Think of the SDK as primarily a marketing tool
    for Acrobat and the position may be simpler to see.
    >
    >i saw something about the plugins and javascript, iam good at javascript, but did not now how to implement the javascript code in c# program.
    You need Acrobat Professional to run JavaScript from an external
    program.
    You could write plug-ins but would need to obtain a special license to
    write plug-ins for Adobe Reader; Acrobat is needed for development.
    >
    >by the way, is creating free programs that uses adobe reader as a COM object needs a license? or it is free to distribute?
    Adobe Reader only offers the AxAcroPDF interface. You can freely
    distribute code that uses this interface.
    Note that I am not saying that you can freely distribute Adobe Reader:
    there are some restrictions on this.
    Aandi Inston

  • Reading Command Line

    How to read the DOS command line by JAVA.
    for example when i type on DOS DIR, want to save all output to Text file.
    Thanks and best regards

    I found somthing to help, but i need to make a process which let me to type a command into the Concole and the output will appeare like i am working with Dos Wndows ( Start--> Run--> cmd)
    Thanks and best regards

  • Adobe Reader adds lines to my graphics

    Hi,
    I couldn't find this topic elsewhere, so here goes...
    My pdf export from Pages works fine, and I can open it in Preview and print to many different printers with good results.
    But when viewing the document in Adobe Reader, there are lines around all the objects that have Picture Frames applied to them. When printing from Reader the lines print as well, ruining the document's printed appearance.
    Here's what I see and print from Pages and Preview (zoomed in screen grabs):
    !http://homepage.mac.com/podzone/forums/051208preview.jpg!
    Here's what I see and print from *Adobe Reader*:
    !http://homepage.mac.com/podzone/forums/051208reader.jpg!
    I get this with every object within picture frames (pictures, text and vector art) when viewing and printing from the Adobe Reader on Mac and PC. And of course, my PC clients use Adobe Reader or Acrobat, so it shows up everywhere.
    Any suggestions?
    Thanks,
    Eric

    Hi Walt,
    Did some testing and discovered that some picture frame effects do not render properly in Adobe Reader, others work fine, your mileage may vary. For example, here are 3 frame effects applied to the same art in Pages, *exported as .pdf*, and *viewed in Preview* (screen grabs, 100% scale):
    !http://homepage.mac.com/podzone/forums/PreviewTest4051308.jpg! !http://homepage.mac.com/podzone/forums/PreviewTest6051308.jpg! !http://homepage.mac.com/podzone/forums/PreviewTest8051308.jpg!
    ...And here are the same *.pdf exports* from Pages as viewed in *Adobe Reader*:
    !http://homepage.mac.com/podzone/forums/ReaderTest4051308.jpg! !http://homepage.mac.com/podzone/forums/ReaderTest6051308.jpg! !http://homepage.mac.com/podzone/forums/ReaderTest8051308.jpg!
    Notice how 2 out of the 3 are acceptable in Reader (gamma and anti-aliasing issues aside). However, if I save the Pages document as a *Postscript file* (as mentioned elsewhere in the forums), the problem magically disappears in Reader. At first glance this looks like a good alternative. Unfortunately, the *Postscript workflow* option has an apparent *negative effect* on the print resolution of my images. To see the difference, look at this actual size screen grab of a photo in a Pages-exported pdf:
    !http://homepage.mac.com/podzone/forums/actual051308.jpg!
    Now here's a 400% enlargement of a portion of that image when *exported as a pdf directly from Pages*:
    !http://homepage.mac.com/podzone/forums/export051308.jpg!
    ...And here's the same image at 400% after *using the Postscript export* (opened in Preview):
    !http://homepage.mac.com/podzone/forums/ps051308.jpg!
    Notice the significant loss of resolution in the Postscript export. I'm not sure why this is occurring, but it's there nonetheless. So at this point I'm not a big fan of the Postscript option, and would rather just find picture frames in Pages that export nicely as .pdf for printing, and render properly in Adobe Reader too. I wonder if others have used the PS export to print, and if they've noticed any change in appearance of photos, etc.?
    As a side note, even though I have color profiles for all the photos and vector art used in the Pages document, printing to PDF-X errors out and won't complete. So far documents with lots of images have never successfully exported as PDF-X for me. Have you been successful?
    Cheers!

  • Trying SSH CLI ,  reading command line method is infinte loop problem!

    I am trying excute command and reading result. but reading result part has problem.
    below source is a part of my method.
    try{
                   SessionChannelClient sessionChannel = ssh.openSessionChannel();
                   sessionChannel.startShell();
                   OutputStream out = sessionChannel.getOutputStream();
                   String cmd = s + "\n";
                   out.write(cmd.getBytes());
                   out.flush();
                   InputStream in = sessionChannel.getInputStream();
                   BufferedReader br = new BufferedReader(new InputStreamReader(in));
                   byte buffer[] = new byte[255];
                   String read= "";
                   while (true) {
                        String line = br.readLine();
                        if (line == null)
                             break;
                        str += line;
                        str += "\n";
                   System.out.print(str); //print result
                   sessionChannel.close();
                   in.close();
                   out.close();
              }catch(IOException ee){
                   System.out.println(ee);
              }finally{
                   System.out.println("=============end cmd=============");
    while loop has problem. While statement has infinite loop problem.
    why has this problem?
    anybody, help me please. Thanks for reading .
    Edited by: BreathAir on Aug 5, 2008 12:16 AM

    That loop will loop until readLine() returns null, which will only happen when the other end closes its end of the connection, and it will block while no data is available.

Maybe you are looking for

  • Widget in an iweb site

    Has anyone had issues with adding a widget to an iweb site?  I am following the protocol but the widget is not loading in. An alternate badge I loaded it does not allow me to save the change to the iweb site. thoughts?

  • I have pages on my IMac using OS 10.6.8, if I get a new laptop would it work if updated?

    I currently am still using Snow Leopard because when I updated to Lion I did not like how it changed many of my apps., and or they would not work. I am thinking of getting a Apple laptop which would run on a newer OS, so I was wondering if my Pages a

  • Do I have to build adapters to Oracle AIA for pre-built integrations?

    Hello, The way Oracle AIA provides pre-built integration packs for Siebel, SAP & other products - how do I develop such integrations for my application? Through AIA foundation packs or do I've to write an adapter to connect with Oracle AIA? Thx, Amol

  • BI server start/stop services

    Hi, We have OBIEE installed on a unix server. Previoulsy I worked on OBIEE on windows server and would go to services and start/stop services. My question is if we modify the rpd and ftp it to unix server, do we have to stop and start the BI server f

  • Facetime won't open on my iMac

    I have an iMac i7 with OS x 10.6.4 but the facetime.dmg file won't open it says the following disk images can't be opened because of "invalid checksum." What is that, and how do I get it to work? I need to vid chat from my comp to an ipod touch. Plea