Adding password to a pdf file

Hi all,
I'm using Adobe reader version 9.I saw some of the pdf s being password protected.Whenever we try to open it asks for password.I'm wondering how to add password to pdf files.I'm using Windows XP professional with service pack 3.If anyone knows explain me with simple steps.Ur replies will really help me.
thanks in advance...
regards,
Sri

Hi Tai Lao ,
actually i'm using acrobat reader version 9.0 where there is an option document>security,security setting options.But if i go through them also i'm not able to set a password to pdf document...
to be in brief,
in Document -> security option
Show security properties
Import security settings
in Document -> security settings option
a security setting dialog will open saying about digital signatures..
exactly which one should i need to use in order to set a password to my pdf document.May b i'm asking a silly question but ur answer wil really help me...

Similar Messages

  • Saving Password for a pdf file in HP Client Security Manager

    Hello,
    I want to save the password for a pdf file in the Password Manager of the HP Client Security Manager Software but the symbol for the entry of the password is not appearing on the top right of the screen. If I use the registered fingerprint a dialog opens where the Client Security Manager asks which account it should use to login. But i can't add a password for the file. The login for websites is perfectly fine. 
    Do you have any idea how to fix that?
    Is there a way to manually enter password for files?
    Thanks in advance.

    Thanks for the information.
    Suggest you to try uninstall and re-install the latest version which is - 8.3.3.1762. The direct link is:
    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=5405363&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253Dob_129972_1%257CswEnvOID%253D4060%257CitemLocale%253D%257CswLang%253D%257Cmode%253D%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken
    If this does not fix, then suggest you to log a call with technical support.
    Please do post any progress on this.

  • Password Protection for pdf file

    Hi Gurus,
      Wish u happy new year
       Is there any possibility for giving the password for the pdf file from SAP so that it should be password enabled. Now am able to send the pdf file  attachment through mail. But my requirement is I have to give the password facility to the pdf file so that when the user wants to see the pdf file in mail it should ask that password.
      Hope my requirement is clear.
    Points will be awarded
    Thanks
    Ravi

    Hi Gurus,
      Any Solution
    Thanks
    Ravi

  • How can I add a password to my PDF file ?

    I'd like to know How can I add a password to my PDF file ?
    Regards,

    Acrobat Help | Securing PDFs with passwords

  • I am unable to password protect a pdf file. Any thoughts. I went to help and none of the options wer

    I am unable to password protect a pdf file. Any thoughts. I went to help and none of the options were available to me.. I pay for pdf conversion to word and excel

    Password protection is ONLY available with Acrobat Standard or Pro. The PDF to Word converter is just what the name implies... PDF to Word... No encryption, no protection.

  • I'm trying to password protect a pdf file but I can see the bottom 1/3 of the window - how do I resize

    I'm trying to password protect a pdf file but I can see the bottom 1/3 of the window - how do I resize

    Do you know what the maximum resolution of your screen is?

  • How do I password protect a pdf file - getting error messages?

    I'm trying to protect a pdf file (i.e. a tax return printed to PDF) with password to open and password to modify. However I'm getting an error message in a pop up window saying..."The file may be read-only, or another user may have it open. Please save document with a different name, or in a different folder." I'm using WIN 8.1. and I'm using Adobe Acrobat Pro XI (student / teacher version). This is a standalone PC so I can't imaging someone else is using this file. Also I've tried renaming and saving to a different folder (from the folder the original file is saved). I've also looked at properties of the PDF file and its not tagged as read only. Please advise if I'm missing something. Thanks for your help.

    Thanks for responding...I'm getting the same message that I got at first..."The file may be read-only, or another user may have it open. Please save document with a different name, or in a different folder."
    The next day I emailed the file to my work PC and encrypted it with no problems. I have WIN 7 and am using Acrobat 8.0 there. So the problem seems to be with my new PC here at home (i.e. WIN 8.1 and Acrobat XI). Frustrating. I'm betting its some obscure setting in WIN or Acrobat, that is way over my head. Please let me know if you have any ideas. Thanks again.
    Phil

  • Password protection to PDF file in SAP

    Hi All,
    Need a help from ABAPer, we have a tax projection sheet which is mailed to every employee based on his Email ID maintained in IT - 0105 (Communications). However, thre was a small bug in the report due to which the Tax sheet was mailed to wrong emp no. which is corrected now.
    I want to add a new logic in which i will give Password for each pdf which is sent to the employee in which without the passwrd the employee cannot open the file.
    The passwrd will be EMP ID@DDMMYYYY is there anyone who have written this kind of code, then please share the code with me...
    Thanks in advance.
    Regards,
    Prasad Lad

    Hi,
    Check this link
    pdf with password encryption
    regards

  • Will Standard Edition of Adobe Acrobat allow password protection for PDF files or do I need to purchase Acrobat Pro?

    I need to password protect PDF files in an office environment. I was wondering if I need Adobe Acrobat Pro or would the Standard Edition suffice? Any help would be greatly appreciated. Thanks

    Standard is sufficient.

  • How to apply passwords to existing PDF files?

    My MS-Access app creates about 1000 pdf files.  Each file is required to have a unique password and will be emailed as attachments via a VBA procedure in Outlook 2007.    Certificates are not feasible, despite my objections.  So I am looking at having to manually set the 'Open File' password for each file individually.  The files are created in an Access '97 VBA procedure (by sending the results of an Access Report to the Adobe PDF Printer).  Is there any way with VBA (either Access '97 or Outlook '07) to apply a unique security policy or otherwise set a unique 'Open File'  password for each of the files, either as they are being created and saved - or after the fact?
    I can create an Action in PRO X and manually select all the files and set the passwords.  I can then encrypt and password-protect all the files at once - but they all get the same passwords - ok for 'Permissions', but not for 'Open'.  Can Action fileds be modified from VBA?  Or is there a way to creat an Action that can modify another Action?  For example, if there is an Action named "Apply Pswd" which will apply a predefined common set of passwords to all files selected, can there be an Action, named "Apply Unique Pswd" that will update the 'Open' password field in the "Apply Common Pswd" Action as well as the name of the individual file that is to have that password?  Sort of like passing parameters to a function.  i.e.:
    "Apply Unique Pswd":
    1. Get next .pdf file from directory.
    2. Get next password (whether caluclated or read from a list).
    3. Open the "Apply Common Pswd" Action.
    4. Change the 'Open' password and the name of the file to select (the 'Permissions' password does not change).
    5. Execute the "Apply Common Password" Action - which at this time is only affecting a single file.
    6. Verify the 'Open' password (or bypass the verify step, if possible).
    7. Loop through all files in the directory.
       or
    3.   Don't use Actions - save the .pdf file in such a way that the common 'Permissions' password and the current 'Open' password are applied to the appropriate file.
    3a. Goto 7.
    I have also investigated Secure Envelopes in Outlook, but again, it appeas to be a manual procedure to apply unique passwords.
    I would greatly appreciate any tips, suggestions, snippits, or ideas - or enlightenment that it is just not possible to create .pdf files with passwords in VBA nor to use VBA to set the passwords post-creation.

    usna73tx  
    I am looking for similar thing, I need to apply a password and permissions to thousands of PDF files & I do not want to open them all manually.
    Did you ever find a solution?

  • Can I password-protect a PDF file?

    I'm trying to set up a site with a 'members-only' area that
    contains PDF files. Is there some way to password-protect the files
    themselves, or do I need to settle for a protected php page that
    links to the files. While it's unlikely that a non-member would be
    able to guess the filenames, it's possible that an ex-member who's
    username and password have been removed would still be able to
    access the files with a bookmark, as they're not protected.
    I understand that short of a commercial product to convert
    pdf to html, I'm stuck with the pdf format, but is there some way
    to embed the pdf within a html page?
    DW8 WinXP php mySQL

    You can actually create files and store them with different
    names, so as
    they can't be downloaded conventionally ...
    In most Windows, and I am assuming PHP setups - you can store
    files above
    the root and use a page to call them ...
    You protect them too - I think on a blanket (all instances of
    the file have
    the same password) approach is easier ...
    Or take a look at this
    http://www.rustyparts.com/pdf.php
    HTH's
    Gerry
    http://www.UsableContent.co.uk
    "tinmanjim" <[email protected]> wrote in
    message
    news:emguap$bo7$[email protected]..
    > I'm trying to set up a site with a 'members-only' area
    that contains PDF
    > files.
    > Is there some way to password-protect the files
    themselves, or do I need
    > to
    > settle for a protected php page that links to the files.
    While it's
    > unlikely
    > that a non-member would be able to guess the filenames,
    it's possible that
    > an
    > ex-member who's username and password have been removed
    would still be
    > able to
    > access the files with a bookmark, as they're not
    protected.
    >
    > I understand that short of a commercial product to
    convert pdf to html,
    > I'm
    > stuck with the pdf format, but is there some way to
    embed the pdf within a
    > html
    > page?
    >
    > DW8 WinXP php mySQL
    >

  • Create Document Open Password for multiple .pdf files

    I have the following scenario and I wish if you could help me...
    I have 1500 MS Word files.
    1.doc
    1000.doc
    1001.doc
    1002.doc
    1500.doc
    Convert all at once to PDF files.
    1.pdf
    1000.pdf
    1001.pdf
    1002.pdf
    1500.pdf
    Set unique password for each.
    1.pdf        --> passwd: dlkfger
    ...            --> passwd: ewrfgwr
    1000.pdf   --> passwd: 32e32rtg3
    1001.pdf   --> passwd: 4gfr5yger
    1002.pdf   --> passwd: 4fr4te
    ...            --> passwd: 5ytrhu6543
    1500.pdf   --> passwd: 4f4r5g4
    E-mail each file to the mapped e-mail address based on the file name
    1.pdf        --> e-mail: [email protected]
    ...            --> e-mail: [email protected]
    1000.pdf   --> e-mail: [email protected]
    1001.pdf   --> e-mail: [email protected]
    1002.pdf   --> e-mail: [email protected]
    ...            --> e-mail: [email protected]
    1500.pdf   --> e-mail: [email protected]
    I have Adobe Acrobat 9 pro, I tried using Document Processing -> Batch Processing, where I created a new sequence of commands from the available list, but it didn't work out as intended, and it doesn't cover the whole cycle I want.
    I hope you could tell me the way to accomplish this.
    Thanks.

    This can't be done in a batch process in Acrobat since you can't set an encryption password in this way (you can either set the same password to all files, or have the batch prompt you to enter each one separately).
    Also, where are the passwords and email addresses come from? Are they a part of the file? Stored in a text file or database somewhere?

  • Problem in Adding Accessibility Tag to PDF file.

    While adding accessibility tag to the pdf file some extra text content (@) added to the pdf file,  the sample pdf file's are in following link please find the problem.
    Before Add Tags to Document:
    http://uploadingit.com/file/avecc8bshs4s792h/Test2_Before_Add%20Tags%20to%20Document%20in% 20Acrobat%209%20Pro.pdf
    After Add Tag to Document:
    http://uploadingit.com/file/5w09yp78zyc39g7e/Test2_After_Add%20Tags%20to%20Document%20in%2 0Acrobat%209%20Pro.pdf

    Hi,
        while writing report at top-of-page event
        write sy-pagno this will be printed on spool
        and also PDF will have page count .
         report ztest
               line-count 65.
    *after 65 lines top-of-page is triggered and pageno is
    incremented
        top-of-page.
         write sy-pagno.
    Regards
    amole

  • I don't recieved the password for opening .pdf file

    Hi, I'm Daniela from Brazil.
    I recieved de email for the free update to Lion with a .pdf file that needs a password to open, in this email they said that i would recieve another email with this password to open the file and get the code for update in Apple Store,  however i don't recieved this second email. Somebody knows some contact that I can talk? Only in the telephone support?
    Thanks for your help.
    Daniela.

    Apple - Suporte - Contactar o Atendimento e Suporte ao Cliente da Apple

  • Password Protection of PDF file generated thru SAP

    Hi,
    I have written a program to send payslip through email . This mail sends the payslip as a PDF attachment.
    I want to password protect that PDF document, so that it asks for a password before being opened by the employee.
    Your suggestions will be highly appreciated.
    Sanchit

    Hi sanchit,
    1. The payslip passes thru SCOT
       settings,
       which in turn generates the PDF
       and sends mail.
    2. SCOT does not provide any such facility,
       for password protection.
    3. I don't think the password
       concept can be done in a normal fashion !
    regards,
    amit m.

