What is the solution to save over a file with Windows Explorer preview pane open?

(This is a stagnant issue in an alternate thread and did not address the issue directly.)  Every time I make a minor change to a document, I am forced to write a new file to save it.  This is cumbersome, annoying and wasteful.  I am an architect and I quite regularly need to have several windows explorer windows and pdf files open at once when coordinating information from several different places.  It is not practical for me to turn off my preview pane or close every explorer window.  How can I avoid saving every document new even when making a minor change?

Hi Michael ,
What kind of changes are you trying to make in that document ?
Is this happening with all kinds of document or any specific kind?
Which version of  Acrobat are you using?
Please provide us with the details so that we an assist you further .
Regards
Sukrit Dhingra

Similar Messages

  • Programming help - how to get the read-only state of PDF file is windows explorer preview is ON?

    Programming help - how to get the read-only state of PDF file is windows explorer preview is ON?
    I'm developing an application where a file is need to be saved as pdf. But, if there is already a pdf file with same name in the specified directory, I wish to overwrite it. And in the overwrite case, read-only files should not be overwritten. If the duplicate(old) file is opened in windows (Win7) explorer preview, it is write protected. So, it should not be overwritten. I tried to get the '
    FILE_ATTRIBUTE_READONLY' using MS API 'GetFileAttributes', but it didn't succeed. How Adobe marks the file as read-only for preview? Do I need to check some other attribute of the file?
    Thanks!

    Divya - I have done it in the past following these documents. Please read it and try it it will work.
    Please read it in the following order since both are a continuation documents for the same purpose (it also contains how to change colors of row dynamically but I didnt do that part I just did the read_only part as your requirement) 
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0625002-596c-2b10-46af-91cb31b71393
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0155eb5-b6ce-2b10-3195-d9704982d69b?quicklink=index&overridelayout=true
    thanks!
    Jason PV

  • What is the max size of a zip file with the JDK1.5 ?

    Hello everybody,
    I'm a french student and for a project, I need to create a zip file, but I don't know in advance the number and the size of files to include in my zip.
    I wish to know if someone have the answer to my question : what is the max size of a zip file with the JDK1.5 ? I believe that with the JDK1.3, the limit size of a zip was about 2Go, wasn't ?
    Thank you for all answer !
    Good day !
    PS : sorry for my very poor english ;-)

    Here is all I have found for the moment :
    ...Okay, what about my suggestion of creating your own 10GB file?
    Try this:import java.io.File;
    import java.io.RandomAccessFile;
    import java.nio.ByteBuffer;
    import java.nio.channels.FileChannel;
    import java.util.Random;
    class Main {
        public static void main(String[] args) {
            long start = System.currentTimeMillis();
            int mbs = 1024;
            writeFile("E:/Temp/data/1GB.dat", mbs);
            long end = System.currentTimeMillis();
            System.out.println("Done writing "+mbs+" MB's to disk in "+
                    ((end-start)/1000)+" seconds.");
        private static void writeFile(String fileName, int numMegaBytes) {
            try {
                int numBytes = numMegaBytes*1024*1024;
                File file = new File(fileName);
                FileChannel rwChannel =
                        new RandomAccessFile(file, "rw").getChannel();
                ByteBuffer buffer = rwChannel.map(
                        FileChannel.MapMode.READ_WRITE, 0, numBytes);
                Random rand = new Random();
                for(int i = 1; i <= numMegaBytes; i++) {
                    for(int j = 1; j <= 1024; j++) {
                        byte[] bytes = new byte[1024];
                        rand.nextBytes(bytes);
                        buffer.put(bytes);
                rwChannel.close();
            } catch(Exception e) {
                e.printStackTrace();
    }On my machine it took me 43 seconds to create a 1GB file, so it shouldn't take too long to create your own 10GB. Then try zipping that file.
    Good luck.

  • How can I display the CREATED date of an acrobat file in Windows Explorer (Win 7)?

    I want to display the Created date is shown in Document Properties in Windows Explorer, here's the field I want to see in Explorer:

    Try this pdf file, the help file from this page:
    https://helpx.adobe.com/acrobat.html
    Download this file and see what you see in Windows Exploer
    http://helpx.adobe.com/en/pdf/acrobat_reference.pdf
    Compare dates on the Internal Acrobat Properties and those displayed in Windows Explorer:
    Here's what Windows Says:

  • What's the best way to create XML file with a schema from a database table?

    Hi,
    I want to create an XML file from a database table (which has over 600 columns) using XML schema (.xsd file). I want to know the best way to do this.
    The output XML file is NOT a direct data dump from the DB table, there�re some logic around it, such as the XML file has some hierarchy with repeating tags.
    I have done this using JAXB by creating Java classes form XML schema, but I don�t want to map 600 DB columns to these Java classes manually, and loop through the record set to create repeating tags.
    I know there are few tools around now like MapForce (Altova), how do people do these now?
    Thanks,
    Chandi

    Can you use a schema when we compose XML doc from Database tables?
    Actually, I'm using SQL Server (sorry, wrong forum). But, I thought a Java tool would have a solution for me.

  • What is the best version of Firefox to use with Windows 7?

    Ever since I've started using Windows 7 I've had issues with Firefox. It randomly crashes or becomes unresponsive, it slows to a crawl, Flash player crashes particularly if I have multiple videos or whatnot open at the same time, it sucks up *way* too much memory for what it's supposed to be doing, so on..Basically it acts like IE used to (not sure if it still does).
    I recently did a fresh format and Windows 7 install and installed Firefox onto it. Literally the first thing the browser did was freeze. I've had similar issues on both Windows 7 Home and Windows 7 Ultimate. On XP things worked fine.
    Reading on the internet I've seen that other people have similar problems. I'm assuming that there is something about Windows 7 that Firefox doesn't like or vice versa.
    I'm wondering if anybody has had any luck hunting down a version of Firefox that wants to play ball. I'm currently using the latest version and it is pretty aggravating.

    Note that there have been (JIT compiler related) crashes reported on Facebook and that a Firefox 18.0.2 version is considered to address this issue.
    If you have submitted crash reports then please post the IDs of one or more crash reports that have this format:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    *You can open the <b>about:crashes</b> page via the location bar, like you open a website.
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter
    See also:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.org/kb/Firefox+crashes

  • Whats the best version of adobe to use with windows 7?

    what is the best version of adobe to use with windows 7?

    Hi eileenkohler,
    Please see System requirements | Acrobat family of products. Both Acrobat X and Acrobat XI are compatible with Windows 7.
    (Other customers have been able to install and use Acrobat 8 and 9 on Windows 7, but that isn't a supported configuration.)
    Best,
    Sara

  • 'Sorry a serious error has occured that requires Adobe Premiere Pro to shut down. We will attempt to save your current project'. What is the solution? (Mac)

    There is an error that says when I am open my project: 'Sorry a serious error has occured that requires Adobe Premiere Pro to shut down. We will attempt to save your current project'. What is the solution? (mac)

    This happens to me all the time too. When I attempt to reopen, it makes a "copy of" my project. This is frustrating and happiness often.

  • Keynote is not responding. I have already worked on my slides for hours, but did not save; suddenly the application stops responding. What's the solution?

    Keynote is not responding. I have already worked on my slides for hours, but did not save; suddenly the application stops responding. What's the solution?

    If you had never saved the file at any time, you have lost your work.
    Go to;  Apple Menu > Force Quit
    Start a new presentation, and from now on, after adding the first object to the slide, save the file.

  • HT1176 I am trying to add my iPhoto library to files to be backed up on time machine. I am told to click on the Options Minus butto, but it is greyed out. What is the solution ?

    I have been trying to add my iPhoto Library to files for time machine backup.
    I was instructed to click on the Options minus button - but it is greyed out and not functional. 
    What is the solution ?
    Your help will be much appreciated.
    Thank you.
    Roberto Kay 

    You can "see" the iPhoto library in Time Machine backups, but you cannot "open" the library or "browse" the contents while you are in Time Machine.
    Apple makes you restore the entire iPhoto library to another destination...like your desktop....if you want to retrieve a few older images that you may have deleted by mistake.
    This is a convoluted mess, but unfortunately, that is the way it is.
    See Pondini's excellent, detailed information on this:
    http://pondini.org/TM/15.html
    You might also want to post in the iPhoto support area to see if the experts over there might have a workaround for you. I cannot find one, but I'm not an iPhoto expert.
    iPhoto

  • What is the solution to an iphone 3g that blanked out?

    what is the solution to an iphone 3g that blanked out?

    VicousD wrote:
    I’m planning to buy an Iphone 4S and not an Ipod Touch.
    But you already have an Ipod Touch for 299euro (32GB) and an Iphone 4S for 649 euro (16 GB) and the 2 produchts are not that different just the fact you can text and make phone calls with your Iphone. I was wondering maybe their were more differences
    From my perspective, it is a bit like asking "what is the difference between a welding torch and a toaster?  They both can make toast?"  Which is true, but only one can weld steel (and in turn is considerably over the top for just making plain toast).
    An iPod Touch and an iPhone may be quite similar in some respects, but at the same time, their differences are drastic, as one can do valuable things that the other is simply incapable of.

  • HDR Pro Merge dialog box does not appear. The layer disappear. What are the solutions?

    HDR Pro Merge dialog box does not appear.
    The layer disappear. What are the solutions?

    Hi Noel,
    Actually, I just checked my scratch disk available space and it says ot is over 1.7 TB!!  I am only using the C drive as my scratch drive, as that is my only drive.  Anyway, I appreciate your help! Still will not function properly.  Maybe I should try reinstalling Photoshop.
    Cheers,
    Russ

  • HT204053 Multiple Apple IDs (2) with Purchases & iTunes Match. Apple TV Purchases. Not happy to have to log in/out to view and enjoy my Purchase Contest. What's the solution?

    Multiple Apple IDs (2) with Purchases & iTunes Match. Apple TV Purchases. Not happy to have to log in/out to view and enjoy my Purchase Contest. What's the solution?

    Hi
    i ran into the same problem. surprisingly though, i am not using multiple apple id and just one mac.
    i did change both the account (apple id) and the computer (from pc to a mac server), but home sharing is on and the apple tv (1) is synced with the new computer.
    i can connect to the itunes store and browse through it (signed in at all times). i cannot purchase any content and cannot play transferred rentals from the computer (apple tv is not authorised...)
    somehow, it seems the apple tv was stuck with a previous id.
    i have just now re-authorised my computer on the account and will give the apple tv another try. i did notice a message during the re-authorisation process. the apple tv is being authorised. this gives me hope.
    in any case, your setup seems to be a dream come through. i decided to phase out my high end multiroom linn kivor system (over 20k back 6y ago) to an itunes based system. apparently you managed to build something.
    i tried an itunes based nas but gave up due to complex operation (and overheating on top) and went for a mac server. i will be using windows clients though.
    most of my content is cd based. can you sync purchased content between pc's? or with a server?

  • Cannot open pictures in Window 8.1...getting message 'the remote procedure call failed". What is the solution?

    cannot open pictures in Window 8.1...getting message 'the remote procedure call failed".  What is the solution?
    I recently bought a new HP computuer and uploaded Window 8.1.  I then transfered photo files from old computer to new computer using a portable storage drive.
    When trying to view the photos, a message pops up showing a file path...and the message 'the remote procedure call failed'.  Photos are in jpeg format.
    Please let me know what I can do to view photos?

    What program you use to view these photos? Choose another app to view these photos
     for a test.
    This issue only occurred when you view photo? What is the result if we connect the
    portable storage drive to other computer (if possible)?
    Run sfc/scannow to check and fix if there are some missing or corrupted system files.
    Check the event viewer to see the detailed information of this issue.
    Regards
    Yolanda
    TechNet Community Support

  • Values are not getting updated in 'stocks App' in my i4 phone.  What is the solution?

    values are not getting updated in 'stocks App' in my i4 phone.  What is the solution?

    you have encountered activation lock.  Read iCloud: Activation Lock

Maybe you are looking for