Disable Comments and Save-Function

Hello,
is it possible to disable the Comment Function in Adobe Reader X. Furthermore with some Documents we can use the Save-Dialog and the original PDF is overwritten but we want to save the file as "Copy of" Documentname. In Version 9.4 this wasn`t a problem. We can`t find any Options in the Customization Utility. Hope you can help us. Thank you.

There is nothing you can do via the C# APIs to disable these buttons.

Similar Messages

  • SharePoint 2013 How to disable Drag and Drop Functionality

    Hi,
    In SharePoint 2013 in document library we have default behavior of drag and drop documents in document library. How to disable drag and drop documents in document library?

    Hi,
         As a work around, you can edit the Drag and Drop js as to remove the drag and drop functionality, edit the document library page (default
    page) place the content editor web part on top of the library include the modified Drag and Drop js file in the content editor web part, Please save the Drag and Drop js file to other location (probably Site Assets library etc).
    Hope it helps!!!  
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. Thanks, Ajeet

  • Disable copy and paste function in jtextfield

    I wish to disable the copy and paste function (CTRL+C and CTRL+V) of the data in the jtextfield... anybody can help?

    I think you can add a KeyListener to listen to those keys and when you get such an input just do nothing. Not tested though.

  • Search, Edit and Save functionality

    Hello,
    We are looking for following functionality. Not sure if this is possible in ocs but other document management products has this functionality.
    We want to search for files using the search screen in UI. We want ato allow users to open the document from search results, edit and save it then and there.
    Is this possible? If not what is the user process for doing this currently?
    please help.

    please help

  • Firefox does not open with the tabs I had open when I use the quit and save function. Firefox opens with my home page only. how to fix?

    When I use the "Save and Quit" function it has no effect. The next time I open Firefox it goes to my home page only.
    == This happened ==
    Every time Firefox opened
    == 3 days ago

    This is not a solution, nor a work-around. The only thing this points out is where the problem lies. Settings are meant to be used in all sessions, barring exceptions and the fact that Firefox asks if you'd rather SAVE and then quit, makes it an exception. The user has elected to skip the clear browsing history step.
    However, if the settings are permanently changed as you suggest, then the history will always be remembered for eternity when Firefox is closed. You then have to manually clear your history first at every session before closing.
    Older versions of Firefox never behaved in such manner and recognized that the Save and Quit superseded the setting to Clear History.

  • Disable Print and Save button in tooldbar in AxAcroPDFLib.AxAcroPDF

    Hi,
    I am using AxAcroPDFLib.AxAcroPDF  to display pdf files in my C# winform application.
    I have a requirement now that for some documents alone i should disable the print and save button in the toolbar of my AxAcroPDFLib.AxAcroPDF window.
    I need the rest of the buttons in the toolbar to be working.
    Can someone please tell me how to disable these buttons in my c# code. What property i hsould set to my AxAcroPDFLib.AxAcroPDF object to make this happen.
    Hoping to get an answer soon.
    Thanks and Regards,
    Dinesh.N

    There is nothing you can do via the C# APIs to disable these buttons.

  • Software to disable usb and burning function

    did anyone knows software / application for disable usb and burning (write data to cd ) function.
    i ask some support like tinkertool and tweak freak, but the answers said there are no software to disable the usb and burning, what do you think ??
    regards,

    Well, if you really want disable the user's ability then there are still multiple options.
    You could simply lock the computer, as explained here (still applicable, do note the feedback on the article about the usage of user32.dll):
    http://blogs.technet.com/b/deploymentguys/archive/2008/10/01/back-to-basics-1-locking-the-computer-during-deployment.aspx
    You could do exactly what you want, as explained here:
    http://thedecoderwheel.com/2011/03/12/disable-mouse-and-keyboard-during-deployment-success/
    Do note that either situation should be tested carefully before used!
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Comment and Highlight functionality?

    Hi all,
    i miss the highlight and comment functionality.
    Feature requests:
    - View comments
    - Add comments
    - Highlight text
         - Highlight text with various colors
    - Print (already saw you are working on it)
    Currently comments in the Microsoft Reader are shown in a small window where you have to scroll.
    It would be great if comments in Adobe Reader would be shown in a bigger size or if you are in landscape mode display it at the right or left side.
    Looking forward to several great Windows 8 UX apps from Adobe
    cheers
    Norm

    Thanks for the suggestions. These are all very popular requests, and are right at the top of our list. The team is going to be very busy for the next few months!

  • Load and save difficulties.

    I am new to java and do not understand how the load and save functions work.
    I have the following code and would like the load function to open selected files into text area 1 and the save function to save the contents of text area 2.
    Can anyone help me with thuis please?
    //Adding text field one
              TextArea ta1 = new TextArea(15,20);
              textPanel = new JPanel();
              textPanel.setLayout(new GridLayout(1,1) );
              textPanel.setBorder(titled);
              textPanel.add(ta1);
              container.add(textPanel, BorderLayout.NORTH);
              //Adding text field two
              TextArea ta2 = new TextArea();
              textPanel = new JPanel();
              textPanel.setLayout (new GridLayout(1,1));
              textPanel.setBorder(titled2);
              textPanel.add(ta2);
              container.add(textPanel, BorderLayout.CENTER);
              //setting the window requirements 800, 600
              setSize(800, 600);
              setVisible(true);
              setResizable(false);
              Load.addActionListener( new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        final JFileChooser fc = new JFileChooser();
                        int returnVal = fc.showOpenDialog(fc);
              Save.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        final JFileChooser fc = new JFileChooser();
                        int returnVal = fc.showSaveDialog(fc);
         });

    Example:
    // Your code
      Load.addActionListener( new ActionListener() {
        public void actionPerformed(ActionEvent e) {
          File file = getFile('o');
    //      final JFileChooser fc = new JFileChooser();
    //      int returnVal = fc.showOpenDialog(fc);
    // end your code
      File getFile(char fcType) {
        int returnVal = 0;
        File file = null;
        JFileChooser fc = new JFileChooser();
        if ( fcType == 'o' )
          returnVal = fc.showOpenDialog(fc);
        else
          returnVal = fc.showSaveDialog(fc);
        if (returnVal == JFileChooser.APPROVE_OPTION) {
          try {
            file=fc.getSelectedFile();
          } catch (IOException e) {
            // show exception or handle it
        return( file );
      }

  • How to Disable Save and Save a Copy functions in a PDF file

    I would like to know how to disable the Save and Save a Copy functions. I have a client that does not want the ability to save for there customers. I also need to make sure that it can not be changed by there customer. 
    Any suggestions would be greatly helpful.
    Thanks
    Andrew

    Once the PDF is viewed on a machine it is already saved there. That is why it is not possible. The only option is to not allow folks to have the PDF at all. You can disable the ability to copy information from the PDF or use SAVE as to put it in a different form without the security. Those are the security features that are available, but with the caveat that many 3rd party products ignore the PDF security and thus your efforts are not warrented if you want true security. The only way to get full security is through a fancy online (and costly) solution.

  • Tiff Viewer which disables print, copy and save TIFF file

    I am looking TIFF Viewer solution which woul disable any print, save and copy functions for a TIFF file. Thisfunctionality is available for PDF but I need to disable print, copy and save for TIFF files.
    Would anyone know a TIFF viewer or solution that supports the following functions:
    1)      TIFF viewer where we can turn off any options to print the TIFF file or save it to disk.  That would include disabling any options where the user could right click on the TIFF and save the file somewhere else.
    2)      It would need to be able to open multi-page TIFFs. 
    3)      It would be nice if the TIFF viewer could be run on both Mac and Windows platforms.
    I need to send files to users for view only, and these should be in TIFF fomat, not converted into a PDF.
    Thank you for your help.
    Regards,
    Sapna

    The same answer applies to any kind of file.
    You need a Digital Rights Management solution. Very expensive.

  • How do i disable iMessage from my mac, i have looked at other comments and there is no option to disable it when messages are open

    how do i disable iMessage from my mac, i have looked at other comments and there is no option to disable it when messages are open

    Solution may be found if you search in the "More Like This" section over in the right column.

  • The save and quit function doesn't work in firefox 4

    The quit and save button on exit doesn't come up. I always liked that function.

    There were some changes in Firefox 4 default settings for some of the warning messages. You can set this hidden pref to what you want, to give the warning when closing multiple Tabs. <br />
    # Type '''about:config''' into the location bar and press enter
    # ''If you see the warning about accessing those prefs, you can confirm that you want to access that page.''
    # Type '''browser.tabs.warnOnClose''' in the '''Filter''' line at the top, and that pref will appear. If its value is set to '''false''', double-click on it to change its value to '''true'''.
    # Then restart Firefox.
    You can repeat that for these 3 preferences - '''browser.warnOnQuit''', '''browser.warnOnRestart''' and '''browser.showQuitWarning''', if you want to change those too.

  • I can edit on Premiere Pro 6 files, but after a dozen keystrokes, the space bar and cursor keys stop working while the save function works

    I can edit on Premiere Pro 6 files, but after a dozen keystrokes, the space bar and cursor keys stop working while the save function, render workspace function, export file are still operational. How can I fix it so I may complete my assignment?
    Besides DaVinci Resolve, Adobe Creative Suite 6 is the only software on the machine. I am using Windows 7 Professional 64-bit Operating System on AMD FX 6100 six-Core Processor at 3.31gHz and 32 GB RAM memory. There are two SLI-bridged GTX680 NVidia cards.
    The software was very stable for the last six months, working with 720P proxy files from 2.5K masters (Blackmagic Design Camera). I am working on a feature-length project that exceeds 1000 edits. I have broken the file into 2 one hour segments.
    I have deactivated the software before reinstalling the entire OS from scratch. PP6 was very stable for 48 hours. Then the freezing space bar returns. After a dozen strokes into the project, same problem.  I have made cache files store next to originals, I have deleted preview files if they were corrupted and causing instability. Am I missing something?
    I have Microsoft Security Essentials for virus protection. I double checked the memory for damage/defect. Nothing says that the motherboard or other components are damaged.
    I am in film competition overseas and need to have deliverables in less than a month's time.  I lost the last two weeks troubleshooting and this crisis came at an inopportune moment of the project.
    Any assistance would be greatly appreciated.

    Still getting software freezes but found a way to mitigate for the mean time.
    Upon launching Adobe Premiere Pro, hit CTRL-ALT-DEL to launch TaskManager as well.
    You will want to highlight Adobe QT32 Server.exe
    Right click and select "End Process Tree"
    You will get considerable stability in the program, long enough to get timing of cuts done. Be sure to save often.
    If the program freezes, do not hit Save. You definitely want to avoid saving the corruption into your TimeLine
    CTRL-ALT-DEL to relaunch the TaskManager and highlight Adobe Premiere Pro.exe
    Right-click to "End Process"
    No need to reboot the whole system; just launch Premiere Pro again and continue with the session. Note that your work reverted to Last Save.
    Hope this helps until the bug is fixed.

  • How to disable Save and SaveAs Button in Adobe Reader ??

    I am having Dynamic XML Form (XFA based) designed on LC Designer ES2
    I Want to disable Save and SaveAs button  whenever it would be opened in Adobe Reader only.
    Other way around, i want to provide only facility to save form programmatically through Javascript to apply validation.
    Plz help
    Thnx in advance..!!

    I can apply folder level java script ...But How to handle this way on CLIENT SIDE..???

Maybe you are looking for

  • Photosmart 6520 not printing

    I have a Photosmart 6520 printer that gives me an error message when I try to print something from online from my HP Chromebook. This problem began a few weeks ago, before that time, I was able to print. The error message I get on the google cloud pr

  • Batch job with user name

    Hi, Is it possible to create a batch job with another user name using JOB_OPEN? and what is the use of JOB_GROUP option?? Thx in advance. PRa

  • To display a text on the right hand corner of an ALV list in SAP

    Hi All, I need to display a text on the right most corner of the ALV list output where there are some details present at the top of the list. I tried using the statement   CONCATENATE space space space space space space space space space space       

  • Trying to look up a JMS Connection Factory in WebLogic 10.3.3

    Actually I'm just trying to get started with JMS and the new version of B2B integrated into weblogic. I can't even get the lookup to the connection factory to work. Properties env = new Properties( ); env.put(Context.SECURITY_PRINCIPAL, "weblogic");

  • The Revenue distribution account is not showing the updated value

    Hi dear I have updated the Revenue distribution Account for the Debit Memo transaction type in AR. But when i am entering a new DM transaction using Trasactions window, the Revenue Account is still showing the old value. Even i have created a new mem