Saving streaming as file

How would I save a streaming movie so its not streaming. Or just a part of it.

QuickTime 7 DOES cache streams. Check ~/Library/Caches/QuickTime while playing any streamed media.
http://developer.apple.com/documentation/QuickTime/Conceptual/QT7UpdateGuide/Cha pter02/chapter2_section12.html
"Cache of a QuickTime audio or video file downloaded or streamed from the Internet; if the file was created with QuickTime 6.5 or earlier, it may be opened in QuickTime player if the file extension is changed to match the original file (i.e. .mp3, .mpeg, .mov)"
http://www.fileinfo.net/extension/qtch
(Note that the qtch format for QT 7+ is not the same and so far there is no pubicly known way to make the qtch files from QT 7 playable as movies.)
Prior to QT 7, "iGetMovies" could use the cache to grab the movie.
I haven't tried using QT Player 6 while QT 7 is installed to see what sort of qtch file is created while playing a stream...

Similar Messages

  • Processor doesn't work correctly in saving stream to file

    hi,
    i write this code for saving in a file video and audio from a web cam, but when i do p.getDataOuput it returns always null. Why? help me
      public void setupvideocapture()
      c=getContentPane();
      c.setLayout(new FlowLayout());
      try
        try {
          p = Manager.createProcessor(new MediaLocator("vfw://0"));
        } catch (Exception e) {
          System.err.println("Impossibile creare il processor!" + e);
        p.addControllerListener(this);
        p.configure();
        waitForState(p.Configured);
        p.setContentDescriptor(null);
        p.realize();
        waitForState(p.Realized);
        p.prefetch();
        waitForState(p.Prefetched);
        c.add(p.getVisualComponent());
        if ((dest = new MediaLocator("file:"+"foo.mov")) == null)   System.err.println("Impossibile costruire MediaLocator "  + "dalla url: " + dest);
        try {source = Manager.createDataSource(dest);
        } catch (Exception e) {
          System.err.println("Impossibile creare Datasource da: "+ dest);
          System.err.println("Eccezione: "+e);}
      catch(Exception e)
        System.out.println(e);
    public void actionPerformed(ActionEvent ae)
        String str;
        str=ae.getActionCommand();
        if(str=="Play")
          try
           p.start();
            System.out.println(p);
            source=p.getDataOutput();
            System.out.println(source);
            sink = Manager.createDataSink(source,dest);
            dataSinkListener = new MyDataSinkListener();
            sink.addDataSinkListener(dataSinkListener);
            sink.open();
            sink.start();
          } catch (Exception e) {e.printStackTrace();
      else if(str=="Stop")
        try
          sink.stop();
          dataSinkListener.waitEndOfStream(0);
          sink.close();
          p.stop();
          p.close();
      catch(Exception e)
      {e.printStackTrace();
    }

    hi,
    i write this code for saving in a file video and audio from a web cam, but when i do p.getDataOuput it returns always null. Why? help me
      public void setupvideocapture()
      c=getContentPane();
      c.setLayout(new FlowLayout());
      try
        try {
          p = Manager.createProcessor(new MediaLocator("vfw://0"));
        } catch (Exception e) {
          System.err.println("Impossibile creare il processor!" + e);
        p.addControllerListener(this);
        p.configure();
        waitForState(p.Configured);
        p.setContentDescriptor(null);
        p.realize();
        waitForState(p.Realized);
        p.prefetch();
        waitForState(p.Prefetched);
        c.add(p.getVisualComponent());
        if ((dest = new MediaLocator("file:"+"foo.mov")) == null)   System.err.println("Impossibile costruire MediaLocator "  + "dalla url: " + dest);
        try {source = Manager.createDataSource(dest);
        } catch (Exception e) {
          System.err.println("Impossibile creare Datasource da: "+ dest);
          System.err.println("Eccezione: "+e);}
      catch(Exception e)
        System.out.println(e);
    public void actionPerformed(ActionEvent ae)
        String str;
        str=ae.getActionCommand();
        if(str=="Play")
          try
           p.start();
            System.out.println(p);
            source=p.getDataOutput();
            System.out.println(source);
            sink = Manager.createDataSink(source,dest);
            dataSinkListener = new MyDataSinkListener();
            sink.addDataSinkListener(dataSinkListener);
            sink.open();
            sink.start();
          } catch (Exception e) {e.printStackTrace();
      else if(str=="Stop")
        try
          sink.stop();
          dataSinkListener.waitEndOfStream(0);
          sink.close();
          p.stop();
          p.close();
      catch(Exception e)
      {e.printStackTrace();
    }

  • H.264 saved as .f4v files are corrupted?

    Greetings,
    I'm working with a Logitech Quickcam Pro 9000 and FMLE 3.0.1.5963 and trying to save the encoded H.264 stream to a file.  The encoder works, and I'm able to view the stream live, but the saved stream appears to be corrupted.  I'm unable to open it in Adobe Media Player or Moyea FLV-Lite editor.  Is this funcationality broken?
    --[Lance]

    Hi,
    In order to play f4v file created by FMLE 3.0, you need to first flatten the files using free F4V post processing tool available at
    https://www.adobe.com/cfusion/entitlement/index.cfm?e=fms35
    Please let me know if this works for you.
    Regards,
    Neha

  • Streaming wav files once edited won't work in flash

    I need some help with streaming wav files in flash. I can load a wav file and stream it ok using actionscript 3 into my fla file. However if I go to edit the wav and make it shorter the saved wav file will not play. I have used a trial version of soundbooth to see if I could somehow change the settings for the wav but I still cannot make it work. It will stream as an mp3 but I want the file to loop and need the file to be wav. I have attached the file. I have no problem when I upload the file into the fla file but that is not what I want to do.
    Can anyone help me.
    Cheers.

    Thanks for the input however I had already tried a variety of combinations. But I did go through it again.
    The Flash Player supports 8-bit or 16-bit audio at sample rates of               5.512, 11.025, 22.05, or 44.1 kHz. I have tried all permutations of wav from 8 bit to 16bit and the all sampling rates from 11.025. The original file is attached at it was at 32000hz. Nothing I can do will make these play in flash once edited. I am using soundbooth howeve I have used audacity and wavepad. I have removed the metadata tags as that was suggested in one of the forums. I have attached the original files and the shortened file that I cannot get to work. I went into Soundbooth and went through all the preferences and checked the box where it asked for FLash compaticble at 16bit 44 hz etc. This is really frustrating. I know wav can be streamed.

  • How do you change the default save as directory when saving a PDF file to your hard drive?

    This is the on-line help instructions on this site:
    Downloading a PDF file to your hard drive
    You can download a PDF file to the hard drive from a web page's link. Downloading PDF files doesn't require the ActiveX plug-in file to be installed. (If you want to open and view the PDF file after downloading it, you must have Acrobat, Adobe Reader, or Acrobat Reader installed.)
    To download a PDF file from a link:
    1. Right-click the link to a PDF file, and then choose Save Target As from the pop-up menu.
    2. In the Save As dialog box, select a location on your hard drive, and then click Save.
    My issue:  I want to save several pdf files (from the Adobe Reader in my browser) one at a time and each time it defaults the save as directory to the desktop and I have to go looking for the directory I last saved a pdf file in.  I got lots of directories and I wish I could change the default setting for the save as directory.  Just a minor thing but irritating as other programs usually will allow you to switch the default save as directory to one of your choosing.

    There is not a way to set the default location from all the forums i searched in the last couple days.
    Russ

  • Error saving Project 2010 files to network drive - doesn't see network drive

    ANSWERED (11 April 2014):
    So it seems the resolution to this is to simply create a new share with a different name. I used the existing folder (to retain NTFS permissions) and just select to Add a new Share (applying the same Share permissions as the non working Shares).
    Deploying this new Share via Group Policy as a test resulted in staff being able to open files from Windows Search, save files through MS Project and the Share being accessible through browsing SMB.
    All problems resolved by using a new share name for the existing folder. Seems to be a corruption in the namespace.
    Note: I had previously deleted the share and recreated it. I had removed all NTFS permissions and readded (through both the GUI and icacls). This didn't make a difference.
    Only changing the name of the share fixed the problem.
    Original Question
    Already
    posted here... but Microsoft Support has not responded.
    It seems some staff on some computers are having problems saving MS Project files to the network. This is only since an upgrade to SBS2011 (from SBS2003). The only difference now, is that network drives are mapped via group policy rather than a  'net
    use' script.
    This is affecting users on Windows 7 and Windows Server 2008 R2, with either MS Project 2007 or 2010. The users have full change access to the folders and can create new files and modifying existing files, just not a MS Project file. Other file tyes, e.g
    Word .docx, Excel .xlsx, Adobe .pdf files, all work fine. These files can be opened, edited and saved normally without problem.
    To replicate this:
    The user opens an existing file or creates a new file on the network folder (either through Windows Explorer or MS Project). They then click File > Save in MS Project and receive the following error (see pic below):
    An interesting symptom of this is that if you select File > Save As in MS Project, the Sae As dialog box doesn't remeber the path location of the network drive. MS Project instead prompts to save the file in the local users documents folder (see pic below):
    If they browse back to the original folder where the file was saved and choose to save it there, they are of course, prompted to overwrite the existing file and they can save the file. But the same thing happens every time they open the file.
    It seems the problem is that Project isn't seeing the path of the file or that the network drive is attached.
    If a user closes the file without saving it, they are prompted to save the file and the prompt shows the drive path:
       Do you want to save changes to "N:\... Projects\Active Projects\CC...\F4 Project Plan File\004 Programme\test project file.mpp"?   
    But choosing to save the file gives them the same result as Save As, they are prompted for a new location as if the original file location doesn't exist.
    I have disconnected the mapped drive and connected it again using net use but get the same error.
    I have reinstalled MS Project 201, installed Project 2010 SP2 and installed Windows updates and it does the same thing, exactly the same symptoms.
    Further, if the user opens a file from the network drive, the file shows in the Project recent files list. If they try to open the file from the recent files list in project they get the following error:
    "Project cannot open the file.
    -Check that the file name and path are correct.
    -Check that the file format is recognized by Project.
    Project files saved in a version earlier than Microsoft Project 98 can't be opened...."
    This is a test file that I created on the user's computer and network drive, This is being opened with the same version it was created in. If I browse to the folder in Windows Explorer I can open the file. Of course, I then can't save the file (I still get
    the original error). I'm logged on with Domain Admin privileges.
    I've checked these links from other threads (neither apply to my scenario):
    http://support.microsoft.com/kb/983458/en-us|
    http://social.technet.microsoft.com/Forums/en-US/excel/thread/2eeea140-7e6c-4cb9-a89b-06d2102bd9f7/
    I've downloaded my TechNet version of he software and installed it with Sp2 and Windows updates and it does the same thing. This also happens on the Remote Desktop server (Server 2008 R2) using MS Project 2007.

    Case 1
    This error message appears when the document is open on two or more computers that are running different operating platforms. For example,
    if the document is open on a Macintosh computer and you open it on a second computer running Windows or Windows NT, the error occurs when either user tries to save the document.
    This problem stems from a difference between the ways Macintosh OLE and Windows OLE open files. As a result, you cannot save a file on two different operating platforms at the same time.
    Case 2
    This error occurs in Word 97 for Windows if you save to a MAPROOT type network drive connection on a NetWare server where spaces exist in
    the file or folder name.
    Case 3
    This problem may occur if an anti-virus program running on a network has the ability to scan for macro viruses in documents in shared network
    folders.
    For example, if you have the following:
    a shared folder on a network server
    -and-
    an anti-virus program is running on the network server that is set to monitor the shared folder,
    when you attempt to save a document (across the network) to the shared folder, the anti-virus checker may cause the error to occur.
    Case 4
    This problem may occur on Novell networks when the AutoRecover files path is either blank or set to a network drive.
    According each, please try the following workaround:
    WORKAROUND
    To work around this problem, use one of the following methods appropriate to your situation.
    Case 1
    Method 1:
    Move the document to your local hard disk for editing. Move it back to the server after you finish.
    Method 2:
    Save a copy of the
    file with a different
    file name, and work on the copy, either on your hard disk or on the server.
    Case 3
    Method 1:
    Move the document to your local hard disk for editing. Move it back to the server after you finish.
    Method 2:
    Do not use spaces in the directory or document names.
    Method 3:
    Do not use MAPROOT-drive connections. Map your drive connections to the volume-level only.
    Case 4
    Turn off the anti-virus protection on the network server and then try to
    save the document. Contact your anti-virus protection software company for additional details and/or updates to their programs.
    Case 5
    Set the AutoRecover files path to your local drive. To change the AutoRecover path, use the following steps:
    1.
    On the Tools menu, click Options.
    2.
    On the File Locations tab, select AutoRecover files and then click Modify.
    3.
    Change the Modify Location dialog box to a
    folder on your local drive and then click OK.
    4.
    Click OK to close the Options dialog box.
    Hope that helps.
    Smith

  • Print to PDF - using Snow Leopard (Saving a PDF file when printing is not supported. Instead, choose

    i have a PDF form that i created that is used as a custom proposal that my company sends out to potential clients. the form in its editable state is only used internally. we recently upgraded to snow leopard, but prior to the upgrade, we were able to fill the custom proposal form out using adobe reader, and, as you well know, we weren't able to save that edited document as a PDF with the custom form fields filled out. our work around using adobe reader was to print to a pdf using the adobe pdf printer in the printer dialog. with the addition of snow leopard, however, instead of choosing the adobe pdf printer, we were to choose PDF from the bottom left corner, then Save As PDF, and it would spit out an uneditable pdf that then allowed us to email it to the potential client without them being able to edit it as well as have an internal, digital copy for our records instead of having lots of paper floating around (i know this is also doable using security that disallows the client certain editing privileges, but printing to a pdf is much quicker and more efficient, and the pdf security isn't really that secure at its best).
    in any case, i came across this gem of a post here on the support forums that installs another option from the PDF drop down on the bottom left of the print dialog menu that reads Save As Adobe PDF and is supposed to do exactly what i am trying to get it to do...print to a pdf file from adobe reader.
    http://kb2.adobe.com/cps/509/cpsid_50981.html    
    once i updated to acrobat 9.2 (as the link above suggests 9.1), however, the Save As Adobe PDF does appear in the print dialog menu, but it still gives me the same error that acrobat 8 - 9 gave me while using Snow Leopard — Saving a PDF file when printing is not supported. Instead, choose File > Save — and as i've already explained, you can't save an edited pdf form in reader (as i am the only one in the office with acrobat) and still keep the fields as you've entered them in. the only work around is to print to a pdf but is apparently having some recent problems.
    using acrobat, however, i know that i can save the editable pdf as a new file with the fields customized as i have left them, but it still saves it as an editable pdf and the print to a pdf option still remains the best option...that way we have digital copies internally that are uneditable that can be printed at any time or emailed to the client.
    how can i do print to a pdf, based on what i've written above, using snow leopard and acrobat and reader?

    A simple way is to flatten the form fields, which converts the field appearances to regular page contents. You can do this with JavaScript or PDF Optimizer (Advanced > PDF Optimizer > Discard Objects > Flatten form fields). A very nice script that adds a custom menu item can be found here: http://www.uvsar.com/projects/acrobat/flattener/

  • I saved a word file onto my imac.  when i go to open file in documents with pages the file is grey and unable to open.  the workable files are highlighted in bold.  is there a way to open this file????

    i saved a word file onto my imac.  when i go to open file in documents with pages the file is grey and unable to open.  the workable files are highlighted in bold.  is there a way to open this file????

    THis is safe for Mac's? Sorry, I have just never heard of this site before.
    And there are literally tens of thousands of sites of which I've not heard, too. Not this one.
    It's legit. There are lots of links in Apple Support Communities to the LibreOffice web site, as well as others that are legitimate open-source developers of options to buying MS Office, such as NeoOffice and OpenOffice. I have Open Office installed on one of my older Macs that can't run Office 2011 and it is rock-solid.
    I've been here too long to start posting bogus urls now.

  • Problem with importing saved .json backup file in fresh installed firefox 3.6.8? Message "unable to process the backup file", when i choosed option "Restore" from menu "organize your bookmarks" !?

    Hello,
    my problem is with importing saved .json backup file in fresh installed firefox 3.6.8? Message "unable to process the backup file", when i choosed option "Restore" from menu "organize your bookmarks" !?
    Normally that i followed all instructions from your support site, and that i tried many things, but nothing helped :( !?
    my .json file isn't corrupted cause it was saved on another partition before formatting my OS.
    Please don't tell me that my bookmarks are lost :( cause i had many important things in that bookmarks, on 100.s pages :( ....
    Thanks in advance!
    Sincerely,
    hoho33

    "
    Can you restore that JSON backup in a new profile?
    Did you make sure that it is really a JSON backup and that there is no missing or hidden other file extension?
    A JSON backup starts with: {"title":"","id":1,"dateAdded"
    A HTML backup starts with: <!DOCTYPE NETSCAPE-Bookmark-file-1>
    You can try if you can restore that JSON backup in a new profile.
    Create a new profile as a test to check if your current profile is causing the problems
    See Basic Troubleshooting: Make a new profile
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Please for administration of this support site, make possibility to quote someone's answer, on this way is dificult to answer somebody who wrote some suggestion!
    No, i can't restore JSON backup in new profile, even on fresh installed OS XP SP3, with fresh installation of latest version of firefox!
    MAN I TOLD YOU 10X IT'S 200 % JSON BACKUP FILE!!! I'M NOT IN IT FROM YESTERDAY, I WORK IN IT 12 YEARS!!!
    I tried restoring json backup in new profile, but nothing, i couldn't restore, cause that stupid error from screen shot which i posted again appears !
    Man i'm not totally noob i repeat 2nd time here, and normally that i know to create new profile, and that i tried that, but that didn't help!
    I can't believe that FIREFOX has not good support team, and doesn't care for yours users, this will not give me more reason to use in future firefox
    like borwser, if i don't have good support, and when i have problem like this, to loose all my very important bookmarks and passwords on them, and
    firefox support won't to help me to solve my problem!
    If somebody from firefox support team read this, i can give you Remote desktop access to my computer to try solve this problem, like other serious company
    like HP, Dell , etc. give remote desktop support to their users!
    Corel are you from firefox support team? Please don't write same suggestions, cause i know to read, and i understand well if you write once some suggestion!
    Greetzz

  • Saving a flash file from cs3 to cs4 ruins the file!

    Last time I used flash for an urgent commission I discovered a very heavy bug, which did cost me half a day of work and nearly the whole commission. What happened:
    I saved a flash file originally created with Flash CS4 as CS3 because the Actionscript programmer did not have a newer version. When I reopened the changed file and typed CMD+S it saved the file without warning. This was momentous: when I re-opened the file, only the library contents did show up, the timeline and stage was empty. Trying to publish the movie again resulted in a program crash. Thus I had to rebuilt the whole flashfile from scratch the next day and calm down a very nervous (and important) customer. Since then I always chose "Save as" and change the format to "CS3", and – how about that! – the file stays intact.
    So HOW can a software have a glitch like this be on the market? I would suggest to Adobe that the rework the whole code because flash seems to be very poorly coded. I experienced numerous minor bugs in the last years, but this one beats them all. You save a file and ruin it.
    If anybody else has experienced this, I would like them to share their experiences. Not just with me – share them with the people responsible for this. Write to Adobe.
    kind regards,
    tomasio

    Just save.  It'll open in previous versions.
    BUT if you used features that are specific to CS6 (like vector strokes) those may not show up in previous versions.
    If you want everything to show, flatten the image and save a copy.
    If you want to show the structure of the file - avoid features that are new in CS6 and save as PSD..

  • Is it possible when saving the psd file to have an automatic jpg file saved at the same time?

    My work involves preparing images for printing lightboxes and window installations.  My clients require to pre-approve the photos before printing.
    I usually save my files as psd but since the files are very large in this format I usually save another copy as a jpg file that has a much smaller file size.  This makes it possible for me to add these to a presentation and and send them to my client.
    Is it possible when saving the psd file to have an automatic jpg file saved at the same time?  Or do I still have to do this manually?

    If you save the document manually as a PSD file in Phtoshop not from within an Action, Script, Plugin or Droplette.  You may be able to write a Photoshop that would do as save as Jpeg,  And you should be able trigger its execution by setting up a Script Save event using the Script event manager.  When You do a manual save  the script should be triggered.  I wrote may be able to for I have never tried to write that script or set up a Script Manager Save event.  I have only use open events.

  • Saving a PDF file when printing is not supported. Instead, choose File Save.

    I am using Mountain Lion (10.8.2) and I was using Adobe Reader version 9. In the past, I've always been able to print to file using the File -> Print dialogue but all of a sudden it stopped working. I read somewhere that installing the latest version of Adobe Reader (version 11) would remove the old printer, so I did so. It took me about an hour on version 11 to even find the pdf print to file option, but I am getting the same message. For what it's worth, when I try print to file from Microsoft Word, I have no problem. I have no idea why things changed all of a sudden, but does anyone have any idea how I can get this working again?

    I checked with Adobe.  No luck. 
    Allow me to clarify my problem: 
    I have Adobe Reader XI. I also use a Mac--imac and a MacBook Pro.   My adobe was updated on 12/24.  Prior to that point, I could open my print dialogue box and there was a PDF tab on the bottom left.  In the drop down menu there were many choices, including but not limited to Open in PDF Preview, Print PDF, Save PDF, email PDF.  If I selected one page of 30 pages from a document saved in Adobe, I could extract just that one page and save it or email it, without having to send the entire document.   After the update, when I open a PDF file using ADOBE READER XI, and then open the print dialogue box, and follow those same steps, I get the message "Saving a PDF file when printing is not supported. Instead, choose File > Save."   My question is why is this feature now unavailable and is there a way to fix it? 
    The answer I got from Adobe was that Adobe never had this function, so it must have been via my print or preview programs..which are apple.  Does anyone have any thoughts?
    Thank you.
    https://forums.adobe.com/message/7124567 

  • Saving a PDF file when printing is not supported.

    Hi Guys,
    I upgrade from leopard to snow and now I don't have the possibility anymore to to print PDF as a PDF.
    Before I was going to print and then choose save as a pdf and everything ok.
    Now after the upgrade to snow every time that I am going to print a pdf from a pdf (acrobat 9 and X) I received this msg "Saving a PDF file when printing is not supported. Instead, choose File > Save "
    Why that happened ? how can I fix it?
    The thing is that I have a pdf form (contract) that I have to fill up and print it as a pdf.
    Now I can't do that I can save only the form with the fields unlock.
    thanks you in advance for your help.
    Xoxo
    Fotis

    Ah.. this is so annoying filled in a long form.. which doesn't allow saving.. I assumed as normal with this type of form I could print to PDF and at least get a electronic copy.. but no, I made the mistake of installing Adobe Reader.. and it has screwed up the print options.. when I try to save as PDF from the print menu I get the helpful suggestion
    "Saving a PDF file when printing is not supported. Instead, choose File > Save."
    When I do as suggested.. it helpfully tells me that it will only save a "blank form"..
    Adobe has badly messed up their reader.. I now need to print out and then scan this document to get the electronic copy I need.. I will be uninstalling promptly after this fiasco..

  • Problem with saving a pdf file to computer. Continually get an error message " This document could not be saved. There was a problem reading this document (21).

    Need advice on a saving file issue. I'm having problem with saving a .pdf file to computer. Continually get an error message " This document could not be saved. There was a problem reading this document (21). This is new as this error message just recently started to pop-up.

    More information about this issue can be found here:
    https://forums.adobe.com/thread/1672655
    A "quick" fix that worked for me was to uninstall Adobe... then download the base install for Adobe Reader 11.0.
    Then download each of the individual updates and run them sequentially. 
    I've installed back up to the last security update which is version 08 and have been able to do normal Save As operations.
    You will have to disable automatic updates in order to stay at version 08 until Adobe resolves this issue in a later release.
    http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    Adobe Reader 11.0 - Multilingual (MUI) installer    AdbeRdr11000_mui_Std
    Adobe Reader 11.0.01 update - Multilingual (MUI) installer    AdbeRdrUpd11001_MUI.msp
    Adobe Reader 11.0.02 update - All languages    AdbeRdrSecUpd11002.msp
    Adobe Reader 11.0.03 update - Multilingual (MUI) installer    AdbeRdrUpd11003_MUI.msp
    Adobe Reader 11.0.04 update - Multilingual (MUI) installer    AdbeRdrUpd11004_MUI.msp
    Adobe Reader 11.0.05 security update - All languages    AdbeRdrSecUpd11005.msp
    Adobe Reader 11.0.06 update - Multilingual (MUI) installer    AdbeRdrUpd11006_MUI.msp
    Adobe Reader 11.0.07 update - Multilingual (MUI) installer    AdbeRdrUpd11007_MUI.msp
    Adobe Reader 11.0.08 security update - All languages    AdbeRdrSecUpd11008.msp

  • The document could not be saved. A file I/O error has occurred

    Hello,
    I have scanned PDF files varying in size from < 1,000 pages to > 5,000 pages. I seem to experience this issue on and off on various files regardless of the size. The issue is when I OCR the pdf using Adobe Acrobat X Pro, when it's completed the OCR process and I go to save it errors out with: "The document could not be saved. A file I/O error has occurred"
    I have tried:
    1. Saving to local hard drive
    2. Saving to network drive
    3. Renaming file and repeating steps 1&2
    4. File/Save as and reducing (but it won't allow me to do so without saving first, lol)
    Any thoughts? Thanks so much.
    Phil
    System specs:
    Windows 7 Professional
    16 gb RAM
    500Gb Hard drive (409gb free)
    Adobe Acrobat X Pro
    Message was edited by: bldfb024  (system specs included at bottom)

    No it is from a disk drive.
    Robb Hanke
    [signature deleted by host]

Maybe you are looking for

  • Creating remote objects and passing the retrieved data to modules

    I found at this Adobe tutorial a nice "RemoteService" class that  creates a RemoteObject and contains the functions for handling the  result and fault events. If I wanted to use this approach, how could I  pass the data from the result handler to int

  • I need to print a mirror image of a PDF on my iPad.  Is this possible?

    I need to print a mirror image of a PDF on my iPad for an iron on transfer.  Is this possible?  I have Pages and GoodReader but can't figure out how this would work on either app.  Help!

  • Presence status not changed when using Lync 2010 Remote Call Control

    Hello, I'm currently testing the Remote Call Control functionality of Lync 2010. Call management works fine but I'm surprised that my presence status does not change to "In a Call" when the call is established. OriginatedEvent, DeliveredEvent and Est

  • How i can backup & restore in selected data?

    create table a (backup_id number, ......) create table b (backup_id number, ......) create table c (backup_id number, ......) 100 table created how i can backup all data only backup_id = 1?? how can it possible ????

  • Event ID 9215 in event viewer

    Hi All, I have MS Exchange 2010 SP3 Rollup 2 deployed at our on-premises mail server. While viewing the event viewer, I notice I'm getting event ID 9215 event though there is no real treat to my mailflow or working of the MS Exchange server. Was wond