Maybe you are looking for

  • Find and replace in rtf file

    hello I would like to replace a bookmarks that are already created in a rtf template file I Know how to read the rtf file ,It is just that i can't figure out how to rplace a word inside this file here is my code File docFile = new File("C:\\test.rtf"

  • Trouble with SPDIF Passthrough and the Audig

    I have a Sound Blaster Audigy 2 from Dell and am trying to connect it to Logitech Z-680 speakers. I want to use digital surround sound. I found the instructions on how to do this on Logitech's site. However, I have a problem. Step 2 states to go to A

  • Strange sounds-PowerPC G4 and server issues?

    I have recently been getting both a tapping and a buzzing sound through my speakers. Both kinds of sounds come together, intermittently and repeatedly, and each time, the volume rises, peaks, and fades away again (or stays faint until it starts to ri

  • ME2N report cannot show the PO number properly

    Hi Sir/Madam, Why some of the header cannot show the PO number properly in ME2N report (refer to the attachment)? Please advise the root cause and how to prevent it, thanks load. Best Regards, Gary

  • INVOICE VERIFICATION REF. TO INBOUND DELIVERY

    Hello to Experts,          I want to know whether it is possible to perform Invoice Verification allocating to Inbound Delivery, if possible then what are the necessary settings. Thanks Amit