You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Kelly Campbell <ca...@merlot.channelpoint.com> on 2001/03/03 08:19:24 UTC

Driver overhaul

I just committed the overhaul to the Driver class. It should be completely
backwards compatible with the previous version. The new usage of Driver is
much simpler. 

To create a PDF output the simplest invokation of Driver is this:

	    Driver driver = new Driver(foFile, out);
	    driver.run();

See the javadocs for more alternatives. Drivers should also be
more reusable via the reset() method.

-Kelly
-- 
Kelly A. Campbell              Software Engineer
<ca...@merlotxml.org>           ChannelPoint, Inc.
<ca...@channelpoint.com>        Colorado Springs, Co.

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org