Disable Workbook Save option in favourites through authorization

Hi All,
We would like to disable Workbook Save option in favourites through authorization.
Please help us to achieve this.
Thanks and Regards
Binayak

rasa wrote:
I too hate :-)
But it is a client reqment.
I am not using itext or pdfwriter calss. as i told i am just reading the file and just showing the user through a servlet. But still let me try the options which you have givenThe base Java libraries can't do what you want. As Saish indicated either the Adobe or iText libraries will be needed. Adobe doesn't sell their libraries separately - you'd have to purchase their giant application server to use it.

Similar Messages

  • HOW TO DISABLE THE SAVEAS OPTION OF A BROWSER?

    Hi all,
    Nice to be back again folks.....
    Well I need to develop an Applet (perhaps even a swing) which when loaded by any browser would disable the SaveAs option of the browser's File menu.
    I tried using the Frame class of java.awt package, the code is:
    import java.awt.*;
    import java.applet.*;
    public class WinAppl extends Applet
    int mc;
    String str="NO OF MENUS: ";
    Font fnt=new Font("Arial",Font.BOLD,12);
    MenuBar mb;
    Frame frame=new Frame("SNODX");
    Window window;
    public void init()
    frame.setBackground(Color.red);
    frame.setForeground(Color.black);
    this.setFont(fnt);
    mb=frame.getMenuBar();
    if(mb!=null)
    mc=mb.getMenuCount();
    str+=mc;
    else
    str+="ZERO";
    public void paint(Graphics g)
    g.drawString(str,50,50);
    but when this applet is loaded ALL the menus of the browser disappear .i.e when this frame applet is loaded by the browser only the title bar of the browser and a red colored window appear, no menus. I dont want all the menus to be hidden, just the SaveAs option of Browser's File Menu to be disabled.
    Thanks in advance.
    True to my nature I am posting this question in some of the other Java forums as well. And as usual sorry for the multiple postings.
    snodx

    Applets usually have absolutely no control over the browser they are running in (with the exception of loading other web pages and other very high level stuff). You won't be able to write an applet that disables entries in the menu bar. And even if you could it wouldn't really help you because most browsers write everything they download to disc (to the cache) where it can be recovered by anybode.
    Last but not least: there are lots of tools for mirroring web sites that will allow users to download and save anything that is accessible for browsers.
    However, you may be able to disable the menu bar and perhaps even change entries in some browsers like ie by activeX controls or javascript. Still this is not a very friendly way for a website to behave...

  • Disable the save option in axAcroPDF1 control in c# winforms

    In my c# winform application i want
    to display pdf in axAcroPDF1 control.I am able to do that.But i dont want the save option.Any body knows how to disble the save option in axAcroPDF1 control...????

    Nothing can be done with this issue.

  • Disable Save option in Forms 6i

    Hello,
    I am building a custom form which has couple of windows, if one of the window is open i want to disable the save option,
    please let me know where i need to put the code.
    Thanks,
    Srikanth

    write trigger on FORM level KEY-COMMIT and write code this
    null;Baig
    [My Oracle Blog|http://baigsorcl.blogspot.com/]

  • Workbooks : Save as  and Save

    Hi,
    we have read a lot of message about workbooks authorizations and how to allow users to save in their favorites. Also we have found differents message where some collegues try to avoid users to save workbooks, not in a role neither in their favorites.
    In this topics the solution provided is to modify the workbooks object type as not modificable in the connection transport, that will not allow to users that has not SAP_ALL authorization create new workbooks and we have two differents types of user.
    I will try to explain our scenario:
    We have 3 types of users:
    -- Keyuser:    Users which can create queries, and workbooks and save it in a shared folder
    -- Enduser:    Users which can create workbooks and save only in their favorites, not in the shared folder.
    -- Basicuser: Users should only execute the workbooks from the shared folder.
    We have created one specific role for each type of user and one role with the folders where the users can share the reports.
    For the Basicuser we have created a role with the next authorizations:
       - S_RFC --> ACTVT = 16 ; RFC_NAME =  *; RFC_TYPE = FUGR
       - S_RS_AUTH -->  BIAUTH = 0BI_ALL
       - S_RS_COMP --> ACTVT = 16 ; RSINFOAREA = ZLO_14* ; RSINFOCUBE = * ; RSZCOMPID = * ;RSZCOMPTP = *
       - S_RS_COMP1 --> ACTVT = 16 ; RSZCOMPID = * ;RSZCOMPTP = * ; RSZOWNER = *
       - S_RS_FOLD --> SUP_FOLDER = 'X'.
       - S_RS_PARAM --> ACTVT = * ; PARAMNM = *
    In the role with the shared folder ZBI_SHARED_FOLDER the authorizations are:
       - S_TCODE   --> TCD = RRMX
       - S_USER_AGR --> ACTVT = 03 ; ACT_GROUP =  ZBI_SHARED_FOLDER
    As far as I have understand the authorizations that user should not be allowed to save any workbook at his favorites. But the user can save workbooks and also view, and create folder in the favorites.
    Please has some one avoid that type of users to save any workbook by authorization whithout change the changeability of the object workbooks.
    Our system  version is SAP NetWeaver BI 7.0
    I will apreciate any help, we have go live in one week.
    Many thanks in advanced.
    Maria

    Hi,
    we have openned a message to sap and the answer is that there is no way to avoid users save in their favourites by authorization.
    Thanks.
    Best Regards,
    Maria

  • Save option disabled in Reader 7 when another user works on the same PDF

    Hi, I'm a first time user of Acrobat Pro 8.1 and 9. I'm creating PDF forms. When I open the forms in Reader 7 and work on them, I can directly save it, I do not have to do 'Save as'. However, when I copy this document on another machine, open it in Reader 7 and make changes, the 'save' option is disabled, whereas, I can do a 'Save as'.
    My client does not want to do a "Save as'. They want to modify the original document and just click 'save'.
    I would like to know if this is an internal feature of Reader 7. Please provide a solution, if any
    P.S: I'm enabling usage rights in Acrobat Professional, still the Save option is not available in machines which don't have Acrobat Professional.

    The document can be copied on another machine in two ways:
    1. The document can be sent by mail and copied to the recipients local drive.
    2. It can be placed on a share drive and copied on another machine.
    I am enabling rights through Advanced> Enable usage rights in Acrobat Professional 8.1. Do I need the Adobe Livecycle Reader extension software as well to enable local save in Reader 7?
    Please provide me a solution.

  • In Listcube tcode User specific Option disable for Save as Layout

    In Listcube tcode User specific Option disable for Save as Layout

    Yes...
    We want to disable global setting option...
    So we remove the s_alv_layo AUTHORIZATION OBJECT. It removes saving layout option from Listcube
    Do you know how we can disable Default setting option and enable user specific option?

  • How can I Hide(not Disable) the Save As and Exit options in the File menu of Excel Documents in SharePoint 2013?

    Hi,
    I want to hide(not disable) the "Save As" and "Exit" options in the File Menu of Excel Documents in SharePoint 2013.When I make changes in the excelribbon.css file of xlviewer.aspx,all the options under File menu are getting hidden but
    I want to hide only these two options while retaining the others.
    Kindly suggest me a method to achieve this.
    Looking forward to your reply at the earliest.
    Thanks in advance.
    Regards,
    Sanjana

    Hi Sanjana,
    To hide the “Save As” and “Exit” options in xlviewer.aspx page in SharePoint, I recommend to use the code below(however it is not recommended):
    <style>
    div.cui-menusection li.cui-menusection-items:nth-child(2)
    display:none !important;
    div#m_excelWebRenderer_ewaCtl_menuJewelSaveAs{
    display:none !important;
    div#m_excelWebRenderer_ewaCtl_msJewelSecondary{
    display:none !important;
    </style>
    As “:nth-child()” selector is supported in IE 9 and later versions, please use IE 9 or later versions’ IE browser.
    http://www.w3schools.com/cssref/sel_nth-child.asp
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to disable save option from adobe toolbar in Acrobat Reader

    We need to disable Save option from Acrobat Reader plugin in Internet Explorer 8/9/10 version.
    Acrobat version is X.
    Is it possible to disable Save ( Floppy Disk) icon?
    We have disabled printing and copying.
    Please help

    You are, I'm afraid, chasing an impossible security that cannot exist. Many have sought this, but it just isn't there -- and there is so much more than the save button involved.
    If you are a big enterprise with sensitive information consider DRM solutions ($$$$+).

  • Is there anyway to suppress or disable the save as jpeg options dialog box on individiual images/pic

    Is there anyway to suppress or disable the save as jpeg options dialog box on individiual images/pictures?

    UI dialogs are an application setting, not a file property. Selectively suppressing them on a per-file basis is not possible, but you can of course create an action and suppress the dialogs...
    Mylenium

  • Can I disable save option in my video player on my website

    my website is video based, can I disable the save and save as option in my embedded player so my clients will not steal my videos?

    Here download this free program:
    http://www.qtbridge.com/pageot/pageot.html
    Pageot will build the code for you...it will if you like, build the html page with code and all...

  • How to Disable save, saveas option when oprning a file in browser

    hi,
    experts,
    i have a problem when i am viewing a uploaded file in my browser i don't want save , saveas option of word and pdf documents.,
    Please help me as soon as posible.

    hi,
    experts,
    i have a problem when i am viewing a uploaded file in
    my browser i don't want save , saveas option of word
    and pdf documents.,
    Please help me as soon as posible.And what exactly does your question have to do with the purpose of this forum?
    Ask in the right place and you might get an answer, in this case a forum specific to your browser (which you don't even mention, I'm pretty certain that every browser has a different way of doing things like that if they do it at all).

  • How to disable the Save button For a pdf?

    Hi,
    I have a requirement that when you open the livecycle developed pdf, the Save option available in the toolbar (Save As icon) and File menu of the Reader should be disabled. A button will be provided in the form separately to provide the Save functionality. Can anybody help me reg. this? Is there any setting available for this in Adobe Pro or any other tool?
    Regards,
    Maria

    It's not really difficult to disable the save button. But it depends on the context from where you want to delete it. even if you disable the save button the user has the option to print screen and create a fresh pdf. So your question has some philosophical aspects to deal with. Please mail me at [email protected] incase of further quries. I've understood your problem and have got a solution but it's not somewhat legitimate to do. I can share it with you through email.

  • Alv report save option

    hi experts,
    I have an executable program which displays alv output, my requirement is after the output is displayed in ultilities tab(drop down) we have saving option which is generally disabled.
    how to make this enabled?
    regards,
    jayant

    I guess you are talking about saving variants, aren't you?
    For this you should use
    data: ls_variant type  disvariant.
    ls_variant-report = sy-repid.
    l_variant-variant = 'SOME_SAVED_VARIANT'.
    CALL METHOD gr_alvgrid->set_table_for_first_display
       EXPORTING
          i_save = 'A'   "this will enable save option
          is_variant = ls_variant  "this will set default variant in layout
    Regards
    Marcin

  • Getting prompted to Save As when using Save option

    We would like to deploy Reader XI with Protected Mode enabled. We have noticed that when using the Save option the user receives a prompt to Save As instead. I understand this is a security feature to basically grant Reader/Acrobat permission to save to this location.
    Issue is that we have in house software that opens the PDF using Reader allowing the user to make markups and then save, but if the user saves the file to a different location this will cause the in house software to fail. Older version of Reader with Protected Mode disabled allows just the save to be used and the original file location to be preserved.
    Is there anyway to white list this Directory so that Reader can save to it without a Save As prompt?
    Only fix I know of currently is to disable Protected Mode but we would like to avoid that if possible
    Thanks

    There is a notation in the documentation that may be relevant.
    "Permissions granted by other features often overlap. For example, cross domain policies, internet access settings in Trust Manager, and certificate trust settings for certified documents sometimes interact so that the most permissive setting takes precedence. Users should TEST THEIR CONFIGURATION prior to deployment."
    Have you checked the possible overlapping features?

Maybe you are looking for

  • Cisco 3650 Issue with 1231 AP

    hi all, i've got an issue with a new cisco 3650 48 port wherein older AP 1231 keeps on disconnecting. the connection is just a simple trunk. #sh run int g1/0/47 Building configuration... Current configuration : 62 bytes interface GigabitEthernet1/0/4

  • QT 7.1: App itself and iTunes wont launch anymore

    i have updated QT 7.xx to 7.1 on a 10.3.9 this morning. now QT and iTunes won't launch no more. there is no warning or anything, but the programm windows wont open. HELP please.

  • XPS 12 (9Q33, Mid 2013) Laptop Screen Issue

    The issue started occurring just few weeks before the end of warranty. My laptop stopped detecting the the internal screen in Windows. When booted to Windows with no other screen connected, the internal screen is blank. If the external screen is conn

  • How to make a 3X3 Slider puzzle game?

    Hey guys, im new here and decided to make an account on here. Im coming to you guys for help. In my grade 12 infotech class, we were assigned a project dealing with 2d arrays but im having a bit of trouble doing this :S. It needs to do the required:

  • Transport client dependent table and data

    Hi, How do you add a client dependent table and the entries inside to a transport? Please help. Thanks, John Edited by: Alvaro Tejada Galindo on Feb 20, 2008 4:33 PM