[EMAIL PROTECTED] wrote:
> 
> Hi all you fo dudes:
> 
> Please need some assistance on how to programatically get a fo doc to render
> to pdf. I got it working using the code below, but i want to specify another
> userconfig file...how can i do this without doing it command line...anyone
> got any examples or maybe someone has done it already? Thanx
> 
> //            Driver driver = new Driver();
> //            driver.setRenderer(Driver.RENDER_PDF);
> //            driver.setInputSource(new InputSource(OLIFE_FO));
> //            driver.setOutputStream(new FileOutputStream(OLIFE_PDF));
> //            driver.run();

options = new Options(java.io.File);

Ulrich

-- 
Ulrich Mayring
DENIC eG, Systementwicklung

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to