Restricting saving options

I have Adobe Acrobat 9 Standar and want to save files with
the security option to restrict saving a pdf file. I want my
collegues to be able to open the file, print it, but not make
changes to it and not be able to save it.
is this even possible??
thanks in advance for the help!

Hi wynnejones,
Thanks for your post. However, this Forum is meant to discuss
issues related to acrobat.com and not acrobat. To post an issue
related to acrobat please visit the acrobat forum :
http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/
You may also open a web case with Adobe Support. To do so,
please visit the following link :
https://www.adobe.com/cfusion/support/index.cfm?event=portal

Similar Messages

  • HELP! Indesign Saving options turn in-active

    After working on a file for days all of the sudden my saving options (Indesig>File>Save) all turn light grey en in-active. Now my file is totally useless! Even after closing (and non-saving) an re-opening. So unless i save a new version every hour or something its impossible to trust my file/software...

    This seems to be a known bug. For the moment the workaround when it happens is to export as .idml. See Remove minor corruption by exporting

  • How to restrict saving of a sales order without a material.

    Hi Gurus
    Please advice How to restrict saving of a sales order without a material. That is the system saves the order even if no item is assigned to it.

    Hi Raghu,
                 In standard SAP we can not do that. Even for some requirements of the customer this feature is required, specially in case of milestone billings, custom materials etc. client after saving the empty sales order they may create materials based on that sales order number.
                 If it is mandatary for u to save sales order only after the entry of the materials, u can try user exits or go for a code with the help of an ABAPer.
    Regards,
    Ravi Duggirala
    Edited by: ravi duggirala on Jun 20, 2008 11:11 AM

  • Restrict select options

    I am using a logical database in HR.I use the selection screen of the logical database but i want to restrict a select options for only permit introduce one value.
    I restrict in abap to only use values ,nor intervals by example and other conditions.Now i have to restrict to only one value.
    it must be work like a parameter

    Hi,
    U can use No-extension to restrict multiple selcet option button.
    See this link
    http://www.sapdevelopment.co.uk/reporting/selscr/selscr_restrictso.htm
    *: Report:  ZRESTRICT_SELOPT                                           :
    *: Author:  www.SAPdev.co.uk                                           :
    *: Date  :  2004                                                       :
    *: Description: Demonstrates how to restrict select options to only    :
    *:              allow specific restriction options:                    :
    *:                                     i.e.. EQ, NE, BT etc..          :
    REPORT ZRESTRICT_SELOPT.
    * Include type pool SSCR
    TYPE-POOLS sscr.
    TABLES: EKPO.
    * Selection-screen
    select-options : so_ebeln for ekpo-ebeln,
                     so_ebelp for ekpo-ebelp.
    * Variables for populating restriction data
    DATA: gd_restrict TYPE sscr_restrict.   "structure containing 2 tables
    DATA: gd_optlist  TYPE sscr_opt_list,   "header line for table 1
          gd_***      TYPE sscr_***.        "header line for table 2
    *INITIALIZATION.
    INITIALIZATION.
    * Restrict SO_EBELN to only except EQ, BT and NE.
      gd_optlist-name = 'KEY1'.      "Can be anything
      gd_optlist-options-eq = 'X'.
      gd_optlist-options-bt = 'X'.
      gd_optlist-options-ne = 'X'.
      APPEND gd_optlist TO gd_restrict-opt_list_tab.
      clear: gd_optlist.
      gd_***-kind = 'S'.
      gd_***-name = 'SO_EBELN'.
      gd_***-sg_main = 'I'.
      gd_***-sg_addy = SPACE.
      gd_***-op_main = 'KEY1'.       "Must be same as above
      APPEND gd_*** TO gd_restrict-***_tab.
      clear: gd_***.
    * Restrict SO_EBELP to only except CP, GE, LT.
      gd_optlist-name = 'KEY2'.      "Can be anything
      gd_optlist-options-cp = 'X'.
      gd_optlist-options-ge = 'X'.
      gd_optlist-options-lt = 'X'.
      APPEND gd_optlist TO gd_restrict-opt_list_tab.
      clear: gd_optlist.
      gd_***-kind = 'S'.
      gd_***-name = 'SO_EBELP'.
      gd_***-sg_main = 'I'.
      gd_***-sg_addy = SPACE.
      gd_***-op_main = 'KEY2'.       "Must be same as above
      APPEND gd_*** TO gd_restrict-***_tab.
      clear: gd_***.
      CALL FUNCTION 'SELECT_OPTIONS_RESTRICT'
       EXPORTING
    *    PROGRAM                      =
        restriction                  = gd_restrict
    *    DB                           = ' '
       EXCEPTIONS
         TOO_LATE                     = 1
         REPEATED                     = 2
         SELOPT_WITHOUT_OPTIONS       = 3
         SELOPT_WITHOUT_SIGNS         = 4
         INVALID_SIGN                 = 5
         EMPTY_OPTION_LIST            = 6
         INVALID_KIND                 = 7
         REPEATED_KIND_A              = 8
         OTHERS                       = 9.
      IF sy-subrc <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Kindly reward points for the answer which helped u and close the thread if ur problem got solved.
    Message was edited by: Judith Jessie Selvi

  • Restrict Select-Options for Logical Database field

    The way we restrict select options for custom defined select option fields on selection screen.. can we restrict select options for standard Logical Database fields?
    i.e. report uses PNPCE logical database and has field called PERNR. I want to restrict select options for this PERNR field so that it has options for 'Select single values' only.
    Thanks,
    Falguni
    Edited by: Falguni V on Nov 13, 2010 6:42 AM

    You can user AT SELECTION-SCREEN event, and check whether any record is having high value for PNPPERNR.

  • Saving Option in Change layout TAB

    Hi ,
    I am taking Sales order list in VA05
    I clicked on change layout tab n Selct field as per my requirements
    but Now I want to save that layout but I am not getting any saving option
    in menu bar Settings - layout - saving this option is in grey
    How to activate this option?
    Regards,
    Akshay

    Hi,
    check this thread, you have only answered this questions answer
    VA05 :  Save Layout Option is deactive..
    Thanks,
    Raja

  • How to restrict saving changes in workbooks?

    Hi,
    I would like to restrict saving of changes workbooks.
    I don't know the authorization object that I need blocked.
    Can You Help me
    Thanks in advance

    Hi,
    Assuming that these workbooks belong to a particular role, you need to endure that the users do not have maintenance ability for this role (that holds the workbooks).
    You can see here for details on setting up these roles:
    Re: Making a Workbook global
    Hope this helps...

  • Why is Paper Saving option not available in Windows 7 for network printer HP OfficeJet J5750

    I have an HP OfficeJet J5750 printer connected to my desktop running Windows XP via a USB port. I just purchased a new laptop running Windows 7 that is connected to the network through a wireless connection. When I print from my laptop I am unable to change the printer's preferences to be able to print multiple pages on one sheet, as in the paper saving option. Why is this? How can I access this option?

    Hi,
    Those are not programming mistakes, but those are limitations of the product, please check the printer specifications below:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02858465&tmp_track_link=ot_faqs/top_issues/en_u...
    As you may find under Paper-handling specifications > Paper tray capacities, Tray 2 only support Plain Paper.
    Maximum DPI is only only supported on Photo Paper, therefore those limitations are applicable.. these limitations are also listed on the Printing Specifications section above, Maximum DPI is listed as 4800 by 1200 dpi:
    Color print resolution: HP enhanced photo quality with Vivera inks (up to 4800 by 1200 dpi Optimized on HP Premium Plus photo papers with 1200 x 1200 input dpi)
    As well that can be find listed within the Print photos on photo paper or the Print borderless documents sections, you may simply search for Maximum DPI within the user guide as a reference:
    http://h10032.www1.hp.com/ctg/Manual/c03026243.pdf
    Those are not an issues with the printer but those expected limitations fully meet the product specification.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • E61-Saving options

    Hi,
    I need help on saving pitchers when we browse. How can I do that?
    Naren

    I trying to dotfuscator on my clickonce setup desktop vb.net application and gets the build error message below.
    Saving Options... There is no manifest signing certificate defined. Please set one in the package options. Build Error.
    Where do I get the "Package Option" and how do I set the "Manifest Signing Certificate?
    Dotfuscator is made by Preemptive Solutions so for questions about it perhaps you should contact them.
    They have a tutorial, user guide and other information available at this link
    Dotfuscator Support and this link may help also
    Resources.
    La vida loca

  • Power Saving option After Upgrading from Anna to B...

    can any one tell me where i can find Power Saving option on Nokia E6 after upgrade from Anna to Belle , coz without power saving enable its giving me one whole day.
    waiting for any help 

    @khansaif_83
    Not got E6 to hand but if you momentarily touch power button is it not offered as option in displayed menu?
    Happy to have helped forum with a Support Ratio = 42.5

  • Suggestion - better file saving options

    From online Adobe tutorials and online discussions it seems that the file saving options in PS Touch are very limited and very frustrating for many people.
    I gather Adobe wants us to rely almost exclusively on the 'cloud' to save files in either .psd or the native .psdx format. And even when you save in .jpeg or png formats, you have no options as to where these are saved. All very frustrating.
    My suggestion is rhat Adobe allow more file saving options: allow us to save images in the format we'd like and in whatever location we'd like.
    Many of us--for different reasons--want the option to save locally; some example: we're traveling and don't have access to the cloud, or don't have time to upload at the time we're working, or simply don't want to use the cloud, or use yet another cloud service.

    At the top right there is a selection labeled "new". The choose "idea" then "Adobe Photoshop for Tablet". It will then give you the place to input your new idea.
    You might want to check if someone already posted the idea first. I'm pretty sure someone else had already suggested it. You can go to the "new idea" section by choosing browse at the top right, then "ideas". You can also vote on someone's new idea by clicking the up arrow by the vote box. According to one of the staff members, they use this to gauge if a suggestion is something a lot of people want.

  • Restrict Saving under Local package

    How to restrict the objects saving under $TMP ? Is there any BASIS Setting or any BADI for that ?

    Yes, you can restrict them using Se06 transaction.
    Click on system change option in application toolbar.
    Give local devlopments as non modifiable.

  • Why is print in grey and PDF not a saving option for only one of my photoshop files?  All other files I open are fine.  Please help!

    I am trying to turn a photoshop document in to a pdf. Print is in grey and under Save As PDF is not an option.   Any other PS document I open allows me both options. What is wrong with this document?! 
    What I have tried and was unsuccessful:
    I changed it to illustrator and saved as PDF but the colors were very dark.
    I have renamed it and opened again.
    I duplicated the layers to another doc.
    Closed PS and opened it again.
    Please help. Thanks!

    Here is what I see...
    It is in RGB color / 32 bits/channel
    Any suggestions?

  • What happened to file saving options in Lion?!

    I recently upgraded my Mac to OS X Lion and Photoshop CS5 seems to be working normally, albeit a little sluggishly, since the upgrade. However, when I create a new Photoshop file, create some layers, then "Save As", all my normal format options are missing. The only choices I am offered are Large Document Format, Photoshop RAW and TIFF.
    If I open a JPG or PSD file, there's no problem. The "Save As" command gives me a normal file saving window with the normal format options. But a new file transforms itself into something totally alien! What's going on here?

    I think you're right. I was creating some banner text and did stretch the document borders out to quite a large size for convenience. I have since moved half the text to a second document and my PSD doesn't turn into a pumpkin when I open the "Save As" window.
    Thanks!

  • Restricting Select Options to Multiple Single Entries

    Hi All,
           I have a requirement where we have two select options. I need to restrict only One of the select options to only accept multiple single entries. I have tried using the  'SELECT_OPTIONS_RESTRICT'  Function module. But it provided little help to me.
    Please check the below code.
    gv_w_opt_list-name = 'A'.
      gv_w_opt_list-options-eq = 'X'.
      APPEND gv_w_opt_list TO gv_w_res-opt_list_tab.
      gv_w_***-kind = 'A'. 
      gv_w_***-name = 'YTRADE_DESC'.
      gv_w_***-sg_main = '*'.
      gv_w_***-sg_addy = 'N'.
      gv_w_***-op_main = 'A'. 
      APPEND gv_w_*** TO gv_w_res-***_tab.
    It allows to restrict intervals for select-options in selection screen
        CALL FUNCTION 'SELECT_OPTIONS_RESTRICT'
          EXPORTING
            program                = sy-repid
            restriction            = gv_w_res
          EXCEPTIONS
            too_late               = 1
            repeated               = 2
            selopt_without_options = 3
            selopt_without_signs   = 4
            invalid_sign           = 5
            empty_option_list      = 6
            invalid_kind           = 7
            repeated_kind_a        = 8
            OTHERS                 = 9.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                 WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    Please help me if you have any information related to this requirement. Relevant anwers will be surely rewarded.
    Regards
    Nagaraj

    I have a code sample I use in a report. Result is only EQ and no intervals and no excludes
    LOAD-OF-PROGRAM.
        Subscreen: Select Options for delivery                                    *
      SELECTION-SCREEN BEGIN OF SCREEN 1100 AS SUBSCREEN
                                          NO INTERVALS.
      SELECT-OPTIONS:
      so_dlvno FOR /scwm/s_aspq_tu-docno
                                     MODIF ID dlv .
      SELECTION-SCREEN END OF SCREEN 1100.
        Subscreen: Select Options Restrictions                                  *
    Include type pool SSCR
      TYPE-POOLS sscr.
    Define the object to be passed to the RESTRICTION parameter
      DATA restrict TYPE sscr_restrict.
    Auxiliary objects for filling RESTRICT
      DATA t_opt_list TYPE sscr_opt_list.
      DATA ***      TYPE sscr_***.
      CLEAR ***.
      ***-kind    = 'S'.        "Apply only to the named SELECT-OPTION
      ***-name    = 'SO_DLVNO'.  "This is name of the SELECT-OPTION
      ***-sg_main = 'I'.        "I = ONLY Inclusions; * = Both
      ***-op_main = 'NOINTERVALS'. "This must match opt_list-name
      APPEND *** TO restrict-***_tab.
    Create t_opt_list entry to specify capabilities of S_BUKRS.
      CLEAR t_opt_list.
      t_opt_list-name       = 'NOINTERVALS'."This must match ***_tab-op_main
      t_opt_list-options-bt = space.     "Do not permit BETWEEN
      t_opt_list-options-cp = space.     "Do not permit MATCHES-PATTERN
      t_opt_list-options-eq = 'X'.       "       Permit EQUALS
      t_opt_list-options-ge = space.     "Do not permit GREATER-OR-EQUAL
      t_opt_list-options-gt = space.     "Do not permit GREATER-THAN
      t_opt_list-options-le = space.     "Do not permit LESS-OR-EQUAL
      t_opt_list-options-lt = space.     "Do not permit LESS-THAN
      t_opt_list-options-nb = space.     "Do not permit NOT-BETWEEN
      t_opt_list-options-ne = space.     "Do not permit NOT-EQUAL
      t_opt_list-options-np = space.     "Do not permit NO-PATTERN-MATCH
      APPEND t_opt_list TO restrict-opt_list_tab.
    Call function module
      CALL FUNCTION 'SELECT_OPTIONS_RESTRICT'
        EXPORTING
          restriction                = restrict
        EXCEPTIONS
          too_late                   = 1
          repeated                   = 2
          not_during_submit          = 3
          db_call_after_report_call  = 4
          selopt_without_options     = 5
          selopt_without_signs       = 6
          invalid_sign               = 7
          report_call_after_db_error = 8
          empty_option_list          = 9
          invalid_kind               = 10
          repeated_kind_a            = 11
          OTHERS                     = 12.
    Exception handling
      IF sy-subrc NE 0.
      ENDIF.
    Edited by: Suhel Awad on Feb 1, 2011 3:06 PM

Maybe you are looking for