Bursting generates Password protected pdfs

Hii,
I have a bursting requirement for one of my report. I have included this functionality but the bursting always generates password protected pdfs. I have pdf security set to False hence it should not generate the password protected pdfs!!
Please suggest what could be the issue.
Thanks for your help.

Thanks for your reply.
You mean to say Bursting file right? I don't think we have security true there. following is the bursting file i am using.
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
<xapi:request select="/XXOM_RMA/LIST_G_RETURN_REQUEST_DATE/G_RETURN_REQUEST_DATE">
<xapi:delivery>
<xapi:filesystem output="/applodev/ipodevappl/xxipo/11.5.0/archive/out/XXOMRMA_REP_${R_A}_${CONC_REQ}_${S_U}.pdf">
</xapi:filesystem>
</xapi:delivery>
<xapi:document output-type="pdf" delivery="">
<xapi:template type="rtf" LANG='en' location="xdo://XXIPO.XXOM_RMA.en.US/?getSource=true" filter="/XXOM_RMA/LIST_G_CUSTOMER_NUMBER/G_CUSTOMER_NUMBER[LANG='en']"/>
</xapi:document>
</xapi:request>
</xapi:requestset>
But you know what, if i look at the bursting conc program log file, it says pdf_security = true. Not sure where exactly where this security is true. any guesses?
Thanks.

