Security for Advanced Editing Options

I work in a regulated environment and need to remove the ability for all end users to access the TouchUp Text Tool in the Advanced Editing Menu. NOTE WE ARE USING ACROBAT STANDARD V6.0.1.
Can I make a change in the registry to remove this option? Any suggestions are appreciated.

This is provided by a plug-in, not sure which one. You could remove
the plug-in.
Aandi Inston

Similar Messages

  • When downloading Adobe Reader, the Firefox instructions say to look for an "edit option" box. It does not appear and I am stuck.

    I am trying to download Adobe Reader for the new Firefox and it says to look for the "edit options" box. I can not find one and am stuck
    == This happened ==
    Just once or twice
    == I tried to download Adobe Reader

    The instructions on the Adobe site for Firefox are out-of-date and only apply to older versions of Firefox. You have the most current version of Adobe Reader (ver. 9.3.2) shown in your plug-ins. For future reference, use the instructions below for updating or installing Adobe Reader. You can see your version in Tools > Add-ons > Plugins, look for "Adobe PDF Plug-In".
    <u>'''Install/Update Adobe Reader for Firefox'''</u>: your ver. 9.3.2; current ver. 9.3.2
    Check your version here: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Start > Program Files, find and click Adobe Reader to open, click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    -See the images at the bottom left of this post to see the steps to take on the Adobe site
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer.
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]
    Firefox_<u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Update Java'''</u>: your ver. 1.6.0.17; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    (Firefox 3.6 and above requires Java 1.6.0.10 and above; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6 )
    ''(Windows users: Do the manual update; very easy.)''
    Check your version here: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.
    <u>'''Install/Update Adobe Flash Player for _</u>: your ver. 10.0 r42; current ver. 10.1 r53 ('''important security update 2010-06-10''')
    Check your version here: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Flash installer you just downloaded to install/update Adobe Flash
    -when the Flash installation is complete, start Firefox, and test the Flash installation here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version of Flash. To install/update the IE ActiveX Adobe Flash Player, same instructions as above, except use IE to download the ActiveX Flash installer.
    *Also see: http://kb.mozillazine.org/Flash ~~red:'''''AND__''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • Making the form "Unsecured" for advanced editing tools in PDF?

    I have a Comment Card or Customer Satiscation Survey form that I created through Adobe LiveCycle Designer and I need help... I want to use the "Submit By Email" button BUT I don't want it sent back to me in data form... There is a buttons they click for 1-5 satisfaction and a comment area at the bottom of the form but I want the full form back, not the xml data...
    So my plan was to use the Advanced Editing under the Tools tab on Adobe Acrobat Professional... Then use the Link Tool I believe it is to put a mask over top of the "Submit By Email" button and have it send me back the form filled out... I haven't tested this theory yet because the form is "Secured" while in PDF and I don't know how I can get my idea to work...
    Can anyone help?

    Hi,
    I suspect that the form is "secured" when viewed in Acrobat becuase you have set an open-password for when the formed is opened in LC Designer. This applies security to the form (which also prevents a user from printing to PDF).
    Even if the form does not have the security, you will not be able to use AcroForm tools on an LC Designer form. They are different animals!
    There is a solution, which is in plenty of posts to the forum. If you use a standard "button" instead of a "submit by email" button, you can have JavaScript in the click event which would look something like this:
    var vEmail = "[email protected]";
    var vSubject = "Customer Comments";
    var vBody = "Put some nice customer focused text in here and it will appear in the body of the email for the customer.";
    event.target.submitForm({cURL:"mailto: "+ vEmail +"?subject=" + vSubject +"&body=" + vBody, cSubmitAs:"PDF",cCharset:"utf-8"});
    The submit as PDF command will ensure you get the form and not just the XML.
    When developing in LC, it is best to do all of the scripting in LC, rather than trying to adapt parts of it in Acrobat (imho)  ;-)
    Good luck,
    Niall

  • Need to know maximum log size for advanced debugging option in Win 7

    We need to enable advanced debug logging for net logon service on all of our Windows 7 pcs to troubleshoot a major issue at our company.  I need to prove to management that when done so, the logs will never have runaway uncontrollable growth that completely
    fills up the users hard drive.  I have been told from Microsoft that they will never grow above 20mb and will continuously overwrite itself while running.
    Is there a (preferably) a technet doc out there or some other Microsoft doc I can use to prove this is how it will work?  I searched on Techet and other spots online and all it talks about is doing this on our domain controllers (which we already have
    running and are not logging for assistance with.
    Thanks!!

    Hello net1994,
    We could set the maximum log file size in Local Group Policy Editor.
    Please go to Computer Configuration\Administrative Templates\System\Net Logon\Specify maximum log file size
    For more information, please refer to the following blog.
    Quick Reference: Troubleshooting Netlogon Error Codes
    http://blogs.technet.com/b/askpfeplat/archive/2013/01/28/quick-reference-troubleshooting-netlogon-error-codes.aspx
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Where can I find the editing options in iMovie?

    I think I may have hit the 'x' for the editing options (transitions, title pages, etc) but I can't figure out how to get them back. I have looked at all options in the menu, and I have shut down iMovie and reopened it, expecting it to be back to the way it was. Anyone know how I can get the options back? I use iMovie a lot to edit videos for my sign language classes and I really need the editing options.

    in the upper left, right under the 3 red/yellow/green balls there's the word 'hide' ... which is a  button
    ( at last in actual iM vers 10) ...

  • OWB Paris, 10k$/CPU for Enterpr. ETL and 15k$/ CPU for Data Quality option

    Hi,
    I just heard that the licensing model changed completely with OWB 10g R2 (Paris).
    As far as I get informed Warehouse Builder is now shipped as part of the database and for each Database (development, test, production...) you have to license the required option.
    The 2 main options are the:
    -Enterprise ETL Option which costs 10'000$ pro CPU
    -Data Quality Option which costs 15'000$ pro CPU
    This means that from now on you pay for OWB with the the Enterprise ETL and Data Quality Option as much as 50% of what you already pay for the EE DB license with the partitioning option.
    So what's your opinion to this new licensing model?
    Regards
    Maurice

    Hi Maurice. It seems like Oracle is trying to reduce number of licenses with the OLAP option, since it should be possible to have both OLTP and OLAP systems in the very same instance.
    In the other hand, Oracle seems to want more money for "advanced ETL options", such as scheduling, metadata management, bla bla bla...
    But those "advanced" functions seems to me as something every ETL tool should provide. For free...

  • Do not find "edit options" button to start adobe update process - where is it?

    AM TRYING TO UPDATE ADOBE AS SUGGESTED - THE FIRST INSTRUCTION IS FOR AN "EDIT OPTIONS" BUTTON, BUT I DO NOT FIND THAT BUTTON ON ANY PAGE - WHERE IS IT?

    Ignore those instructions.
    If you are trying to install Adobe Reader, you only have to download the setup file, then run it to install Adobe Reader. A direct link for the setup file for the Windows version of Adobe Reader 9.3.4 is http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.3.4/enu/AdbeRdr934_en_US.exe
    If you are trying to install Adobe Flash, I find it easier to use the manual installers. For detail see the Adobe troubleshooting article - http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

  • "Block EDIT option*" for all WEBI Reports with Administrator Account

    Hi,
    I had opening CMC with Administrator Account.Due to some reasons i want to "Block EDIT option" for all WEBI Reports.Just Viewing is sufficient.In the same way for Universe"Blocking EDIT object option".Instead of Administrator guide reference (chap no 18 &19)option.Could you help in steps resolving issue.Thanks in advance.
    Regards,
    Swapna.

    Hi Swapna,
    You could perform the following steps:
    1. Login to CMC.
    2. Go to Folders >> Manage >> Top Level Security
    3. Click on Add Principal and add the user or group for which you have to set the security.
    4. Click on assign Security >> Advanced tab >> Add/Remove Rights.
    5. Select Content >> Web Intelligence Report
    6. assignt "Edit Object" right as denied and click on apply ok.
    This would help you to block edit option for only webi reports and all the webi reports in your environment.
    Regards,
    Nakul

  • How to disable an "open for editing" option in word/excel viewers

    Hi All.  It's my first post on here so please be gentle! ;-)
    We have a situation on an RDS server whereby the majority of the users simply need Excel Viewer to review reports generated from an application, with only a very small number of users that actually need to amend and save these reports within Excel 2013 i.e.
    a version of Excel that we need a license for.
    There is an option within Excel Viewer that says "Open for editing" and unfortunately, because we also have Excel installed on the server this allows them to launch the Excel 2013 application i.e. full-blown Excel.
    Is there a way that I can disable this menu item, or can anyone suggest a way that I can stop users from launching Excel 2013?  I suspect that I can use AppLocker to prevent them calling on the excel.exe, but I was rather hoping that there was a more
    elegant way i.e. to simply disable the menu item in Excel Viewer.
    Any help / suggestions would be greatly appreciated.

    It may be difficult for us to disable the "Open for Editing" option in Excel Viewer. 
    If you want to allow only view access to certain files, you should consider controlling access to the file location with network security. Grant the "view only" users with Read-only permission to access the document file location.

  • I cannot access the PRIVACY menu from the Tools-Options menu to make changes to cookies and history. I can access every other menu on that page (General, Tabs, Content, Applications, Security, and Advanced. But Not PRIVACY. Please help.

    I need to reset/change/clear my cookies, probably clear my cache, and change my history preferences. When I use the Tools-Options choice to bring up the appropriate menu (General, Tabs, Content, Applications, Privacy, Security,and Advanced) all allow me access to make changes (or not), the PRIVACY tab does not open up. It does no allow access to any info contained there in. It is like it doesn't exist or isn't even there. Also, in the Tools menu on the Firefox toolbar, both "Stop Private Browsing" and "Clear Recent History" are grayed out. What gives? Thank you for your help.

    This can be caused by in incompatible/malfunctioning add-on. To test if this is the case follow the procedure in the [[troubleshooting extensions and themes]] article.

  • No options for advanced tools in iMovie 10.0.3

    When i go into preferences to turn on the advanced tools in imovie, i only get a slow motion, and a option for icloud loading. Any
    idea whats wrong? i have looked online for answers, but have found nothing. Does this version not have the the option for Green
    screen, side by side, etc.?

    The "advanced setting" option no longer exists in iMovie 10.0.0.  Everything is already either in a tab or layed out in front of you.
    In order to access most of your editing functions such as green screen and side by side, you may find them under the option located close to the top right hand corner of iMovie called "Adjust" which will put down a drop down menu of edits that my be done.
    For further information be sure to check out my personally video tutorial on this: https://www.youtube.com/watch?v=SkLpsYkDvIU

  • Options gone for select,edit, and print under HP Smart Web banner since HP dialed in to fix crash

    The buttons are gone for selecting, editing, and printing under my HP Smart Web since HP dialed in and fixed another problem.  I have uninstalled and reinstalled the software but still no luck.  All that shows up is the "HP Smart Web Printing" banner with the X to exit; that's it, no options listed below.  My computer has completely crashed twice since I started using it 1/4/10.  The second time the person dialed in and changed the bios and a few things in msconfig but I don't see anything there that would cause the smart web printing.  HELP.  Am I missing something really silly since I am a new user of HP Smart Print?
    Thank you in advance if you can help!
    ^j^Put behind you the troubles of yesterday, today's a new day full of blessings.
    ^j^May you and your loved ones be blessed with peace, love, joy,and health now and forever.
    ^j^Put behind you the troubles of yesterday, today's a new day full of blessings.
    ^j^May you and your loved ones be blessed with peace, love, joy,and health now and forever.
    ^j^Carrie

    I am REALLY annoyed to read this post. I have spent a lot of time to try and fix my computer (which I don't have with 5 kids...not your problem I know and NOT the point). It should NOT be this hard to update and fix a product. I DON'T WANT the Bing bar...and am feeling like I am being forced to accept it to make my puter run correctly because it is supported by HP. What....kind of service is THAT???????? I hope that someone from HP....admin or whatever...reads this. I am "madder" than mad. I have had HP products for years with few problems...and all of which I could find a solution for. This is unacceptable...and I hope someone listens. I don't know if I can trust HP again....when it won't even use the browser most use without problems. Sorry to the rest of the "forum" for venting...but I can't get help...am frustrated...find this out now...and it is nothing personal.

  • ICloud has my old Apple ID and is prompting for a password, but I want to put in the new id, I can't because it is grey and there is no edit option.  I'm prompted for a password to an account that doesn't exist

    iCloud has my old Apple ID and is prompting for a password, but I want to put in the new id, I can't because it is grey and there is no edit option.  I'm prompted for a password to an account that doesn't exist.  Anyone know what I can do to fix this or why this is happening.?  I had no issue putting in my new Apple ID everywhere else, I could sign out of the old and inactive account and then sign back in using my new and proper one.  However, after the update to 7.3 it did a whole welcome to yr iPad and a set up thing and it went to set up iCloud and had my old Apple ID in grey where I can't change or edit it, it wants the password, when I put in the old password, it say yr Apple ID is incorrect but yet it won't let me change it??????? Anyone???

    Sign out and back into your apple id from Settings>iTunes and App stores>(Your apple ID)>Sign Out and then sign in again with the new address. Close app store from running in the background (or restart the phone if your unsure how to do this). If when trying to update any apps they are still asking for the old apple ID, delete and re-install those apps.

  • HT5312 I want to change my security questions, but the option" forgot your answers? send reset security info email to" doesen show even if I answer mor than 3 questions, it's bloked for 8 hours

    I want to change my security questions, but the option" forgot your answers? send reset security info email to" doesen't show, and after I answer 3 wrong questions, it's bloked for 8 hours, how can I change the answer to this questions If the link doesen show on the aplle wb page?

    The 'send reset info' only shows if you have a rescue email address (which is not the same thing as an alternate email address) set up on your account. If it's not showing then that implies that you haven't got one on your account, and you won't be able to add one until you can answer 2 of your security questions - in which case  see if the instructions on this user tip helps you get the questions reset : https://discussions.apple.com/docs/DOC-4551

  • Edit option not enabled for workflow content from within Content Presenter in Webcenter Spaces

    I have a webcenter spaces portal page with a content presenter displaying a html page using the default out of the box template. The html page is located in webcenter content / UCM under a folder on which the " All Reviewer" seeded workflow is enabled. The issue i am seeing is when the file is in workflow the edit option is not being enabled even though the reviewer should be able to edit/approve the content in this step. The other functions like workflow approve or reject and switching between workflow version and published version are all enabled. Also when rejected the content does not show edit option from the content presenter (cntrl-C option) for the original author to make any updates.
    What would need to be done to enable editing from within the content presenter for workflow content?
    Thanks for your help

    Hi Sreedhar
    We are using WCP 11.1.1.8.5
    To recreate the issue
    1)  Login to WCC Portal: Spaces as admin user , create a New Page under a webcenter spaces portal
    2)  Under the space , Pages Section , select the page and click edit
    3) In Design mode , choose Content Management and Add Document Explorer and Add Content Presenter on the page
    4)  The Document Explorer will default to the Current Space/portal directory under MyWebcenterSpaces in UCM
    5) Create a directory "content" under the Portal space using the document explorer.
    6) Right Click on Content folder and choose details. In Details view , go to File->workflow settings and pick a seeded workflow -> MyWCSAllReviewer. Add a user as workflow approver
    7) After workflow is enabled on this folder upload a basic html page with simple text into this folder
    8) Now in the design mode choose edit in the content presenter and select the "single content view" with default template to display an Image or HTML. Click browse and select the html that was added to workflow
    9) Save the Page and view the portal. Workflow should now be enabled for any content changes to that html page.
    10) Click Cntrl-shift-c in portal/space as an authenticated user with edit access to content and make an edit to content , this will trigger worklow . The author currently will see edit option get disabled once content enters workflow
    11)  Login as approver to the portal and cntrl-shift-C to the portal and workflow options(approve and reject) are enabled but the edit option is not. If you reject content , the author should be able to edit content in the content presenter mode, this also is not available. The issue is the content is now no longer available for editing from wthin content presenter if it is in workflow to either the approver or the original author depending on workflow step. If you check the same content under the document explorer the option to edit is enabled. Is this a bug /issue with content Presenter or some option needs enabled?

Maybe you are looking for