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?

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.

  • Adobe wont let me create a password for my pdf file

    Adobe wont let me create a password for my pdf file

    What "Adobe" do you have? Do you understand the difference between Adobe Reader (free) and Adobe Acrobat ($$)?

  • How to create a password for the pdf file

    In Adore Acrobat XI, how to create a password for the file? The help states going to Tools Menu and clicking on Protection tab - but there is no such option. In the file - properties - security screen, it shows the security details but does not allow to edit it.

    I think you may be mixing up two different products: Adobe Reader (free), and Acrobat ($$).

  • CFDOCUMENT for multiple PDF files

    We have about ten thousand records and have to create one PDF
    file which includes all these records.
    Did indexing for the tables.
    I have CFLOOP around the CFDOCUMENT and am trying to run the
    file.It never works.
    I got an error 500 null (saw it for the first time-using
    CF-7)
    What would be the best way to do it.?
    Please help!!!!!

    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?

  • Are there any workarounds for multiple PDF files created for a single Word 2011 document?

    I am running...
    Mac OS X Version 10.6.8
    Word for Mac 2011
    Adobe Acrobat X Version 10.1.0
    I am working with 100 plus page Word documents that go back and forth between portrait and landscape layouts. When I attempt to create an Acrobat PDF document (or one using the native Mac PDF function), I end up with 10 to 15 separate PDF documents. One person suggested that I simple stitch them together, which is an inordinate amount of work as compared to how simple it is do on my PC with older versions of Acrobat and Word. However, I have noticed that the margins are way off and the pagination is off sometimes too. So even this workaround is not the answer. I last talked to Microsoft, Apple, and Acrobat tech support about five weeks ago. Each blaming the other two but saying they were working together to solve the problem. My recent searches of forums has not revealed any solutions nor have updates changed anything.
    As I am anticipating the day when my old PC stops working, I am searching for a possible workaround or other solution for this problem.

    Thanks for your reply.
    The tip-off may be this.  In Word 2007 on my pc when I print the document to a printer, Word generates 1 print file for the entire document. If I print to PDF, one print file is generated by Word and Acrobat creates a PDF from this file.
    What I just discovered by accident was that when Word for Mac 2011 prints the same Word document to a printer it creates about 10 different print files.  So instead of a 100 page PDF document I end up with 10 PDF documents of 1 to 30 pages depending where the page orientation shifts in the Word document. If you print to a printer that is not turned on, you can see all of the files stacked up in the printer queue. I suspect that Word for Mac 2011 generates 10 different print files during the PDF creation process and therefore Acrobat logically creates 10 different PDFs.  Unfortunately, there are margin errors and other layout errors in these 10 different PDFs so stitching them together is useless.
    I am beginning to think that the way Word for Mac 2011 prints documents is simply incompatabile to Acrobat or the PDF creator that is native to the Mac OS.
    I just think that this is a problem that Microsoft is going to have to fix.

  • VBA to save an Excelfile as pdfdocument with a pdf document open password

    I use VBA and Adobe Acrobat PDFMaker to save Excel-files as pdfs.
    The code I use works perfectly (see below). Which VBA-command is
    necessary to add a Document Open Password to the pdf to open the pdf-file?
    thank you in advance and
    best regards
    gauss
    Sub xls_to_pdf()
    Dim member As Variant
    pdfZähler = 0
      dieseDatei = ThisWorkbook.Path & "\" & Left(ThisWorkbook.Name, Len(ThisWorkbook.Name) - 4)
      drucker = "Adobe PDF"
      Sheets("Frontpage").Select: drucken_mergen
      Sheets("Final").Select
      For Each member In Range("regionen")
        Range("A1").Value = member
        Application.Calculate
        drucken_mergen
      Next member
    End Sub
    Sub drucken_mergen()
    'drucken
    Dim AdobeDistiller As ACRODISTXLib.PdfDistiller
    Set AdobeDistiller = New ACRODISTXLib.PdfDistiller
      If pdfZähler = 0 Then
        file(0) = dieseDatei
        Else
        file(pdfZähler) = dieseDatei & Format(pdfZähler, "0000")
      End If
      ActiveSheet.PrintOut copies:=1, preview:=False, _
        ActivePrinter:=drucker, printtofile:=True, printtofile:=True, _
        prtofilename:=file(pdfZähler) & ".ps"
      AdobeDistiller.FileToPDF file(pdfZähler) & ".ps", file(pdfZähler) & ".pdf", ""
      Kill file(pdfZähler) & ".log"
      Kill file(pdfZähler) & ".ps"
    'mergen
    Dim pdfZiel As AcroPDDoc
    Dim pdfQuelle As AcroPDDoc
    Set pdfZiel = CreateObject("AcroExch.PDDoc")
    Set pdfQuelle = CreateObject("AcroExch.PDDoc")
    If pdfZähler = 0 Then
      pdfZiel.Open (file(pdfZähler) & ".pdf")
      Else
      pdfZiel.Open (file(0) & ".pdf")
      pdfQuelle.Open (file(pdfZähler) & ".pdf")
      pdfZiel.InsertPages pdfZiel.GetNumPages - 1, _
        pdfQuelle, 0, pdfQuelle.GetNumPages, True
      pdfQuelle.Close
      pdfZiel.Save 1, file(0) & ".pdf"
      Kill file(pdfZähler) & ".pdf"
    End If
    pdfZähler = pdfZähler + 1
    End Sub

    Dear Irosenth
    thank you for your answer!

  • Set Password for a PDF created from SAP

    Hi,
    Somebody knows if it is possible to set a password for a pdf file created from a function module.
    We are using different functions to generate the pdf (i.e. CONVERT_OTF, CONVERT_OTF_AND_ARCHIVE).
    Are there some parameters to set this password, or also after archived it (with Archive Link)u2026
    Thanks a lot.
    KR
    Giuseppe.

    I use Report Builder 6.0.5.35.0

  • Indesign CS4 won't retain passwords for placed PDFs

    Hi,
    I've just upgraded to CS4 from CS2 and I'm having a problem with placed PDF files with password protection.
    I wonder if anyone knows why CS4 seems unable to retain passwords for secure PDF files that I have previously placed. Every time I open a document CS4 brings up a 'PDF security password' dialog and I have to enter the password for every placed secure PDF file in the document – no matter how many times I input the passwords and save the document it still happens.
    I never encountered this problem in CS2, all I used to do was place a PDF, enter the password for the secure file and then the next time I opened the document with the placed PDFs it would just open without being prompted for the passwords – CS2 just 'remembered' them or something.
    There's probably a setting for this somewhere, but I can't seem to find it, so any help with this would be appreciated.
    Thank you

    Thanks for your replies guys, I think that a little more information about what I'm doing might help you understand my situation.
    I am the creator of the PDFs, which are adverts, and these are secured with only one password (for permissions) in my workflow to allow them to be proofed to the client (but to prevent them from being passed on and subsequently altered by third parties.) The adverts are subsequently placed into an InDesign document for a publication which I solely produce.
    Previously, when placing these files in InDesign CS2 you only had to enter the permissions password once to place the file and from then on InDesign CS2 did not require the password to be entered again even if you closed the document and re-opened it (unless the artwork had been modified).
    I've been using CS2 with this workflow for years and there's never been a problem with my PDFs – not event at the pre-press stage as I generate a high res PDF file for the entire publication and upload this to repro with whom I have a close working relationship and I'm certain that they would have informed me of any problems. Although I think that the final PDF would not be affected by passworded files?
    I quite agree, I wouldn't expect someone else to place a file that required a password to do so – but that's not the case here. I'd like to understand why CS4 (and interestingly it seems CS3) doesn't retain the permissions password after it has been entered in the first instance – in the same way that CS2 did. It's inconvenient to have to enter it for each advert in the document every time I re-open it.
    Yes, I could remove the security, but for me, that seems to defeat the object of being able to generate just one PDF file in the first place to use in my workflow.

  • I've been asked a document open password that i dont have

    I've been asked a document open password because the pdf is protected, what do i do

    Contact the document's maker and ask them what the password is.

  • Creating unique passwords for a PDF document

    I'm going to be selling a PDF eBook on the Internet. 
    I would like to know if there is a way to create a unique PDF password for each customer
    rather than having every customer have the same password that was created in Adobe Pro. 
    I purchased a $20 eBook that requires you to enter a unique alpha-numeric
    password (given only to me) before the Adobe file shows the eBook contents. 
    I was given a password upon purchasing and when I downloaded and double clicked
    on the PDF file, it had the standard message
    "this PDF is protected. Please enter a Document Open Password."
    They company selling that product must have found a way to create unique passwords
    for each customer with their PDF document. 
    Any help or comments would be appreciated.

    George - what I will be selling is a 650-page PDF eBook.  Given the amount of content (especially the quality of the content), it's worth protecting it.  LockLizard and such products are too high for a startup like mine.  They are geared more for the enterprise business level. 
    Dave Merchant - I right clicked on the PDF eBook I mentioned in my original post that seems to have a unique password for each customer.  On the 'general' tab, it says at the bottom:
    "Security:  This file came from another computer and might be blocked to help protect this computer." 
    I'm not sure if that tells you anything. 
    What's interesting is that after I cancelled the order for that $20 eBook product, the password still works - so the company using that password system either does not have the capability to revoke access or they simply forgot to revoke access to the eBook for me personally. 
    BTW, I found out that e-junkie.com has a PDF stamping option that will stamp each buyer's PDF with their name, email address, and transaction number.  That would help.  But I would still like to have the customer have to login with a unique password or key code to access the eBook contents.  Having tenchology that revokes access to the eBook would also be ideal, but that might be too expensive to implement.
    thanks

  • Pages created a random password for my document on my iPad. I have no idea what it is and I can't open my document. HELP!!!

    Pages created a random password for my document on my iPad. I have no idea what it is and I can't open my document. HELP!!!

    How old is your son?
    Under the Spanner in Pages there is Set Password where you create a password with hint. You really have to deliberately dig this out to do it.
    Do you get a hint when you are asked for the password?
    The Password is very secure, if you can't remember what it is, you will have to recreate the document.
    Peter

  • Open Multiple PDF files from Production order/Routing

    Hi Everyone
    We are in ECC 6.0 environment. We have a scenario where multiple documents were attached to single operation and also at multiple operations. But when I was trying to open these PDF documents, only the last file was getting opened and closing the previous file. How can I open multiple PDF files at one time from Production order or Routing?
    Any help is appreciated.
    Regards
    Prasad

    Hi Prasad,
    from DMS standard I regret but such a functionality is not available. In the standard originals can be opened only one after another.
    I think for realising this functionality an individual modificatoin is necessary.
    Best regards,
    Christoph

  • Searching for links across multiple pdf files

    We have thousands of pdf files that are being moved to a new website. Some of these pdf files have links within them (either as text or as a hyperlink). This number is unknown.
    The issue is how to programmatically search across multiple pdf files (numbering in the thousands) looking for links using a regular expression or part of a path. This will have to be able to search behind the text and search for the link url.
    We first need to identify the number of files with links and create a list of the files with links that need modifying. If the number is too great to modify manually, then we would need the ability to programmatically edit these links.
    The pdf files are stored in a database. Also, the pdf files are different versions and some are password protected.
    Is there an Adobe product that will perform this? If not, are there any 3rd party vendor products that will accomplish this?
    Thanks in advance for your help.

    I have no solution, but a thought: the database factor may seem to be
    a killer. But you could look for a solution designed to read PDF files
    from a web site (by spidering or from a list), which would presumably
    load them.
    Or could do a one off extraction of the files from the database into a
    directory and use that for your process. Probably a very good idea,
    since extracting all files from the database is likely to be costly
    and hammer the server (but can be scheduled at a sensible pace), while
    the search process will (if it is possible at all) doubtless need to
    be run countless times.
    Aandi Inston

  • KM Document iView for displaying PDF file.

    Hi all,
    I have uploaded one pdf file (Estimate.pdf) to KM in folder abc. I want to create an iView to display that pdf file in portal. For which I have created a KM Document iView and in "Path to Document" property I have assigned the document path like: /documents/abc/Estimate.pdf
    Now when try to see preview, instead of opening my pdf file, it shows only one image on top with text mySAP.com.
    I have also tried to create a link to my document and given the link path but I got the same result.
    Can anyone tell me why is this happening? Is there any other property to be set?
    Thanks in advance!!!!!

    Vikranth,
    Check for the path again carefully. I guess you are following the right approach, but instead of previewing it, try assigning it to a user and check what happens.
    Refer to this [article|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0235c19-9493-2b10-64a5-8487b23a7a41]for creation of iviews.
    Good Luck!
    Sandeep Tudumu

Maybe you are looking for

  • I am trying to use Acrobat XI Pro but it says I have no internet connection when I do. What gives?

    I am at my wits end and don't know what to do.

  • Problem with the math library functions

    Hi, I encountered a problem related to some functions provided by math library on sun. I narrowed it down to the following test program: ======================================================== #include<stdio.h> #include<math.h> void pow_res() double

  • Mustek A3 Scanner Leopard driver?

    I have a Mustek A3 scanner, and although it says it is Mac OS X compliant, it isn't recognised by iPhoto. I resorted to installing its Windows driver and scanning software under Windows XP under VMWare, which works fine, but it would be nice if it wo

  • Usagetime similar with standby time please help

    Hi all,my name is Dan.I have an iPhone almost a year(3Gs).everything was fine but whn the iOS 4.1 came my problems begins my battery was down and i can't even use my phone but after soe iOS pdates everything is normal.But i observed what after every

  • 223 GB of "Other"?

    My Macbook says I am using 223 GB of "other" and I cannot figure out what that means.   It is saying my Startup drive is almost full.  Is this the same drive as my hard drive?