I have successfully taken FOP source code and compiled it with Microsoft's free VS.NET add-in, Visual J#, producing a managed .dll file that generates .pdf files from an FO document.
It took about a few hours of code tweaking, swapping out different SAX libraries, etc., and I removed the SVG functionality, but the modified Java source now compiles into MSIL. This has advantages over the COM solution proposed earlier in this discussion list because it does not require a JRE on any other Java components, and so distribution to a non-Java organization is a lot simpler. If anyone thinks this is valuable and knows what I ought to do with it, let me know. Jason Pettys --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
