BI Publisher (MOSC)

MOSC Banner

I am using code to make page numbers, now I need to add a footer

edited Jun 3, 2011 9:33AM in BI Publisher (MOSC) 7 commentsAnswered ✓
 I am using code to make page numbers, now I need to add a footer
here is my code to app page numbers, I need to add

String s = new String("FOR OFFICIAL USE ONLY");

to the bottom of every page, please help Doug
{code}

package project1;
 
import java.io.File;
 
import oracle.apps.xdo.XDOException;
import oracle.apps.xdo.common.pdf.util.PDFDocMerger;
 
 
public class PageNumberFY12PB {
    public PageNumberFY12PB() {
/// this is the page number solution
        // Output destination of the merged PDF document.
        File outFile = new File("D:\\BDT\\jbookFY12PB.pdf");
        // PDF documents to be merged.
        File[] inpFiles = new File[2]; // one higher

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center