Monday, 2 March 2015

XML Publisher secured PDF file generation


We can Create the PDF files with Password secure. Please find the below steps to create that.

1. Open the file in the navigation PSHOME> Appserver> XDO.cfg

2. In Original file the code will be looks like this. (as per the tools version 8.50)

<config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">

    <properties>
        <!-- System level properties -->
        <property name="xslt-xdoparser">true</property> 
        <property name="xslt-scalable">true</property>
        <property name="system-cachepage-size">50</property>
        <property name="system-temp-dir"></property>
    </properties>


    <!--<fonts>-->
        <!--<font family="3 of 9 Barcode" style="normal" weight="normal">-->
            <!--<truetype path="C:\WINNT\Fonts\3of9.ttf" />-->
        <!--</font>-->
    <!--</fonts>-->


</config>


3. open the file and edit the code like below.

   <properties>
        <!-- System level properties -->
        <property name="xslt-xdoparser">true</property> 
        <property name="xslt-scalable">true</property>
        <property name="system-cachepage-size">50</property>
        <property name="system-temp-dir"></property>
     
       <!-- PDF compression -->
        <property name="pdf-compression">true</property>
       <!-- PDF Security -->
        <!-- <property name="pdf-security">true</property> -->
        <!-- <property name="pdf-open-password">user</property> -->
        <!-- <property name="pdf-permissions-password">owner</property> -->
    </properties>





Intrested in PeopleSoft Learning Please reach us on  info@OnlineIT365.com 
OnlineIT365.com.
www.facebook.com/ONLINEIT365
twitter.com/ONLINEIT365

No comments:

Post a Comment