Similar Messages

  • Generating password protected pdf document  usuing as_pdf_mini package

    Actually i want to implement password protected pdf file which is generated using as_pdf_mini.
    so i want help on that.....

    - Read the specs on PDF 1.3
    - take as_pdf3
    - the next is some code I used to check several steps of the encryption
    declare
      t_encryption_padding raw(32) := hextoraw( '28BF4E5E4E758A4164004E56FFFA01082E2E00B6D0683E802F0CA9FE6453697A' );
      p_owner_password varchar2(32) := '';
      p_user_password varchar2(32) := 'abc';
      t_tmp raw(32);
      t_tmp_u raw(32);
      t_o raw(320);
      t_u raw(320);
    begin
      t_tmp_u := utl_raw.substr( utl_raw.concat( utl_raw.cast_to_raw( p_user_password ), t_encryption_padding), 1, 32 );
      if p_owner_password is null
      then
        t_tmp := t_tmp_u;
      else
        t_tmp := utl_raw.substr( utl_raw.concat( utl_raw.cast_to_raw( p_owner_password ), t_encryption_padding), 1, 32 );
      end if;
      t_tmp := dbms_crypto.hash( t_tmp, dbms_crypto.hash_md5 );
      t_o := dbms_crypto.encrypt( t_tmp_u, dbms_crypto.encrypt_rc4, utl_raw.substr( t_tmp, 1, 5 ) );
    --dbms_output.put_line( t_o );
      t_tmp := dbms_crypto.hash( utl_raw.concat( t_tmp_u
                                               , t_o
                                               , utl_raw.cast_from_binary_integer( -4, utl_raw.little_endian )  -- waarde van /P
                                               , hextoraw( 'fb3642e78f13a14ef522287f16d63195' ) -- waarde van /ID
                               , dbms_crypto.hash_md5
      t_u := dbms_crypto.encrypt( t_encryption_padding, dbms_crypto.encrypt_rc4,  utl_raw.substr( t_tmp, 1, 5 ) );
    --dbms_output.put_line( t_u );
      t_tmp := utl_raw.concat( utl_raw.substr( t_tmp, 1, 5 )
                             , utl_raw.substr( utl_raw.cast_from_binary_integer( 8, utl_raw.little_endian ), 1, 3 ) -- object nr
                             , utl_raw.substr( utl_raw.cast_from_binary_integer( 0, utl_raw.little_endian ), 1, 2 ) -- generation nr
      t_tmp := dbms_crypto.hash( t_tmp, dbms_crypto.hash_md5 );
      dbms_output.put_line( dbms_crypto.encrypt( 'FEFF', dbms_crypto.encrypt_rc4,  utl_raw.substr( t_tmp, 1, 10 ) ) );
      dbms_output.put_line( dbms_crypto.encrypt( utl_raw.cast_to_raw( 'AS-PDF 0.3.0 by Anton Scheffer' ), dbms_crypto.encrypt_rc4,  utl_raw.substr( t_tmp, 1, 10 ) ) );
    end;Anton

  • Generating password protected pdf document -PLSQL

    Experts,
    Can please anyone to share the code how to do password protect the pdf which is located in unix directory.

    Google gave me below links :
    http://technology.amis.nl/2012/04/11/generating-a-pdf-document-with-some-plsql-as_pdf_mini-as_pdf3/
    PL/PDF generate and manipulate PDF with Oracle PL/SQL
    https://community.oracle.com/thread/2419241?tstart=0
    Regards
    Girish Sharma

  • Convert Excel into Password Protected PDF Files

    Hello Aandi/Lenoard,
    I believe you are the Adobe Forums administrators so I thought you guys are the right people to approach.
    OTHERS ARE ALSO INVITED TO COMMENT ON THIS TOPIC.
    I have C# desktop app which generates Excel files and our goal is to convert these excel files one at a time into password protected PDF files. We use a 3rd party software currently, but I am challenging myself into saying that I can use Adobe Acrobat 9.0 SDK to achieve what is required .
    I have downloaded Acrobat 9.0 SDK and also have Adobe Professional 8.0(trail) in my development machine. Can you firstly tell me if this is possible and secondly what would be required on the client machines to run it?
    THanks,
    Andy

    "Encrypt with Password" is the policy name, not the policy id.
    Did you try enumerating the policy object to see how to set it up? I ran this from the console to get the policy details:
    var policy = security.chooseSecurityPolicy();
    for ( var i in policy )
    console.println(i + ": " + eval("policy." + i));
    That will pop up your list of policies. Choose "Encrypt with Password" and hit Apply, which returned the following:
    policyId: SP_STD_default
    name: Encrypt with Password
    description: This policy will allow you to set an open or modify password on a document.
    handler: Adobe.Standard
    target: document
    Of course, all you really need are the policyId, handler and target. Make sure you read and thoroughly understand the security requirements documented in the API reference for this method as well.

  • Detecting password protected PDFs in arcobat

    Hello.
    I have a large database of PDF files. And i want to know if there is a function in acrobat to detect password protected PDF's
    without the use off (modified)scripts.
    I'm currently using AAX.
    Thanks in advance.

    Are you talking about passwords to prevent opening the file, or passwords to restrict permissions (printing, etc.)?
    You can detect both types of password with Preflight Droplets in Acrobat Pro:
    Create a new Preflight Profile, and set it to check for encryption and report that property as an error.
    Convert the Profile into a Droplet using the Preflight options menu.
    Set the droplet to move the files to success and error folders of your choice.
    Run the droplet against your candidate files (drag and drop files or folders onto the icon).
    The following will happen:
    Files with no passwords will be placed in the success folder.
    Files with only a permissions (owner) password will be placed in the error folder.
    Files with an open (user) password will be left in their original location*.
    *Unlike scripts, Preflight Droplets do not generate any password dialogs - if they cannot open a file, it is silently ignored.

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

  • Password protected PDF in iBooks not displaying

    I loaded a password protected PDF into my iTunes library and then synced it with iPad (4th gen iOS 6.1.3). I see the PDF in iBooks on the iPad and when I click on it, it prompts for the password. I input the password and PDF "opens" but it's just the blank grey screen showing page 1/1 (it's supposed to be a 79 page document). Any ideas? I took the password off the document and loaded that one into iTunes then my iPad and it displays just fine. I did this same sequence with a different document and with the password it didn't display and without the password it did display.
    If there is an issue with iBooks, any way to sideload this into Adobe Reader, or somehow "Open in" Adobe Reader from iBooks?
    Thanks
    Dan

    It looks like this issue may be limited to files that have been set to restrict the user's ability to print or edit the document (even after a password has been entered for viewing).  I found that a password-protected PDF could be viewed in iBooks, but after I added the print restriction, I had the same problem you reported.

  • Password-protected PDF demands password in triplicate

    I'm having problems with a password-protected PDF (created in Acrobat Pro 8 ) which opens fine with a single entry of the password when downloaded but when website visitors try to open the form directly in their browser it keeps asking for the password and will only open on the third password attempt (by when most visitors will have given up on it). Could you please tell me what is causing this phenomenon and whether I can fix it? TIA.
    Simon

    It looks like this issue may be limited to files that have been set to restrict the user's ability to print or edit the document (even after a password has been entered for viewing).  I found that a password-protected PDF could be viewed in iBooks, but after I added the print restriction, I had the same problem you reported.

  • 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

  • How to split a password-protected PDF file?

    There is a tutorial to let you know how to split a password-protected pdf file, check in here:http://www.kvisoft.com/tutorials/split-a-password-protected-PDF-file.html

    Yup. You all are right. I ordered Adobe Acrobat today and the order is still processing. I can get to Adobe Acrobat.com but that too does not work. I guess I will have to wait until my order is processed before I get the keys to the kingdom. Thanks for your help and please forgive my ignorance.Regards,Bob

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

  • 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

Maybe you are looking for