Re: some help in generating from fo to pdf

2001-08-13 Thread Keiron Liddle
The website will have the updated information for the changed api. Give it a couple of days and hopefully it will be updated. but basically yopu need: Driver driver = new Driver(); driver.setRenderer(Driver.RENDER_PDF); InputHandler inputHandler = new XSLTInputHandler(xmlFile, xslFile);

RE: some help in generating from fo to pdf

2001-08-12 Thread James Telfer
Maneshi, To get the Javadoc, download the source dist from the website. This should also include some example files for you to look at. JT -Original Message- From: Maneshi Tuli [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 11, 2001 7:15 AM To: [EMAIL PROTECTED] Subject: some help in