Import PDF to SFP security error

Hi All,
When I try to import a pdf using the SFP transaction it throws an Adobe Lifecycle Designer Error - The system does not support the encryption standard used for the password that protects 'D:\ADOBE Document.pdf'. Please contact the system administrator.
Can someone tell me how to resolve this issue?
Thanks for all your help in advance.
Regards,
Yogesh

Hi,
it looks like that document uses newer encryption standard than it is supported by your version of Livecycle Desginer. How did you create that pdf document? Probably you just need to choose different encryption standard. You can do this in Adobe Acrobat. Check Adobe [Acrobat documentation|http://help.adobe.com/en_US/Acrobat/9.0/Standard/WSD012A4E1-51D1-4bcd-BA9F-EF03C6F20BB6.html#WSF3F0D68E-B5EA-4a49-BD2F-D3232A5F3E1F.w]. Another possible way is ti upgrade your Livecycle Desginer. What version do you have?
Cheers

Similar Messages

  • I keep receiving security errors when trying to open a pdf.

    I keep receiving a security error when trying to run my javascript program, the function previously worked, but now creates an error after I entered the addWaterMark function. I have put my whole code below for my script.
    The basic function is to load a text file into an array which has the path and file location, open the document, add a watermark, save the file, close the file, then repeat for the next array position.
    I am using Acrobat Standard so I am unable to debug using the console, therefore I am struggling to understand what I am doing wrong. I will point out that I am not a fluent programmer, only have a basic knowledge of programming.
    Code
    app.addSubMenu(
      cName:"Extras",
      cParent:"Edit"
    app.addMenuItem(
      cName:"Import File",
      cParent:"Extras",
      cExec:"main()"
    function main()
      var fileCount = 0
      var listOfFiles = []
      listOfFiles = importData()
      amountOfFiles = listOfFiles.length
      for (var i =0; i<listOfFiles.length; i++)   //calculates amount of entries in the array listOfFiles
      newFile = openFile(listOfFiles[i]) //Opens current file
      var d = app.activeDocs; //Gets current document title name 
      addWater(d[0]);
      app.execMenuItem("Save");
      for( var x in d ) d[x].closeDoc();
    function addWater(myName)
    { app.alert("watermark",0);
      myName.addWatermarkFromText(
      cText: "OBSOLETE",
      cFont: "Arial",
      nFontSize:36,
      aColor: color.red,
      nOpacity: 0.5
    //function SaveFile saves the current file but with an addition of WM to the filename
    saveFile = app.trustedFunction(function(currentDoc, currentFileName)
      { app.alert("savefile",0);
      app.beginPriv();
      currentDoc.saveAs(currentFileName);
      app.endPriv();
    //function openFile which opens the file named in the variable currentFilename
    openFile = app.trustedFunction(function(currentFileName)
      {app.alert("openfile" + currentFileName,0);
      app.beginPriv();
      app.openDoc(currentFileName);
      app.endPriv();
    //importData function imports the paths and filenames contained in the list.txt located on the desktop
    importData = app.trustedFunction(function()
      {app.alert("import",0);
      app.beginPriv();
      cFilePath = "/C/Users/103019944/Desktop/File_List.txt";
      var stmData = util.readFileIntoStream(cFilePath);
      var cData = util.stringFromStream(stmData);
      var cMsg = cData;
      var fileArray = cMsg.split("\r\n");
      for (var i =0; i<fileArray.length; i++)
      return(fileArray);
      app.endPriv();

    I have found the error, you are quite correct I had an extra letter in the filename, I thought I'd checked this but just shows that sattention to detail is the key.
    The script works perfectly now, thanks you for your help, really appreciated.
    Thanks again
    Ben

  • Security error while loading pdf file in jsp in firefox?

    When i type in the following link manually in firefox as " file://///172.16.2.1/copyediting/ELS/mallet.pdf", pdf file is loaded successfully in the firefox browser. PDF file is located in remote server which is referred by IP 172.16.2.1.
    I've assigned the Same link in a String in jsp page and tested it through my tomcat application as
    <%
    String linktotest="file://///172.16.2.1/copyediting/ELS/mallet.pdf";
    %>
    <a href="<%=linktotest%>">link</a>
    when i click on the hyperlink , the pdf is not loaded in firefox and i'm getting the following error in firefox error console
    Security Error: Content at http://172.16.3.222:8080/FMS/source/journal/ProductionEntry.jsp may not load or link to file://///172.16.2.1/copyediting/ELS/mallet.pdf
    can any one please give me the solution.

    Links and forms in HTML should point to public URL´s (with http:// or https:// protocol), not to the file system (with file://).
    If those files are not public accessible by URL, then you need to create a servlet which does the file streaming task. This example may be useful then: [http://balusc.blogspot.com/2007/07/fileservlet.html].

  • Error Message when importing pdf documents.

    When trying to import pdf document to form central, I receive an error message stating that form central could not import pdf documents because it contains no form fields. I don't know what the error message is referring to. Can someone  help with this issue.
    Thanks in advance.
    Codblxx2013

    This post explains:
    http://forums.adobe.com/message/5226128#5226128

  • How to open -pdf in a secure environment

    Opening PDF files from a secured account on Internet (e.g. telephone billing info) does not work. in Safe as the file is shown as _pdf (underscore instead of dot).  We suspect this problem started after installing CS6, but are not sure. Win 7, IE 9, Reader XI

    PDF on a regular website can be opened and downloaded. However, PDF on a secure website (https) looks normal with normal icon but double click gives screen for open / save / save as. ‘Open’ gives no result, no error message either. ‘Save’ or ‘save as’ shows screen with filename ending on _pdf, which cannot be opened or saved, no error messages either. Changing the filename into .pdf gives the same reaction: nothing happens, no error messages.
    The same files can be opened on a different PC win7, IE9, Reader XI and similar software, but without CS6.
    Van: Pat Willener [email protected]
    Verzonden: 3 november 2012 5:19
    Aan: EllyHo
    Onderwerp: how to open -pdf in a secure environment
    Re: how to open -pdf in a secure environment
    created by Pat Willener <http://forums.adobe.com/people/pwillener>  in Adobe Reader - View the full discussion <http://forums.adobe.com/message/4820274#4820274

  • Security Error when trying to access web service

    I have an app that connects over HTTPS to a web service on
    our internal network. The interface to the web service was created
    by using the WSDL Import function of the Flex IDE.
    I can run the app and retrieve data without a problem when I
    run from the debug-bin folder that the Flex IDE compiles to.
    However, I cannot connect to the web service from anywhere else,
    such as a different location on my own local drives, a network
    drive, or another persons machine.
    I've setup a local instance of Apache with mod_ssl so I could
    host the app under an HTTPS connection itself, which the
    documentation seemed to imply that would work. However, when I run
    the app, I get:
    [FaultEvent fault=[RPC Fault faultString="Security error
    accessing url" faultCode="Channel.Security.Error"
    faultDetail="Destination: DefaultHTTPS"] messageId=null
    type="fault" bubbles=true cancelable=true eventPhase=2]
    I am accessing the app by going to
    https://mymachine.companydomain.com/myapp.html, and the web service
    is being accessed through https://webservice.companydomain.com/.
    Anybody have any thoughts on what I should be looking at?
    I've been searching and trying things for a few days with no luck.
    Any help would be appreciated. Thanks.

    The SSL handshake works differently to a browser as it is making the connections automatically.
    The browser asks every time if you want to trust an expired certificate, and it also recommends not to. Its impractical to manually check every service call to say do you trust the certificate so the functionality doesn't exist. I doubt any integration product does this. Therefore there isn't a option to ignore the certificate if it has expired.
    This makes sence as the certificate is untrustworthy. The whole idea around SSL is trusting the site you are communicating with, all parties need to be trusted. This stops hackers from replicating their site and intercepting data.
    If the administrator of the remote site is not willing to renew the certificate, are they really interested in SSL. I suggest they expose a non SSL service.
    cheers
    James

  • Is there a way to print a pdf, which is secured with password?

    I want to know a way to print pdf which is secured with password to print without throwing a error ?
    Instead it has to ask for a password and print..

    we need to have an associated application installed in the system for that particular fileYup.
    does javax.print api works for pdf files and word documents?Nope.
    There is something called (I think) iText which can handle PDF documents. No idea whether it includes a printing facility or not.
    db

  • How to import pdf files in Premiere Elements 8

    Hello,
    I'd like to know if there's a way to import pdf files in premiere elements 8, becouse if I try to import it in "project" it gives me an error saying "this type of file is not supported".
    Thank you
    Sebastian

    Unfortunalty it's not working for me yet. If I try to import the PDF (single page)  into the project, the progress bar reach 100% but then says: "the file is not supported, or the required codec is not installed". I have Acrobat Reader 9.3 installed too.
    I've uploaded one of the PDF's that I want to use if you want to test it yourself:
    http://www.megaupload.com/?d=YB7NT4QR
    One of my coworkers says that I may need Adobe Bridge to do so, is that correct? Otherwise a simple "pdf to jpg" (or other image formats) could solve the problem.
    Thanks for your support.
    Sebastian

  • Cannot import PDF files into iPhoto 4.0.3

    Is it possible to import PDF files into iPhoto 4.0.3? I can't drag and drop them into iphoto folders without the "Unreadable Files" error. I have tried importing them through the iPhoto menu and still get the same results. I have tried importing the PDF files from several places such as my desktop because I wondered if the location of the original made a difference, but that doesn't seem to help. I didn't find anything when I searched for this problem here in the forum so I wondered if anyone else is having the same problems.
    Any help would be appreciated.
    Thanks,
    Morgan

    No because I had iPhoto 4 open and tried to run the Save PDF to iPhoto on a book in that library. I think it's just the different data structure, etc.. It's just not compatible with Automator or at least that particular workflow. I tried printing to PDF from V4 and then do the Save to iPhoto from Preview with V4 open and I still get the error message. So iPhoto 4 is just not compatible with that workflow.
    A workaround is to create a PDF file of the whole book and then manually save each page as a jpg file and import those. That's what I did for my first book. You could do a screen shot of each page in the preview mode and use those but the resolution will be limited to screen resolution, 72dip. You will get resolutions on the order of 150-200 dpi thru the Save As route in Preview or the Save to iPhoto automator method.
    I'm sure you could create an Automator workflow that would take the PDF file and save each page as a jpg file and name it sequentially. I'll have to take a closer look at Automator soon.

  • Having trouble importing .PDF file into Adobe Digital Editions

    I tried to import .pdf file into Adobe digital Editions. I received an error message that the version of Adobe Digital Editions does not support password protected files. The file is not password protected. I can open it easily with Adobe acrobat reader and Adobe acrobat professional
    Can some please help

    I just tried it on my machine and it worked fine .....I have Office 2010 though.
    Paul

  • Save As - Not Allowed Security Error

    Hello,
    I have a script to save a livecycle form with a predefined path and file name.
    However there is a Not allowed Error: Security settings prevent access to this property or method.
    I am not sure why the security error is still there when a trusted function is used.
    Can someone please provide some assistance with the script to advise where it could be going wrong?
    mySaveAs
    = app.trustPropagatorFunction(function(doc,path){
    app.beginPriv();
    doc.saveAs(path);
    app.endPriv();
    myTrustedSpecialTaskFunc
    = app.trustedFunction(function(doc,path){
    // Privileged and/or non-privileged code above
    app.beginPriv();
    mySaveAs(doc
    ,path);app.endPriv();
    // Privileged and/or non-privileged code below
    myTrustedSpecialTaskFunc(
    this, "/c/temp/Leave Application" + Applicants_Name.rawValue + ".pdf");
    Any help will be greatly appreciated.

    http://forums.adobe.com/people/Niall%20O'Donovan
    Hello Jo,
    I have a referred to a Post by Niall O'Donovan in a Prior Post similar to yours,
    see if this resolves your Issue.
    ================================================
    You don't need this trusted function. It allows a form to access properties such as the login name, etc.
    // folder level JavaScript to allow access to the identity object properties
    trustedIdentity = app.trustedFunction( function (sProperty)
    var iProperty = "";
    app.beginPriv();
    iProperty = identity[sProperty];
    app.endPriv();
    return iProperty;
    The script in the .js accessing the fields in the form are not correct:
    var vDate1 = event.target.xfa.resolveNode(topmostSubform[0].Page1[0].Date1[0]).rawValue.toString();
    var vTime1 = event.target.xfa.resolveNode(topmostSubform[0].Page1[0].Time1[0]).rawValue.toString();
    Firstly the main page in the form is not named, which makes referencing it difficult. If you call the page "page1", then remember that javascript is case sensitive.It should look something like this:
    var vDate1 = event.target.xfa.resolveNode(form1[0].page1[0].Date1[0]).rawValue.toString();
    var vTime1 = event.target.xfa.resolveNode(form1[0].page1[0].Time1[0]).rawValue.toString();
    You will need to create a "Test" folder in the root directory "C:", as Acrobat will not create one for you.
    Lastly it will not work in Reader unless the form is Reader Enabled.
    ================================
    Reena

  • Importing pdf objects into MDM

    Hi There,
    I'm trying to import pdf files against product records, however i'm getting an 'MDM Server error' when trying to load. I've added the pdf lookup to the product table, shouldn't i now be able to add pdf files to the database? Is there a setting that should enable this on the MDM server?
    Regards,
    Adam Sellers.

    Hi,
    To import PDFs you can refer following links
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c01f54a2-99f1-2a10-5aa5-dcc50870e7f6
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e057a910-3d4b-2b10-b490-cb569d694614
    Regards
    Nisha

  • Importing PDF files into iPhoto

    I seem to remember being able to import pdf files into iPhoto; now I am unable to.
    When I click on the pdf option in Print, "Save PDF to iPhoto" is one of the options given. If I click it, and try to save pdfs to iPhoto, I get a dialog box asking me to choose which album to import to. Whichever one I choose, I get an Applescript error, "file/private/temp/etc.etc.jpg was not found (-43)" .
    If I create a pdf and drag it to iPhoto, I get an "Unreadable files" dialog box telling me "The following file could to be imported. (The file is in an unrecognized format.)"
    And if I try to import via File––>Import, the pdfs are all greyed out.
    Any suggestions?
    Would upgrading the OS to 10.4.5 or the iPhoto to 6.1 help? I'm temporarily abroad, and don't want to screw up the laptop if I can avoid it.

    luba:
    That's been a bug with the Automator workflow ever since it's been introduced. Be sure to post that fact at the iPhoto feedback page: http://www.apple.com/feedback/iphoto.html.
    I wanted to create a slideshow of a book that I created but had to open each page of the book and do a Save As, picking the jpg format, to be able to do what I wanted.

  • Failed to import PDF

    Just received and advert and tried to place it in InDesign but it comes up with the error message "Failed to Import PDF".
    This PDF was created in Corel here's the info from Acrobat
    Any ideas? If getting it resupplied what Corel PDF version is supported by InDesign?

    As it happens, meteorite impacts may not occur for a million years, and then twice the same day on opposite sides of the Earth.
    I just got two PDFs, and on placing I got the usual Show Options options, complete with preview (and no unavailable option selected). On OK'ing it to place, ID said, I quote, "Failed to open the PDF file". It opened just fine in Acrobat. Pitstop, on the other hand, didn't really like it, and refused to do anything with the file. Printing the file from PDF to PDF finally made it come alive.
    FWIW, both PDFs appear to be created by some software called "Microsoft PowerPoint", and Produced By "Mac OS X 10.5.8 Quartz PDFContext". I strongly suspect either of them could be the responsible party.

  • Excel won't import PDFs

    I recently updated to Adobe Reader X and suddenly can no longer import PDFs into Excel. This was working fine up until the update this past week, as I do this function weekly for school work.
    Any idea why?
    When I have Excel open, I use the insert object, create new, adobe acrobat document, click ok, and then excel locks up, I see adobe reader load, then get an error message within Excel: "cannot start the source application for this object"
    Adobe Reader then has the error message: "There was an error opening this document. This file cannot be found"
    The problem is, I wasn't even prompted to choose the file before Excel locked up.
    I've tried making sure Adobe Reader was running and open prior to the insert object function but this doesn't seem to help either.
    Any ideas appreciated, this is the only way I can submit my homework!
    ETA: Running Win7 32-bit and Office 2007

    Since Excel is not an Apple product. You'll get better response if you use a forum dedicated to Microsoft's Mac products such as <http://groups-beta.google.com/group/microsoft.public.mac.office> rather than this one, which is dedicated to using Mac/Windows compatibility.
    Be sure to search the forum first in case someone has already had a similar question answered. You'll get your answer faster this way. Post your question in the forum if you don't find anything that helps you.

Maybe you are looking for

  • Express Document "Update terminated by Author: user name"

    Hi All   Can anyone help me with regard to this issue? When user do Purchase return, they get this message. I read al the message related to it. But I dont get proper solution. All relate to code and Number Range. But I am not clear of what to do? I

  • Rhel 5.5 oracle 10gr2 installation path

    dear gurus oracle software installation sucessfully done, then when try using dbca it select by default wrong path as /u01/app/oracle, where i supposed to go everything inside /oracle i want to install everything under /oracle, where i install first

  • Instaead of writing the page displays little squares, some with numbersin them.

    site briefly for a second or so displays correctly and then displays squares instead of english letters. Some have numbers in them making them look like chinese characters. Displays OK in previous firefox version.

  • Unable to create Target for siebel 8.1.1 using Oracle Application Adapter

    Hi, I am unable to connect to siebel application using Oracle Application Adpater for weblogic server.Details are as follows OS - Linux x86 Weblogic - 10.3.3 SOA - 11.1.1.3 Siebel - 8.1.1 When tried to create target following error is thrown "Error g

  • Need help to install BB messenger

    I just got the 8320 Curve because my pearl has malfunctioned. I bought it brand new off ebay. BB messenger doesn't seemed to be loaded on this phone. There is an icon for 'instant messenging' but there is only an empty folder once I click on it. I do