Can't open password protected PDF files.

As per the thread title, I can't seem to open password protected PDF files via the Mail app.
I've read that you can open them if they're synced and opened via iBook, however, this is not an option for me.
I get sent several password protected PDF for work per week and would like to be able to read them directly from the Mail app just like a regular PDF file.
Does Apple know of this issue and will they implement a fix in the near future?

Get this:
http://itunes.apple.com/us/app/pdf-expert-professional-pdf/id323133888?mt=8

Similar Messages

  • 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.

  • Will the new iPad open password protected PDF files?

    I attend college online, and have always had a problem viewing password protected PDF files on my iPad. Will the new iPad allow opening these files?
    Thank you!

    You can install the same iOS version running the new iPad onto your iPad.
    Download the free Adobe Reader app from the App Store. It opens password protected PDFs just like thee desktop version.

  • Opening Password Protected PDF Files attachments on PlayBook

    Hi,
    The Password protected PDF file attachments do not open on PlayBook....Is there any way out???
    Thanks...

    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

  • Acrobat XI Pro for OSX can't open password-protected pdfs created using Acrobat 9 Pro for Windows

    I am having problems opening password-protected files created on a PC using Acrobat 9 Pro.  I am running a MacBook Pro OSX 10.8.4 with Acrobat XI Pro.  When I attempt to enter the password when prompted, a dialogue box pops up saying that I've entered the incorrect password.  After many attempts, I am certain that the password entered is correct -- this is reinforced by the fact that i am able to open the same document using Mac's Preview software.
    Any assistance would be appreciated!
    Thanks.

    I was suddenly having the same problem in Acrobat XI Pro for Windows (recently upgraded to CC from Acrobat X).  For the past while I've sometimes had to use the "insert from file" tool to get a page added from another file.  I couldn't figure out why dragging sometimes would no longer work, but was too busy to go looking for a solution until tonight. 
    The solution was given by JoshTatum24 above. Switch from a scrolling page display to single page display.  Now I can drag pages between documents again.  THANK YOU Josh!
    Oh, and CORREAdmin,  it does not matter whether the hand or arrow selection tool is active, my mouse pointer is always an arrow when positioned in the page thumbnails panel.  Switching selection tools does not make a difference in dragging, but switching between scrolling and single page display definitely DOES make the difference.

  • Can't open password protected pdf in reader

    Password protected PDF rejects password.
    The password is correct, as this PDF can be opened on other
    PC.
    Ver of adobe reader is 11.0 on windows 7 pro

    Save PDF to desktop and open in adobe reader, also open reader
    first and selected file

  • Need javascript/VB code to open password protected PDF file by passing password in code itself.

    Hi,
    I have used PDFcreator to create the PDF file with password security
    'To create PDF file with password security
    With PDFCreator1
    .cOption("UseAutosave") = 1
    .cOption("UseAutosaveDirectory") = 1
    ' ==============
    .cOption("AutosaveDirectory") = strBackupPath '& "\" & Format(Trim(Sheets("Form16_Database").Range("A" &
    I).Value), "0#####") & "\" 'ActiveWorkbook.Path
    Debug.Print Trim(Sheets("Form16_Database").Range("A" & I).Value) & "Form16-" & Format(Trim(Sheets
    ("Form16_Database").Range("A" & I).Value), "0#####") & "-" & Format(Now(), "YYYYMMDDHHMMSS") & ".PDF"
    .cOption("AutosaveFilename") = Format(Trim(Sheets("Form16_Database").Range("B" & I).Value), "0#####") & ".PDF"
    FileName = Format(Trim(Sheets("Form16_Database").Range("B" & I).Value), "0#####") & ".PDF"
    .cOption("AutosaveFormat") = 0
    .cOptions.PDFUseSecurity = 1
    .cOption("PDFOwnerPass") = 1
    .cOption("PDFOwnerPasswordString") = "mypass"
    .cOption("PDFUserPass") = 1
    .cOption("PDFUserPasswordString") = "mypass"
    .cClearCache
    End With
    'Printing to PDF Creator
    ActiveSheet.PrintOut Copies:=1, ActivePrinter:="PDFCreator"
    'Making the system wait for the PDF creator to create the file
    Do Until PDFCreator1.cCountOfPrintjobs = 1
    DoEvents
    Sleep 1000
    Loop
    PDFCreator1.cPrinterStop = False
    Sleep 1000
    ''and To fix digital signature used below code from Acrobat SDK 8.1..
    ''VB code for fixing Digital Signature --calling jaascript file from SDK.
    Sub GetDigitalSignature(PDFFilepath As String, PDFFileName As String, PFXfile As String, Password As String, Top As Double,
    Left As Integer)
    Dim gapp As Acrobat.AcroApp
    Dim gpddoc As Acrobat.AcroPDDoc
    Dim jso As Object
    Dim FullPath As String
    Dim avDoc As CAcroAVDoc
    Dim boK As Boolean
    Dim ppklite As Object
    Set avDoc = CreateObject("AcroExch.AVDoc")
    Set gapp = CreateObject("acroexch.app")
    Set gpddoc = CreateObject("acroexch.pddoc")
    boK = avDoc.Open(PDFFilepath, PDFFileName)
    gpddoc.Open (PDFFilepath)
    Set jso = gpddoc.GetJSObject()
    jso.SetUserPassword (Password)
    jso.SetUserDigitalIDPath (PFXfile)
    jso.SetSignTop (Top)
    jso.SetSignLeft (Left)
    jso.app.execMenuItem ("ADBESDK:AddSignature")
    avDoc.Close (True)
    gapp.Exit
    End Sub
    Now i am able to create PDF with Digital signature. But We want to assign password protection too..and problem is once we fix Digital signature we can't change security.
    My problem is to pass password at the time of opening PDF for embedding signature. Password window should not prompt to the user while running VBA application.
    Can you please help me to pass password on fly when file prompt password while opening PDF file. As file need to be opened at the time of fixing signature using sdk javascript code.

    Correct, you need to encrypt then sign.
    Unfortunately, there is no way to pass a password for opening.

  • Cannot open password protected .pdf files?

    I have an ebook for school that requires a username/password combo to open. It of course opens on my computer, but when I try to open it on my Galaxy III, it says there was an error opening the document. It also will not open with my Galaxy Tab 7.0. I have the most updated versions on both devices.
    Can I not open this type of file with Adobe Reader?
    Please help!! I need to be able to open this ebook on the go!
    Thanks so much!!!!!!!!!!!!!!!!!!!!!!!

    Thanks Michael for your speedy reply.  I have been reading on the Adobe site and I figured that much.  I buy knitting patterns and crochet patterns at a cost and I download and print them.  I 'save them to My Documents', some of the older ones I can bring up and print again but it has been just recently that the new ones will not allow me to view them.  I know you can get password breaker software.  Do you think it is a good practise to have such software in your computer? Thanks again.  JenonDenman.

  • How do I open password protected PDF files?

    I am taking online classes and cannot open the ebooks. Are there any suggestions on how to do this?

    DIvastella0212 which Adobe software or service is your inquiry in relation too?

  • 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).

  • REQUEST: Support for password-protected PDF files and SD-card installation

    I would like to request for the features in the topic.
    The current version can't open password-protected files hence I still need to download them on a PC before viewing them.
    SD-card install is necessary for some devices running on Froyo as they don't have a lot of internal memory.
    Thanks in advance.

    Hi AndrewSV,
    I am sorry to hear that you are having problems opening password-protected PDF files, and that the users are being prompted for a password, which shouldn't be required for Viewing and Printing the file.
    I have opened up a [https://bugzilla.mozilla.org/show_bug.cgi?id=900822 bug for this issue], and our engineers and volunteers will be able to investigate this issue.
    Yes, please attach the write-protected PDF as an example, so that they can see what's happening.
    Thank you for your help! =)
    - Ralph

  • How can I print a protected pdf file if I know the password in Acrobat Reader 9?

    Hi,
    I have just received a password protected PDF file (Password isn't for opening the file, but to change security settings like copying, editing etc. only). I have the password for the file, but have no idea as to where I should enter this password in Adobe Acrobat Reader 9?
    Someone pls give me the steps to find the password field in Adobe Acrobat reader 9 to enter this password.
    Hope I don't need Adobe Acrobat 9.0 for this and reader would suffice?
    Thanks in advance.

    You can change the protection with Adobe Acrobat and the password. Not possible with only Adobe Reader.

  • Cannot open a password protected PDF file on my ipad

    WHy can't I open a password protected PDF file on my ipad even after I enter my password.

    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

  • Before I buy "numbers" can anyuser tell me if I'll able 2 open password protected excel files in 4S?

    Before I buy "numbers" can anyuser advise me from their experiences if I'll be able to open password protected excel files in iphone 4S?

    I haven't tried opening any password-protected Office files in Numbers or Pages on my iOS device, but I doubt that it can be done. Neither Numbers or Pages for the Mac can open them so it is extremely unlikely.

  • 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

Maybe you are looking for

  • IMac won't start if iSight is plugged in

    If the external iSight camera is connected to my parents' iMac it won't start and they hear clicking sounds. Disconnecting the iSight from the FireWire port, however, solves the problem and the iMac turns on fine. They are running an iMac G5 with 10.

  • Satellite L300 - System crashes often

    Hello! Recently bought Toshiba Satellite L300-1AM (PSLBGE), now I'm facing the system crashing problem. Laptop came without operating system. First thing, I installed Windows XP, updated BIOS version from v1.3 to v1.6 then have to reinstall XP. After

  • ESS - Managers can view current salaries on old org structure

    Hi, I have a problem in SAP MDT and am hoping for some help. A manager can change the date range in MDT to view historical organisational structures and data... My problem is that managers can view old organisational structures with up to date person

  • Photographs uploaded to Behance from Lightroom 5 are not oriented properly. What can I do?

    Photographs uploaded to Behance from Lightroom 5 are not oriented properly. What can I do?

  • Online Restoration using SQL Server

    Hi Friends, Can anyone help me regarding Online Restoration using MS SQL Server, We are Using ECC 6.0, Windows 2003 server , SQL Server 2005 Can you please tell me the complete procedure am new to SQL Server U can Mail me on [email protected] PLZZZZZ