BI Publisher (MOSC)

MOSC Banner

fProcessor.process() method stuck when PDF template with two repeating groups on same page is used.

edited Sep 1, 2019 5:00AM in BI Publisher (MOSC) 1 commentAnswered

fProcessor.process() method stuck when PDF template with two repeating groups on same page is used.

Is it possible to use two or more repeating groups (not nestead) on same page?   

FormProcessor fProcessor = new FormProcessor();    

fProcessor.setTemplate(args[0]);  // Input File (PDF) name    

fProcessor.setData(args[1]);    // Input XML data file name    

fProcessor.setOutput(args[2]);  // Output File (PDF) name             

fProcessor.process();

Tagged:

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