InDesign Data Merge using password protected PDFs?

I am trying to print postcards with Data Merge and I've run into a problem. The source files for one of the images are password protected PDFs. They all use the same password, and I do know the password, but InDesign wants me to enter the password every time it processes a record.
If I'm printing 10,000 postcards, I would have to enter the password 10,000 times to make my merged file!
Does anyone have any suggestions? Is there a way to enter the password once and, maybe hold down [command + option + control + kitchensink] or whatever, while clicking "OK" to apply that password to all future password dialog boxes? Is there a script I can run that could automatically enter the password?
The original source PDFs need to keep the password protection, so removing the security en masse isn't an option. Making non-secure copies of all the possible PDFs that could be used seems really unwieldy and would take up a lot of network storage resources, so I really hope there is a more elegant solution out there.
I'm using CS5 on a Mac and I would LOVE it if anyone has any suggestions at all on how to fix this. Thanks!
-Cole Hartson

Your path needs to use a colon instead of a forward slash. Also you might need to add the name of your hard drive before Users.
The easiest way to get the correct path is to manually place one of the images, then go to the links panel, right-click on the image name and select Copy Info > Copy Platform Style Path.

Similar Messages

  • Edit multiple password-protected PDFs using Photoshop CS5 Javascript scripting.

    Good Evening,
    Situation: I have a huge stack of PDF files and I'm using Photoshop CS5 to slice out previews and other things automatically, using a self-built javascript. Some (100+) of these PDFs are password-protected. I have the password to these files.
    Problem: Every time the script tries to open one of the protected PDFs it will open a popup, stop the whole process and wait for the user to input the password.
    Question: Is there a way to add the password to the open command of the app.open(...) function? Or more simply put, can this be fully automated?
    What I looked at so far: "PDFOpenOptions", "app.open(...)", the javascript reference("photoshop_cs5_javascript_ref.pdf") in general.
    Basic Example code:
    var f = new File("path to some password protected PDF");
    var d = app.open(f); //this will trigger the password popup
    doSomethingWithMyDocument(d);
    d.close(SaveOptions.DONOTSAVECHANGES);
    Any help would be greatly appreciated. I have access to Photoshop CS6 as well, if that somehow solves the problem.
    If I'm looking at a dead-end, feel free to tell me too.

    It is possible to do that via Scripting.
    If you are unable to create such a Script maybe you should look up the chapter »Creating data-driven graphics« in the documentation.

  • Printing a password protected PDF file using acroread from Unix?

    We installed v8.1.3 acroread on the server but we are unable to print a password protected PDF file from command line in Unix? <br /><br />cat  <passprotected>.PDF | /usr/bin/acroread -toPostScript | lp -dprinter<br /><br />we get the following error<br /><br />"lp: Error - stdin is empty, so no job has been sent."<br /><br />Please advice <br /><br />Thank you in advance.<br />MSUDHAN.

    Hello,<br /><br />If the pdf file has a doc open password or if printing is disallowed you will not be able to print it using the commandline.<br /><br />Any other pdf can be printed using the same command :<br />cat a.pdf | acroread -toPostScript | lp -d <printer><br /><br />Regards,<br /> Rishi

  • Open password protected pdf using c

    open password protected pdf using c#...
    we will be providing a pdf path & also its password..
    we need to open it in browser without it asking for password..
    Can this be done.??

    Not unless your budget is in the many tens of thousands of dollars. In effect, no.

  • Opening Password protected pdf through code

    Hi Guys,
    I need to create a script in vbscript for opening a Password Protected pdf file. The file needs to fetch the password from a notepad.
    How can i Automate the code for opening the file n number of times without the 'Password' window getting displayed every time. Is their any function available which can verify the 'Password' at back end and the 'Password' window does not gets displayed.
    I have Adobe Reader 9 installed on my machine so can not use CreatObject("AcroExch.PDDoc"). I do not want to use Shell,
    I need the code in vbscript., Please help.
    Thanks in Advance!!

    Maybe he would let you be a tester
    I would like to see this app as well.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • How to read a password protected pdf on a surface pro 2?

    Has anyone been able to successfully open a password protected PDF on a Surface Pro 2?  The Adobe Reader app doesn't work on the surface pro 2 with protected PDFs.

    Use Adobe Reader XI, the regular Adobe Reader for any Windows system.

  • Password Protected PDF Files in Elementary OS

    I have installed Acrobat 9.5.5 on my Elementary OS (Ubuntu base) system but when I try to open a password protected PDF file from my bank Acrobat fails with the error "There was an error opening this document. An updated version of Acrobat is needed in order to open this document.".
    The version that I have installed claims to be 9.5.5 04/26/2013.
    Has anyone got any pointers?
    Thanks

    Well,  first, you probably don't have Acrobat 9.5.5 installed on Ubuntu unless you are running a VM image or using WINE to do so.  You are probably using Adobe Reader 9.x.  If a file was encrypted for Acrobat X and later then you do actually need Adobe Reader version 10.x or later.  Unfortunately there isn't a version 10.x for UNIX/LINUX.  What to do?  Use a VM or WINE and load it up that way.  If you really are running Acrobat 9.5.5 on Ubuntu via a VM image or WINE then you need to load Adobe Reader 10.x or Adobe Reader 11.x.

  • Password protected pdf files in c7

    i am not able to open the password protected pdf files in my c7..it does not even show an option for typing the password..it just show the file is password protected and cannot be opened..i never found such problem in my old n82..why nokia is doing like this in new upgraded phones ...any solutions for this...please...all my mobile bills and credit card bills comes via password protected pdf files...

    Well,  first, you probably don't have Acrobat 9.5.5 installed on Ubuntu unless you are running a VM image or using WINE to do so.  You are probably using Adobe Reader 9.x.  If a file was encrypted for Acrobat X and later then you do actually need Adobe Reader version 10.x or later.  Unfortunately there isn't a version 10.x for UNIX/LINUX.  What to do?  Use a VM or WINE and load it up that way.  If you really are running Acrobat 9.5.5 on Ubuntu via a VM image or WINE then you need to load Adobe Reader 10.x or Adobe Reader 11.x.

  • Acrobat 8.1 and C# - How can you detect password protected PDF files?

    I am modifying our existing C# code that opens PDF files.  But when ever we hit a password protected file, we are prompted for a password.  This is an automated process, so if we detect a password protected file, we move the file to a manual processing folder to be processed later.
    We are using Acrobat 8.1 Standard.
    Our code looks like this:
    using 
    System;
    using 
    System.Collections.Generic;
    using 
    System.Linq;
    using 
    System.Text;
    using 
    Acrobat;
    using 
    System.IO;
    using 
    Word = Microsoft.Office.Interop.Word;
    using 
    System.Reflection;
         AcroApp app = new AcroApp();     app.Hide();
         try
              if (app != null)          {
                   app.CloseAllDocs();
                   AcroAVDoc av = new AcroAVDoc(); 
                   if (av.Open(filename, "Test") == true)               {
                        AcroPDDoc doc = new AcroPDDoc();                    doc = (
    AcroPDDoc)av.GetPDDoc(); 
                        doc.Save((
    short)Acrobat.PDSaveFlags.PDSaveFull, 
                        Utilities.GeneratePath(FileVersion.TEMP) + fi.Name.RemoveFileExtension() + ".PDF");                    doc.Close();
         catch (Exception ex)     {
              ErrorLog.LogError(filename.RemoveFileExtension(), ex);     }
         finally
              app.CloseAllDocs();
              app.Exit();
    This works great for non-password protected PDF files, but it prompts for a password if the file is password protected.  I was looking at the FileOpenEX functionality, but I can not find the reference to bring into my C# project.  It looks like it is only for C++, since I could only find C++ examples.
    Any help would be appreciated.
    Thanks,
    Tom

    There are no methods in the Acrobat SDK for C# for what you wish to accomplish.

  • Reader plug-in, save copy of password protected pdf without password

    Hello,
    We currently have an Acrobat Reader plugin (using the 8.1 SDK) and are having trouble with password protected PDFs.
    The sole purpose of our plug-in is to pass a copy of the currently open PDF to a different folder on the user's computer. The problem we are facing is with the password protected PDFs. We would like to pass a copy of the PDF that doesn't have the readonly password protection.
    Scenario:
    1. The user opens a password protected PDF in Adobe Reader.
    2. They are prompted for the password, they enter it and can see the PDF. 3. Now they click our custom button.
    4. Save a copy of the currently open PDF without password protection
    Since we already know they have entered the correct password, in theory we should be able to either save all of the content to a new file, or simply remove the password protection.
    Can anyone point me in the right direction so that I will be able to get a PDF without the password?
    Thanks,
    Ryan

    Hi again,
    I was doing some research in the API reference and examples and I think that for my business problem, it will be sufficient if I can get the read access password. I found that I am able to use the following:
    AVCryptGetPassword(pdDoc, permsWanted, (void **)&password)
    This prompts the user to enter the password and puts the actual password in the &password variable, which will will work for us. Ideally though, I would like to not have to prompt the user again for the password since they already entered when opening the pdf, is it possible to get access to the plain text of the password that they typed when opening the pdf or another way?
    I tried:
    StdSecurityDataRec* secData;
    secData = (StdSecurityDataRec*)PDDocGetNewSecurityData (pdDoc);
    if (secData) {
    if (secData->hasUserPW)
    char* mypw = secData->userPW;
    However, the password is encrypted. Thanks for your help!
    Thanks,
    Ryan

  • OBIEE 11g having problems with password protected PDF files.

    I have been able to get an analysis in OBIEE 11g to display PDF files.
    However, some of these documents contain sensitive information and must be secured. Since anyone with access to the file name
    could simply type in the proper path in the browser window, this is unacceptable. In order to try and prevent this, I created a pdf file
    that is protected with a password.
    Opening the file by itself, produces the desired results. The password is requested before the file will open.
    When I open the file through my analysis in OBIEE, Adobe reader activates, but the password is not requested and the file does not open.
    It is as if OBIEE is somehow not sensing that Adobee is asking for a password.
    Does anyone have any experience with this?

    FYI, in case anyone is interested, I found out what is going on.
    I created the original password protected PDF using Microsoft Word. I did this because I do not have a full version of Adobe Acrobat that allows me to create files.
    On a hunch, I found someone that has a full version of Acrobat, and had them create a password protected PDF file. This file worked perfectly.
    Apparently, Word is not strictly adhering to PDF guidelines, and OBIEE senses the differences, resulting in the file not opening properly.
    Something to keep in mind for anyone linking to password protected PDF files in OBIEE.

  • How to display in browser a password protected pdf file I created?

    I created a password protected pdf file.
    I want to display the file in browser so that viewers can only view it online.
    It is better that viewers cannot download it.
    But I donot know how to prevent viewers downloading the file.
    Since the pdf is password protected, viewers don't have the password even they download it.
    But how can I display the password protected pdf file in browser when I know the password?
    Or is there a better to just viewers see the pdf file online and prevent them from downloading and printing it?

    Any file on the web has to be copied to the local machine in order for the file content to be presented to the viewer. That's how the "www" is built.  So, to make use of your web based PDF the file has to be downloaded to the local machine. This might be to the local machine's temporary internet / browser cache or (via a 'save this to my computer') to some other location on the local machine's HDD. Bottom line -- web based files get downloaded this is the case for protected file or a non-protected file.
    Be well...
    Message was edited by: CtDave

  • How to open a password-protected PDF in Safari on iPad(3)?

    I have some password-protected PDFs available on my public-facing website (hosted by MS Office365) that I'm unable to open in Safari on my iPad(3). When attempting to open these files using Safari on my iPad, I receive a grey screen with no presentation of the Adobe Reader "insert password" dialogue box. I do have Adobe Reader installed on my iPad. These PDFs do open on my PC with both IE9 and Safari. I can also open these PDFs on my iPad independent of using Safari. And, I have some non-password-protected PDFs on my website that open using Safari on my iPad. The problem seems to be uniquely associated with the combination of 1) a password-protected PDF, 2) Safari, and 3) the iPad(3). Does anyone have a solution to this particular situation?

    Someone on another forum said you can with the app Goodreader Lite, but I haven't gotten to try it yet. I will let you know in about 45 minutes.
    P.S: Or this sounds even better - http://discussions.apple.com/thread.jspa?messageID=11780778&#11780778
    Message was edited by: compwiz1202

  • I cannot open password protected PDF document with attachments with Adobe Reader on OS X. Crashes.

    I cannot open password protected PDF document having attachments on my OS X (v 10.8.4) with Adobe Reader X nor XI. The reader crashes. The same document using the same password opens fine on the laptop and Windows systems wheni it is fetched from a secure mail server. Why?

    Moved to Adobe Reader

  • Unable to open password protected PDF in safari

    Dear all, I'm new in using iPhone safari. I have problem in opening password protected PDF file from safari. Do you have any solution or workaround to resolve this problem
    Regards
    BR

    You can put pretty much any character into the encryption password for a PDF file apart from control codes (carriage returns, backspaces, etc), but whether the vendor's website can is another matter!
    As you seem to have a PDF with a user password that isn't what you expected, there's nothing you can do to remove it other than perhaps trying a version without the quote characters, or with a backslash in front of the quote (it's possible they escaped the string on the login form in preparation for storing it in a database, and forgot to unescape it again).

Maybe you are looking for

  • Include Button that executes PL/SQL procedure to SQL query based region

    I would like to add two columns to a SQL query region. These columns would not be sourced from the query, but rather would be used to execute a PL/SQL procedure. For example, I would like to have a manager approve or deny adding an additional employe

  • Error message @ Win 7 Pro start up "There was aproblem starting C:\programdata\ofpviaowu.dat - The specified module could not be found."

    Error message @ Win 7 Pro start up "There was a problem starting C:\programdata\ofpviaowu.dat - The specified module could not be found." This error message appears every time I start (boot) my computer and windows starts (Firefox is not running at s

  • Error in Transfer Process (Urgent )

    Hi, I am working with a classic scenario and the problem is that after the Shopping cart is approved,the follow-on document is not getting created. In the Follow on doc tab I get the status as "Shopping Cart Approved" When I check the SC in t-code BB

  • Specify a specific table row ID

    Hi, Is it possible to specify custom attribute for a table row, for example: <tr id="#SOME_ID#" child-of-#PARENT_ID#><td>My Data</td></tr>If you are wondering why I want to do this see this link. Thanks in advance, Gareth.

  • Java runtime error related to JVM

    HI all, I am getting an error during run time of kind .. JVMDG217: Dump Handler is Processing Signal 11 - Please Wait. JVMDG303: JVM Requesting Java core file JVMDG304: Java core file written to C:\Program Files\IBM\Rational\SDP\6.0\javacore.20061005