Set password for pdf,plzzzzzz help

hello everybody,
i'm developing a software in which i let the user to import their pdf and open those pdf .pdf will be open in a acrobot reader.
now i want let the user to set password for his pdf file to protect his file from unauthorized access.
until now i have found some APIs but they all having different problems and still i'm stuck there
any one got the idea to help me to go furthure
thx

http://www.coderanch.com/t/63193/Other-Open-Source-Projects/iText-Action-password-protection
- Saish

Similar Messages

  • Setting passwords for pdf document generated by SAP system

    We are generating PDF documents from SAP system and distributing them as email attachment. just want to know if anyhow we can enforce the password protection while generating these documents or may be setting the password protection before distribution. If yes, then what are the requirements/essentials for the same?

    1. Is there any OSS Note on the same issue where it has been published by SAP that it can only be ensured using third party solutions? If yes, may I have the link?
    I have no clue on this i.e. whether we can integrate Adobe Policy Server. My understanding was in it's current state it is NOT possible to have secured PDF Forms.
    2. May I have the more elaboration on the way you mentioned in your reply?
    Well what you can do is hide all the elements in the form and keep only a TextField visible. Now write a script and check the value entered in the TextField. If it matches with the default password you want to set then make the form visible else display error prompt back to user.

  • HT1277 i have set up an email account on my iPad, but i can not set up same account on iMac or iPhone , it keeps saying wrong password for account, any help please

    i have set up an email account on my iPad, but i can not set up same account on iMac or iPhone , it keeps saying wrong password for account, any help please

    i am trying to use my sky email on imac & iphone 4gs

  • HT201270 i have just updated my old 3GS and now when i am on restore the window is comming up and asking for a password. i have not set up a password for restore, please help how i can restore my date???

    i have just updated my old 3GS and now when i am on restore the window is comming up and asking for a password. i have not set up a password for restore, please help how i can restore my date???

    capriz wrote:
    i have just updated my old 3GS ...
    To what... iOS 7 is Not supported on the 3 GS

  • How to set password for photos from home screen? Please help.

    Hi,
    Can anyone pls help to set password for my Iphone 4s.
    My friends/family often use my phone for gaming purpose. I don't want them to see my photos/gallery/videos.
    How can I protect my personal things from others?
    Thnx.
    Rgds.

    There is no way to set a password for photos. You could upload all of your photos to something like DropBox, then sign out of the app. Or, you could only let people you trust to respect your privacy touch your phone.

  • Setting password in pdf file in oracle apps

    Hi
    Here is my requirement to set password protech in pdf file and send to email.Can anyone help me how to set password in pdf file in oracle apps 11i
    Thanks

    File > Properties. Then under Security change Security method to None; enter the Control password when prompted. Then Save As.

  • Last time, I've set password for if my iPod is lost, and now I forgot it

    Hi. Last time, I've set password for "Find my iPhone" if my iPod is lost and now I forgot the password for it. Is there any ways that you can help me to unlock it by today?

    Forgotten Screen-Lock Passcode
    Connect the iOS device to your computer and try to make a backup
    iOS: How to back up
    Then restore via iTunes. The iOS device will be erased. Place the iOS device in Recovery Mode if necessary to allow the restore.
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store    

  • Password for pdf output

    Hi all,
    Can anyone tell me how to set password for the xml report output generated by .rtf file.
    thanks in advance,
    siddam

    Hello,
    Take a look at : http://www.oracle.com/technology/products/reports/pluginxchange/index.html
    Secure PDF Destination
    This destination creates a secure PDF that is password-protected. This sample is tested with Oracle Reports 9i, Oracle Reports 10g (9.0.4), and Oracle Reports 10g Release 2 (10.1.2).
    Regards

  • Set password for nokia 5320

    how do i set password for nokia 5320

    The term "password" is pretty vague. What exactly do you mean and what are you trying to protect with this password?
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Setting password for Autologon Default user in registry

    Hi friends
    I don't know is this the right forum to ask this question:
    me along with my colleges are doing some exercises to improve our learnings, so we have setup a test lab which has a test DC & 10 test client computers running windows 8.1 
    as we know, when computers join to domain, the item related to Autologon is removed from netplwiz.
    I know that to be able to use Autlogon feature in joined computers, we can restore the above item by creating the required items via any method like the following:
    $regpath="HKLM:\software\Microsoft\Windows NT \CurrentVersion\Winlogon "
    New-ItemProperty -path $regpath -Name AutoAdminLogon -PropertyType String -Value "1" -Force
    $regpath="HKLM:\software\Microsoft\Windows NT\CurrentVersion\Winlogon"
    New-ItemProperty -path $regpath -Name DefaultDomainName -PropertyType String -Value %USERDOMAIN% -Force
    $regpath="HKLM:\software\Microsoft\Windows NT \CurrentVersion\Winlogon "
    New-ItemProperty -path $regpath -Name DefaultUsername -PropertyType String -Value “administrator” -Force
    the above lines provide required info for Autologon, except the password of the user.because of this we have to sit at every test client & open up netplwiz & manually enter the password for default Autologon user.
    is it possible to define the password for this user as well in the registry?  so that we add it to above lines & save them as a PS script & run that PS script on our test systems so that we don't have to sit at each test client
    & manually set password for default user for Autologon.
    I mean I need when we power on our test clients, they automatically login via domain administrator credentials & be ready to use
    thanks

    The documentation for this might prove helpful:
    http://technet.microsoft.com/en-us/library/cc939702.aspx
    According to the above:
    If you disable automatic logon by setting the value of AutoAdminLogon to 0, delete the value of
    DefaultPassword, which is stored and displayed in the registry editor in plain, unencrypted text.
    (Hint: I found this very quickly by searching for "autoadminlogon" using a search engine.)
    -- Bill Stewart [Bill_Stewart]

  • Programmatically generate password for pdf with data from database

    Good day everyone,
      I would like to know is it possible to programmatically generate passwords for pdf??
    The main idea is to enable an automated process of pdf acquiring individualised password from a database (Excel, Access, you name it) and finally sending the pdf to individual recipient. Can I use javascript for this? And if yes, how?? If not, pls do advice me on the appropriate steps.
    Background (for clarity's sake): 
      Currently I am working on developing an automated process for the sending customised, password encrypted payslip to about 80 staff. The entire procedure is pretty much summarized as below:
    mail merg (UBS output in) excel to words -> convert words to pdf -> programmatically password encrypt the pdf -> email to individual recipients.
    Well my current status is - I am quite done with the batch mail merge and convertion part. And batch proccessing of password encryption is not a problem, but the idea is to allow acrobat to retrieve password automatically from a database and not key-in each and every password manually. The batch email for now is another problem but for now I have to work stepwise. (Any ideas on how to do it would equally be valued though! =D)
    System and software using:
    Windows  XP and 7 Professional
    Microsoft Office Proffesional 2010
    Adobe Acrobat X Pro
    I would be really grateful for any relevant replies to my question and any additional thoughts or ideas are welcome!!
    I would to thank any potential saviour in advance!
    Thank you for helping!

    Basically I need to automate the password generation from database extract
    e.g. Excel database with StaffID, StaffName, PayMonth, etc. Then when the pdf is created, its password would be <StaffID>_<PayMonth> which is extracted from excel.
    Is it possible for this to happen?? I dont mine using Javascript, I'll just have to learn it.
    Or how about recommending a program which does that??
    Whichever is fine as long there's a solution!
    Thanks!

  • Set password to PDF file using ADS server

    How to set password to .PDF file using ADS(Adobe Development Service) server?
    Moderator Message: Not enough effort seen from OP. Thread Locked.
    Edited by: kishan P on Jul 14, 2011 11:51 AM

    Thanks for your prompt reply. Well forget about conversion but there should be a way to just password protect any PDF file, correct?
    We have a 3rd party tool which does that for our VB6 apps, I am surprised how come Acrobat SDK doesn't expose those Properties/Methods for VB6 model.
    Andy

  • C-Plus set bookmark for PDF to FO_PgfFmt when FO_PgfFmt is defined in master page

    Using the following across all documents in a book
    pgfId = F_ApiGetNamedObject(docId, FO_PgfFmt, "100_TOC_Header01");
    F_ApiSetInt(docId, pgfId, FP_AcrobatLevel, 1);
    pgfId = F_ApiGetNamedObject(docId, FO_PgfFmt, "010_01_00_Heading01");
                            F_ApiSetInt(docId, pgfId, FP_AcrobatLevel, 2);
    F_ApiSetInt( bookId, docId, FP_DocAcrobatElements, False);
    F_ApiSetInt( bookId, docId, FP_PDFBookmark, True);   
    F_ApiSetInt( bookId, docId, FP_PDFBookmarksOpenLevel, FV_PDFBookmarksOpenAllLevels);
    F_ApiSetInt( bookId, docId, FP_PDFRegistrationMarks, FV_PDFRegistrationMarksNone);
    F_ApiSimpleSave(docId, F_ApiGetString(FV_SessionId, docId, FP_Name), False);
    to set bookmarks for PDF when doing a save as PDF on the book.
    This works for all FO_PgfFmt's defined in the document except when the FO_PgfFmt is defined in a master page.
    Is there some setting that is needed to get bookmarks from master page FO_PgfFmt's?
    Or is there some setting that needs to be done on the master page to get the bookmark set?
    Any advice or directions would be helpful.
    Using FrameMaker 7.1 on Windows 7.

    Whoever created the Master Page didn't know what they were doing from a workflow perspective. There should never be live content on a Master page.
    The title is placed in a background frame on what is probably defined as the "First" master page and is only used once in your document. It would have been better if this was a variable (it might be, have you checked?) and then you could get at the content easily.
    Option 1: In order to use FM's internal bookmark generation tools, you will need to get that content onto the Body page and into the same flow (and at the correct location) in order to have it appear at the correct location in the Bookmarks panel of the PDF.
    From a programming point of view you will probably need to do the following.
    1. Get the text string from the background frame on the specific Maser Page in the document
    2. Create a custom colour that will be applied to the Text in order to render it "invisible" on the Body page using FM's Color Views option (set the colour to the Invisible column in the View number for the document). (FM will still know that it is there but will not display nor output that string). You could also have this pre-defined in a template and import the template into all files in the book (including the desired paratag for that paragraph on the Master page).
    3. Insert an an anchored frame (outside of text frame position) at the start of the flow.
    4. Insert a text frame into that anchored frame
    5. Insert the text string from the background text frame
    6. Apply the appropriate paratag that uses the Invisible colour for the text
    7. You can now add the paratag to the bookmark list and generate the PDF.
    Option 2: Create the bookmark code directly using pdfmark commands in a postscript text frame on the Body page. Postscript text frame contents are interpreted by Distiller from the output and do not display.
    1. Get the text string from the background frame in the document
    2. Insert an an anchored frame (outside of text frame position) at the start of the flow.
    3. Insert a postscript text frame into that anchored frame
    4. Insert the bookmark pdfmark code including the text from step 1.
    Sample pdfmark code:
    [/Title (the string from the background text frame here) [options for font, colour and hierarchy] /OUT pdfmark
    The minimum info required is in bold.

  • What is the factory set password for the administrator for a macbook pro 13" retina display?

    what is the factory set password for the administrator for a macbook pro 13" retina display?

    Welcome to Apple Support Communities
    Macs don't come with a password. You have to set up the password during the initial setup. If you have forgotten your password, follow these steps to reset your password > http://discussions.apple.com/docs/DOC-4101

  • Set password for listener

    hi all.
    i am using oracle database 11g R2 and Oracle Enterprise Linux 5.5 64bit.
    i have been already set password for listener but when i start and stop then its not asking for Authentication?
    plz guide me thanks in advance.

    hi
    i have been already done that what you suggested for me,current listener is listener.
    even i used netmgr to check authentication tab.
    i am already member of DBA Group.
    here is my listener settings.
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    PASSWORDS_LISTENER = 587DE10070B3EF82
    #----ADDED BY TNSLSNR 06-MAR-2012 11:23:42---
    ADMIN_RESTRICTIONS_LISTENER = ON
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost2)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    SAVE_CONFIG_ON_STOP_LISTENER = TRUEEdited by: Kelly on Mar 6, 2012 3:55 AM

Maybe you are looking for

  • Deleting a record in LFA1

    Hi all, I'm a newbie in ABAP and I'm working on open sql. I've tried to write a simple program about deleting a record in a table: LFA1 After execution I was surprised about result: it works! But LFA1 has references on LFB1, LFBK, and so I have an in

  • Installation Error SAP NW CE 7.1 Java on Windows 2003 SP2

    Hi folks, I am getting an installation Error when trzing to install the Preview Version of CE7.1 Installation will terminate in Step 28 of 34 with the Message PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path Anz

  • MPlayerplug-in for Opera

    If any is interested I have uploaded mplayerplug-in for Opera in AUR. It can be found here. Give your comments and tell me what I have done wrong.

  • HT1288 how do i set up vpn

    how do i set up vpn

  • Lightroom 5.2 (0184931693)

    I just purchase the 9.99 Photoshop CC with Lightroom. I already had CS6 and Lightroom 5.2. Question, I see Photoshop CC has download and configured correctly. I see LR download but I do not see a separate LR CC, I was not sure if this happened or doe