Hide save button in PDF viewer?

I'm wondering if there's a way to selectively hide the "save a copy" icon displayed in the PDF toolbar when opened in a web browser? I would still like to display the rest of the toolbar, but hoping to hide just that button-- is this possible?
I realize the user will still be able to save the PDF other ways, but for this particular case, hiding the button would be enough.
Thanks for any assistance here.

thanks for the response Bill, but as I specify in my question I'm wondering if it's possible to hide the specific "save as" button, not just the entire toolbar, as I would like to have the other options available-- there must be some way to manipulate the visibility of toolbar options via scripting or "custom properties" perhaps?

Similar Messages

  • Hide save button in pdf form

    Hi,
    I have created a pdf form through transaction SFP. My requirement is to hide the save button in print preview.Is this possible to hide the save button.
    Regards
    Lalit

    Hi Lalit,
    Have a look into the below link.
    you can disable the print button but shortcut keys still work, there is no pint of doing it.
    what he sujjests is write a script on respective events.
    http://acrobatusers.com/forum/forms-livecycle-designer/disable-print-button
    hope this helps you,
    cheers,
    Sai

  • How to hide 'SAVE' button in adobe form layout

    Hi  Friends,
    I have a requirement to hide 'SAVE' button in adobe form layout .They dont want to save the form .
    Is there any way to achieve this .I have gone through scn ,but couldnt find the proper solution
    Thanks and Regards,
    Subeesh Kannottil

    Hi Subeesh,
    Are you talking about restricting the User from Saving the Adobe Form Output. 
    Regards,
    Sivanand Ala

  • To hide save button and Print on Adobe Froms.

    hi Experts,
    I have a strange problem,
    Generally When we open interactive form we can see the save and print button on the PDF form (these are the buttons that appears along with the ). Our reqiurement is to hide the Print and save button. That is we should not be able to print the empty or filled PDF(Form) or save the same.
    Points would be awarded for helpful answers.
    Regards,
    Sanjyoti.

    Hi,
    This link may help you
    Re: How to Hide the Adobe Reader Header at Runtime
    With Regards,
    Amit

  • BSP-Error while adding a "Save-Button" to a View

    Dear Community,
    I have created a UI-Component which contains a Window and a View. I already connected the view to the window. What I'm trying now is to add a "Save-Button" to save the input of the view. This is my Structure:
    The Code of USERINPUT.htm is as follows:
    Here are my Questions
    1) What exactly do i need to put into parameter "id" and "table" within the configCellerator? My window and view are connected and when it opens there should be the "Save-Button".
    2) When I select "Test" my browser opens but I cannot see the preview, intead I get this exeption. Is my code wrong or where is my mistake?
    Thank you for your help!
    Marcel

    Hi Marcel,
    if you want to create buttons in your form view there is a method in your implementation class that is
    get_buttons.
    you have to implement the method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS from your implementation class.
    example:
       *****************SAVE***************************************************************************
      CLEAR ls_button.
      ls_button-type     = cl_thtmlb_util=>gc_icon_save.
      ls_button-on_click = 'SAVE'.                              "#EC NOTEXT
      ls_button-page_id  = me->component_id.
      ls_button-enabled = abap_false.
      IF view_group_context IS BOUND.
        IF view_group_context->is_any_view_editable( ) EQ abap_true AND lr_entity->is_changeable( ) =abap_true.
          ls_button-enabled = abap_true.
        ENDIF.
      ENDIF.
      APPEND ls_button TO rt_buttons.
    * Toolbar Divider
      CLEAR ls_button.
      ls_button-type     = cl_thtmlb_util=>gc_separator.
      ls_button-enabled  = abap_true.
      APPEND ls_button TO rt_buttons.
    And write an event handler for this:
       METHOD eh_onsave.
      DATA: lr_core    TYPE REF TO cl_crm_bol_core,
            lr_entity  TYPE REF TO cl_crm_bol_entity,
            lr_tx      TYPE REF TO if_bol_transaction_context.
      lr_entity ?= me->typed_context->btadmini->collection_wrapper->get_current( ).
      lr_tx ?= lr_entity->get_transaction( ).
      IF lr_tx IS NOT BOUND.
        lr_core = cl_crm_bol_core=>get_instance( ).
        lr_tx = lr_core->begin_transaction( ).
      ELSE.
        IF lr_tx->check_save_possible( ) = abap_true.
          CHECK lr_tx->save( ) EQ abap_true.
          lr_tx->commit( ).
        ENDIF.
      ENDIF.
      me->view_group_context->reset( ).
    when ever you want to call any transaction while button click go through this link..
    call transaction launcher on button press with parameter passing
    you can come to know how to call.
    in that doc you have to create one transaction launcher for your standard workflow. then that tcode you
    need to call using that concept..
    if you want to create table view  go through this link..
    SAP CRM WEB UI : 43.CREATING TABLE VIEW FOR LINE ITEMS WITH DEPENDENT CONTEXT NODES
    CRM Web UI Technical - Creating Table View In Web UI - CRM - SCN Wiki
    Thnaks & Regards,
    Srinivas.

  • Save button with PDF form

    When update 1 was installed, a Save button appeared that Saved the form to the drafts folder. We are now on patch 1 and the Save button is gone. There is the possibility that some other change made it go away. I would like to get it back. Any ideas?

    It happens automatically. You don't need any code to trigger it.

  • How to hide save button / read mode only in browser adobe viewer?

    Currently I embed a pdf to my website , the problem is, I would like to show the read mode only instead of a full tool bar to the visitor , also , I would like to hidden the save file option .
    I checked there is an open parameter in the offical document that can specific
    toolbar=1&navpanes=0&statusbar=0&messages=0
    However, can I specific what opition is allow in the toolbar (actually I would like to allow only zoom function )
    Are there any way to doing this? Thanks.
    <object id = 'zoomPage' type='application/pdf' data= '" + sourceFolder + "/2013/08/17/0/0/A/Content/pdf/pdf_" + currZoomPageNo + ".pdf#toolbar=1&navpanes=0&statusbar=0&messages=0'><p>The PDF can not display</p></object>

    Much of the documentation for Acrobat JavaScript has not changed and still operates exactly as it did with Acrobat 3.1 so it is possible that the old documentation is still valid. I have found that the Acrobat JavaScript Guide fro
    version 5 has some very excellent documentation about the field object UI for the various form Fields.
    If one goes to the Acrobat Developer Center and uses the Working with Distiller, Fonts and more and the uses the PDF Open Parameters one gets the documentation from the version 9.0 SDK form June 2008. This document probably has not been updated since then.  Another issue to consider is the changes in IE, the number of new web browsers, and the introduction of HTML 5 all of which could change how parameters are passed or allowed. This technique has always been problematic.
    Within an external viewer, it is not possible to show/hide the toolbars.
    app.toolbar

  • No Close button when PDF viewed in browser using Slideshow view

    I have a powerpoint presentation that has hyperlinks to pdf documents on the web. When I save this powerpoint presentation to html format on my web server and go to that presentation, there is a View Slideshow button in the bottom right corner. If I click the View Slideshow button, the browser window goes full screen with no toolbars (just as it would if ran in powerpoint). The catch is that if I click on a hyperlink to a pdf document, the adobe reader window also opens fullscreen with no browser window around it. Therefore, you cannot go back to the powerpoint and you cannot close the pdf document.
    Does anyone know of a way to prevent the pdf from opening in this slideshow window.

    First, Osgood is correct about the flash, go here for a tutorial.
    http://www.projectseven.com/support/answers.asp?id=127
    Second, try adding cellspacing="0" cellpadding="0" to your tables, that should get you there.
    Third, trying to set a height in a table just gets discarded with content, (unless you create a CSS rule otherwise).  Your table height is going to be a slave to the amount of content.
    What you might want to try is to move the content about signing up for the Newsletter and move it into a cell next to your main content, that should even things out a bit.
    Give those a try and see where you are.
    Gary

  • How to hide exit button on overview view of adress iview.

    Hello Gurus,
    Can anybody suggest me how to hide the exit button on overview page of address iview?
    Thanks,
    Sha

    Hi
    1) If you want the exit button to be hided u can use the following code in doModify as we know this doModify will be called each time the action is performed so when we use this code exit button will be hided all the time.
    Button btn_ui= (button) view.getElement("Button_ID");
    btn_ui.setVisible(WDVisibility.NONE);
    2) if you want to hide only on specific time then better to use the value attribute of type com.sap.ide.webdynpro.uielementdefinitions.Visibility  then bind this to exit button's property--> visibility and in your code wherever required set the visibility.
    Ex: value attribute name : va_Exit_Visible
          type : com.sap.ide.webdynpro.uielementdefinitions.Visibility
    wdContext.currentContextElement().setVa_Exit_Visible(WDVisibility.NONE);
    Regards
    Prasad.

  • Hide Save Button and also there should be no parmeters on Selection screen.

    I want to Hide the execute button as well i don't want any input parameteres on Selection screen.But i m not able to do so..since there needs to be atleast one parameter in SELECTION ScREEN.
    I need to execute this program in BackGround. And the Input file i m getting throuhg DIRECTORY in AL11 Tcode.
    So i  don't want any Buttons in selection screen.....USER WILL 'EXECUTE IN BACKGROUND' .
    But after executing my code Execute button is hidden but i also need to specify a parameter in SEL.Screen.
    following is the code i wrote :
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME.
    PARAMETERS : p_file LIKE rlgrap-filename  .
    SELECTION-SCREEN END OF BLOCK b2.
    AT SELECTION-SCREEN OUTPUT.
    APPEND 'ONLI' to itab.
    *CLEAR itab.
    CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
    EXPORTING
    p_status = '%_00'
    p_program = sy-repid
    TABLES
    p_exclude = itab.

    DATA: itab type TABLE OF string." WITH HEADER LINE.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.
    SELECTION-SCREEN begin of line.
      PARAMETERS: p1.
    SELECTION-SCREEN COMMENT 3(50) text .
    SELECTION-SCREEN end of LINE.
    SELECTION-SCREEN END OF BLOCK b2.
    INITIALIZATION.
    text = 'This report can only excute in background'.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        if screen-name = 'P1'.
        screen-input = 0.
        screen-ACTIVE = 0.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
      APPEND 'ONLI' to itab.
    *CLEAR itab.
    CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
    EXPORTING
    p_status = '%_00'
    p_program = sy-repid
    TABLES
    p_exclude = itab.

  • Set default filename for file save dialog on Save button click

    Hi,
    I am using AxAcroPDF (version 9.0) control to view pdf files in windows forms (C#). The pdf loads into the viewer in the form. Now, when I click on the Save button in the viewer, a Save dialog pops up with a default filename having complete path info.
    If I have loaded the pdf file into AxAcroPDF viewer with filename:
    "C:\Documents and Settings\KB_Kravi\My Documents\CustomerList.pdf"
    then in the save dialog, the default filename will be:
    "C_Documents_and_Settings_KB_Kravi_My Documents_CustomerList.pdf"
    Is there any option to set the default filename in the save dialog to some short name, instead of this lengthy name?
    Thanks,
    Ravi.

    Hi,
    I've found a solution.
    public void Open(string filePath)
    axAcroPDF.LoadFile(filePath);
    //this will set the correct name in the save file dialog.
    axAcroPDF.src = filePath;
    Thanks for your help.
    Freedon

  • Is it possible write code inside pdf form when click submit button in pdf form

    can write code to pdf form
    for eg:
    we have to write code in Excel sheet using Macro features Like that any possible to write code in pdf form
    when i downloaded pdf form from site then filled up the details then click the save button the pdf form will send to the corresponding server then stored in DB
    pls reply me soon

    You have posted in a completely wrong forum. This one is exclusively for participants testing features of the site.
    You may want to try reposting in the appropriate Acrobat forum, which you can find here:
    http://forums.adobe.com/community/acrobat?view=overview

  • Hide the Save button in tool bar in pdf form

    Hi All,
    I need to hide the save button in the tool bar in pdf form out put. I need not hide the print button, hand tool and etc.
    I have seen some forum threads,but i am not able to get the answer.
    I have refered this links
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/fd9841e2ebb05fe10000000a1550b0/frameset.htm
    How to hide tool bar from Adobe Form
    The above link contains some scripts,The code id used for hide the hole tool bar not only save button.
    I need to hide only save button in the tool bar.
    How to hide the save button in the tool bar ?
    Thanks and regards,
    Boopathi M

    Adobe Designer 7.1 uses XFA 2.4
    If you can upgrade to Adobe desinger 8.2 to be abel to use XFA 2.8 you can code in the following way:
    Write the following code in the preSave method
    if (do_not_save_condition == 1) then
      xfa.event.cancelAction = 1
    endif
    Adobe Quote
    cancelAction specifies whether to cancel a forthcoming action.
    This property applies only to the following scripting events: prePrint, preSubmit, preExecute, preOpen, and preSign.
    The user experience is determined by the scripting event that contains the cancelAction reference:
    u2022  preOpen - The drop-down list does not expand to display the list of values. 
    u2022  preSubmit - Form submission does not occur. 
    u2022  preSign - The form is not digitally signed. 
    u2022  prePrint - No print dialog boxappears, and the form is not printed. 
    u2022  preSave The form is not saved. The user experience is that no action occurred. 
    Edited by: Reema Shahbazkar on Sep 10, 2008 7:54 PM
    Using this, the save button will still be visible but, you can prevent the form from being saved.

  • How to hide either the File menu or the Save button.

    Hello.  Recently we upgraded Adobe Reader from 8.0 to 9.0 on our kiosks and we are having a problem.  We used to be able to hide the save button when viewing a PDF file on a web page through a javascript inside the javascripts folder.  However, while most other buttons seem to be hidden, the 'Save' button next to the Print button on the tool bar is not responding to our script.  I think I should mention that you can not right click or press CTRL on our kiosks.
    Here's what we have tried:
    app.hideToolbarButton("Download");
    app.hideToolbar("FileToolbar");
    app.hideToolbarButton("Save");
    app.hideToolbarButton("SaveFileAs");
    app.hideToolbarButton("SaveTo")
    app.hideToolbarButton("File")
    app.hideMenuItem("SaveTo")
    app.hideMenuItem("FileToolbar")
    app.hideMenuItem("Toolbars");
    app.hideMenuItem("File");
    app.hideMenuItem("Print");
    app.hideMenuItem("Save");
    If possible, we would like to just disabled the 'File' section that can be dragged around altogether, however since this save button is the only remaining button on that section just the code to disable it will work too.
    Also, I'm not asking to disable it, just simply hide it as if you were to right click on it, go into show/hide toolbars, and click 'File'.  We have many kiosks and doing this manually would be...  Well I got a life to live.
    Thank you!

    P.S: I forgot to mention.  If I open Adobe Reader standalone, the button is gone.  If I open it through IE the button is present. It might be because the file is already on the computer but.. I don't know.  Thank you!

  • How do I create a save button to hide a dropdown and pass on the dropdown data to a label?

    Hi InDesign Scripting Experts!
    I'm desparetly looking for some help to get this issue resolved.
    Essentially I've a lot of PDF forms that've been designed by using InDesign CS4 and then converted to an interactive PDF via Adobe Lifecycle. The final 2 page PDF form has multiple textfields, a drop down and a save button. The users partially fill-in the form, select their name from the dropdown and then hit the save button prior to sending the PDF form to the client.
    The Save button does the following:
    - Passes on the data from the drop down to a label
    - Hides the drop down and
    - finally, hides itself ('Save' button)
    I understand InDesign CC has a lot of the Livecycle capability built-it. Hence I'm trying to design the inteactive PDF within InDesign CC. The textfields, dropdown etc. are easily done. The part that I'm stuck on is to get the 'Save' button to perform the above listed tasks.
    Any help will be greatly appreciated.
    Cheers

    Elizabeth,
    Presuming that editing the exisiting BOSTON is not an option, you may:
    1) Create a nostroke/nofill rectangle that covers all all word, then give it a white fill;
    2) In the Transparency palette flyout tick Make Opacity Mask with Clip unticked and Invert Mask ticked.
    That should remove the BOSTON from sight so you can retype it.
    You could use a black fill and leave Invert Mask unticked (if the black is black enough).

Maybe you are looking for